Html Css Color HEX #EA1996 Deep Pink

📋 copy color: '#EA1996'

red 234 ◦ green 25 ◦ blue 150

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

Shades of Deep Pink #EA1996

Tints of Deep Pink #EA1996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.67%

R = 57.21%
G = 6.11%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA1996 (or 0xEA1996) is known color: Deep Pink. HEX triplet: EA, 19 and 96. RGB value is (234,25,150). Sum of RGB (Red+Green+Blue) = 234+25+150=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1996 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1996 is #15E669. Grayscale: #656565. Windows color (decimal): -1435242 or 9837034. OLE color: 9837034.

HSL color Cylindrical-coordinate representation of color #EA1996: hue angle of 324.11º 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 #EA1996 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 25 150 -
CMYK 0 0.89 0.36 0.08
HSL 324.11º 0.83% 0.51% -
HSV(B) 324.11º 0.89% 0.92% -
XYZ 39.78 20.39 30.69 -
YUV 101.74 155.24 222.34 -
System Red Green Blue C M Y K H S L
Decimal 234 25 150 0 0.89 0.36 0.08 324.11 0.83 0.51
Hex EA 19 96 0 59 24 8 144 53 33
Octal 352 31 226 0 131 44 10 504 123 63
Binary 11101010 11001 10010110 0 1011001 100100 1000 101000100 1010011 110011

Color Harmonies of #EA1996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1996

Black with #EA1996

Text Example


Text Example

White with #EA1996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1996; }

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

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

background-color css

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

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

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

border-color css

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

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

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