Html Css Color HEX #EA1599 Deep Pink

📋 copy color: '#EA1599'

red 234 ◦ green 21 ◦ blue 153

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

Shades of Deep Pink #EA1599

Tints of Deep Pink #EA1599

RGB

 RED value IS 234 (91.8% from 255) = 57.35%

 GREEN value IS 21 (8.59% from 255) = 5.15%

 BLUE value IS 153 (60.16% from 255) = 37.5%

R = 57.35%
G = 5.15%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA1599 (or 0xEA1599) is known color: Deep Pink. HEX triplet: EA, 15 and 99. RGB value is (234,21,153). Sum of RGB (Red+Green+Blue) = 234+21+153=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1599 is #15EA66. Grayscale: #636363. Windows color (decimal): -1436263 or 10032618. OLE color: 10032618.

HSL color Cylindrical-coordinate representation of color #EA1599: hue angle of 322.82º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA1599 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 21 153 -
CMYK 0 0.91 0.35 0.08
HSL 322.82º 0.84% 0.5% -
HSV(B) 322.82º 0.91% 0.92% -
XYZ 39.95 20.33 31.96 -
YUV 99.74 158.07 223.77 -
System Red Green Blue C M Y K H S L
Decimal 234 21 153 0 0.91 0.35 0.08 322.82 0.84 0.5
Hex EA 15 99 0 5B 23 8 143 54 32
Octal 352 25 231 0 133 43 10 503 124 62
Binary 11101010 10101 10011001 0 1011011 100011 1000 101000011 1010100 110010

Color Harmonies of #EA1599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1599

Black with #EA1599

Text Example


Text Example

White with #EA1599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1599; }

 p { color: rgb(234,21,153); }

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

background-color css

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

 a { background-color: rgb(234,21,153); }

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

border-color css

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

 span { border-color: rgb(234,21,153); }

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