Html Css Color HEX #E41D97 Deep Pink

📋 copy color: '#E41D97'

red 228 ◦ green 29 ◦ blue 151

#E41D97
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #E41D97

Tints of Deep Pink #E41D97

RGB

 RED value IS 228 (89.45% from 255) = 55.88%

 GREEN value IS 29 (11.72% from 255) = 7.11%

 BLUE value IS 151 (59.38% from 255) = 37.01%

R = 55.88%
G = 7.11%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E41D97 (or 0xE41D97) is known color: Deep Pink. HEX triplet: E4, 1D and 97. RGB value is (228,29,151). Sum of RGB (Red+Green+Blue) = 228+29+151=408 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.88% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 228 - color contains mainly: red. Hex color #E41D97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41D97 is #1BE268. Grayscale: #666666. Windows color (decimal): -1827433 or 9903588. OLE color: 9903588.

HSL color Cylindrical-coordinate representation of color #E41D97: hue angle of 323.22º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41D97 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 29 151 -
CMYK 0 0.87 0.34 0.11
HSL 323.22º 0.79% 0.5% -
HSV(B) 323.22º 0.87% 0.89% -
XYZ 38.02 19.61 31.06 -
YUV 102.41 155.43 217.58 -
System Red Green Blue C M Y K H S L
Decimal 228 29 151 0 0.87 0.34 0.11 323.22 0.79 0.5
Hex E4 1D 97 0 57 22 B 143 4F 32
Octal 344 35 227 0 127 42 13 503 117 62
Binary 11100100 11101 10010111 0 1010111 100010 1011 101000011 1001111 110010

Color Harmonies of #E41D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41D97

Black with #E41D97

Text Example


Text Example

White with #E41D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41D97; }

 p { color: rgb(228,29,151); }

 H1.HeaderClassName
 {
   color: #E41D97;
 }
 .AnyTagClassName
 {
   color: #E41D97;
 }
</style>

background-color css

<style>
 a { background-color: #E41D97; }

 a { background-color: rgb(228,29,151); }

 div.DivClassName
 {
   background-color: #E41D97;
 }
 .BgClassName
 {
   background-color: #E41D97;
 }
</style>

border-color css

<style>
 span { border-color: #E41D97; }

 span { border-color: rgb(228,29,151); }

 td.TdClassName
 {
   border-color: #E41D97;
 }
 .TagClassName
 {
   border-color: #E41D97;
 }
</style>