Html Css Color HEX #EA1999 Deep Pink

📋 copy color: '#EA1999'

red 234 ◦ green 25 ◦ blue 153

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

Shades of Deep Pink #EA1999

Tints of Deep Pink #EA1999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.07%

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

R = 56.8%
G = 6.07%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA1999 (or 0xEA1999) is known color: Deep Pink. HEX triplet: EA, 19 and 99. RGB value is (234,25,153). Sum of RGB (Red+Green+Blue) = 234+25+153=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1999 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1999 is #15E666. Grayscale: #656565. Windows color (decimal): -1435239 or 10033642. OLE color: 10033642.

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

Color convert

RGB 234 25 153 -
CMYK 0 0.89 0.35 0.08
HSL 323.25º 0.83% 0.51% -
HSV(B) 323.25º 0.89% 0.92% -
XYZ 40.03 20.49 31.98 -
YUV 102.08 156.74 222.09 -
System Red Green Blue C M Y K H S L
Decimal 234 25 153 0 0.89 0.35 0.08 323.25 0.83 0.51
Hex EA 19 99 0 59 23 8 143 53 33
Octal 352 31 231 0 131 43 10 503 123 63
Binary 11101010 11001 10011001 0 1011001 100011 1000 101000011 1010011 110011

Color Harmonies of #EA1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1999

Black with #EA1999

Text Example


Text Example

White with #EA1999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1999; }

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

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

background-color css

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

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

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

border-color css

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

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

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