Html Css Color HEX #EA1995 Deep Pink

📋 copy color: '#EA1995'

red 234 ◦ green 25 ◦ blue 149

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

Shades of Deep Pink #EA1995

Tints of Deep Pink #EA1995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 57.35%
G = 6.13%
B = 36.52%

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

#EA1995 (or 0xEA1995) is known color: Deep Pink. HEX triplet: EA, 19 and 95. RGB value is (234,25,149). Sum of RGB (Red+Green+Blue) = 234+25+149=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1995 is #15E66A. Grayscale: #656565. Windows color (decimal): -1435243 or 9771498. OLE color: 9771498.

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

Color convert

RGB 234 25 149 -
CMYK 0 0.89 0.36 0.08
HSL 324.4º 0.83% 0.51% -
HSV(B) 324.4º 0.89% 0.92% -
XYZ 39.7 20.36 30.27 -
YUV 101.63 154.74 222.42 -
System Red Green Blue C M Y K H S L
Decimal 234 25 149 0 0.89 0.36 0.08 324.4 0.83 0.51
Hex EA 19 95 0 59 24 8 144 53 33
Octal 352 31 225 0 131 44 10 504 123 63
Binary 11101010 11001 10010101 0 1011001 100100 1000 101000100 1010011 110011

Color Harmonies of #EA1995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1995

Black with #EA1995

Text Example


Text Example

White with #EA1995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1995; }

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

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

background-color css

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

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

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

border-color css

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

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

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