Html Css Color HEX #EA1997 Deep Pink

📋 copy color: '#EA1997'

red 234 ◦ green 25 ◦ blue 151

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

Shades of Deep Pink #EA1997

Tints of Deep Pink #EA1997

RGB

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

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

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

R = 57.07%
G = 6.1%
B = 36.83%

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

#EA1997 (or 0xEA1997) is known color: Deep Pink. HEX triplet: EA, 19 and 97. RGB value is (234,25,151). Sum of RGB (Red+Green+Blue) = 234+25+151=410 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.07% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1997 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1997 is #15E668. Grayscale: #656565. Windows color (decimal): -1435241 or 9902570. OLE color: 9902570.

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

Color convert

RGB 234 25 151 -
CMYK 0 0.89 0.35 0.08
HSL 323.83º 0.83% 0.51% -
HSV(B) 323.83º 0.89% 0.92% -
XYZ 39.87 20.42 31.12 -
YUV 101.86 155.74 222.25 -
System Red Green Blue C M Y K H S L
Decimal 234 25 151 0 0.89 0.35 0.08 323.83 0.83 0.51
Hex EA 19 97 0 59 23 8 144 53 33
Octal 352 31 227 0 131 43 10 504 123 63
Binary 11101010 11001 10010111 0 1011001 100011 1000 101000100 1010011 110011

Color Harmonies of #EA1997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1997

Black with #EA1997

Text Example


Text Example

White with #EA1997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1997; }

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

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

background-color css

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

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

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

border-color css

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

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

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