COLOR #E501D4

HEX: #E501D4
RGB: (229,1,212)

Renk bilgisi

#E501D4 contains mainly red and blue colors. #E501D4 ‘ nin web güvenlik rengi #CC00CC (ya da #C0C) dir.

RGB renk modeli

#E501D4 color RGB value is (229,1,212).

  • kırmız ton 229;
  • yeşil ton 1;
  • mavi ton 212.
RGB:
(229,1,212)
(90%,0%,83%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 1 of 255 = 0%
B 212 of 255 = 83%

229
1
212

R + G + B ~ 58%. #E501D4 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 1 + 212 = 442 (100%)
R 229 of 442 ~ 51.81%
G 1 of 442 ~ 0.23%
B 212 of 442 ~ 47.96%

%51.81
%47.96

CMYK RENK MODELİ

#E501D4 rengi CMYK tonu (0,100,7,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 99.56%
  • sarı tonu 7.42%
  • ana renk tonu 10.20%
CMYK:
(0,100,7,10)
C0M100Y7K10 
(0%,100%,7%,10%)
(0.00/1.00/0.07/0.10)	

CMYK yüzdeleri

%0
%99.56
%7.42
%10.2

Codes

Color #E501D4 in popluar color models

E501D4
RGB2291212
HSL304°99.13%45.10%
HSB/HSV304°99.56%89.80%
CMYK0.00%99.56%7.42%
10.20%

Color #E501D4 in popluar number systems.

HEXE501D4
Decimal2291212
Binary11100101111010100
Octal3451324

Shades and tints

Shades of #E501D4

#E501D4
(229,1,212)
#D101C1
(209,1,193)
#BD01AE
(189,1,174)
#A9019B
(169,1,155)
#950188
(149,1,136)
#810175
(129,1,117)
#6D0162
(109,1,98)
#59014F
(89,1,79)
#45013C
(69,1,60)
#310129
(49,1,41)
#1D0116
(29,1,22)
#000000
(0,0,0)

Tints of #E501D4

#E501D4
(229,1,212)
#E718D7
(231,24,215)
#E92FDA
(233,47,218)
#EB46DD
(235,70,221)
#ED5DE0
(237,93,224)
#EF74E3
(239,116,227)
#F18BE6
(241,139,230)
#F3A2E9
(243,162,233)
#F5B9EC
(245,185,236)
#F7D0EF
(247,208,239)
#F9E7F2
(249,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E501D4 color. Also use rgb(229,1,212) instead hex code.

Text Font Color

.myTextColor { color: #E501D4; }

<p style="color:#E501D4">This sample text font color is #E501D4.</p>

This text font color is #E501D4.


Background Color

.myBgColor { background-color: #E501D4; }

<div style="background-color:#E501D4">Inner text</div>

This div background color is #E501D4.


Border color

.myBorderColor { border: 1px solid #E501D4; }

<div style="border:3px solid #E501D4">Div</div>

This div border color is #E501D4.


Opacity

.myOpacity80 { color: #E501D4; opacity: 0.8; }

<p style="color:#E501D4;opacity:0.8;">80%</p>

Text with #E501D4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E501D4;}

<p style="text-shadow: 3px 3px 1px #E501D4">Text here.</p>

This text has shadow with #E501D4 color.

.textShadow {text-shadow: 3px 3px 1px #E501D4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E501D4, 5px 5px 20px red">Text here.</p>

This text has shadow with #E501D4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E501D4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E501D4, Direction=45, Strength=4)">Text</p>

This text has shadow with #E501D4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E501D4;
  -webkit-box-shadow:	1px 1px 3px 2px #E501D4;
  box-shadow:		1px 1px 3px 2px #E501D4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E501D4;
-webkit-box-shadow: 1px 1px 3px 2px #E501D4;
box-shadow:1px 1px 3px 2px #E501D4;">
Div content here</div>
This div box has shadow with color #E501D4.

Preview

Color preview on black background

This text has color #E501D4 on black background.


Color preview on white background

This text has color #E501D4 on white background.



Black color preview on #E501D4 background

This text has black color on #E501D4 background.


White color preview on #E501D4 background

This text has white color on #E501D4 background.