Html Css Color HEX #EA1998 Deep Pink

📋 copy color: '#EA1998'

red 234 ◦ green 25 ◦ blue 152

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

Shades of Deep Pink #EA1998

Tints of Deep Pink #EA1998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.98%

R = 56.93%
G = 6.08%
B = 36.98%

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

#EA1998 (or 0xEA1998) is known color: Deep Pink. HEX triplet: EA, 19 and 98. RGB value is (234,25,152). Sum of RGB (Red+Green+Blue) = 234+25+152=411 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.93% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1998 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1998 is #15E667. Grayscale: #656565. Windows color (decimal): -1435240 or 9968106. OLE color: 9968106.

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

Color convert

RGB 234 25 152 -
CMYK 0 0.89 0.35 0.08
HSL 323.54º 0.83% 0.51% -
HSV(B) 323.54º 0.89% 0.92% -
XYZ 39.95 20.45 31.55 -
YUV 101.97 156.24 222.17 -
System Red Green Blue C M Y K H S L
Decimal 234 25 152 0 0.89 0.35 0.08 323.54 0.83 0.51
Hex EA 19 98 0 59 23 8 144 53 33
Octal 352 31 230 0 131 43 10 504 123 63
Binary 11101010 11001 10011000 0 1011001 100011 1000 101000100 1010011 110011

Color Harmonies of #EA1998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1998

Black with #EA1998

Text Example


Text Example

White with #EA1998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1998; }

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

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

background-color css

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

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

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

border-color css

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

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

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