Html Css Color HEX #EA5972 Dark Pink

📋 copy color: '#EA5972'

red 234 ◦ green 89 ◦ blue 114

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

Shades of Dark Pink #EA5972

Tints of Dark Pink #EA5972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.37%

 BLUE value IS 114 (44.92% from 255) = 26.09%

R = 53.55%
G = 20.37%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA5972 (or 0xEA5972) is known color: Dark Pink. HEX triplet: EA, 59 and 72. RGB value is (234,89,114). Sum of RGB (Red+Green+Blue) = 234+89+114=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5972 is #15A68D. Grayscale: #878787. Windows color (decimal): -1418894 or 7494122. OLE color: 7494122.

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

Color convert

RGB 234 89 114 -
CMYK 0 0.62 0.51 0.08
HSL 349.66º 0.78% 0.63% -
HSV(B) 349.66º 0.62% 0.92% -
XYZ 40.54 25.85 18.77 -
YUV 135.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 234 89 114 0 0.62 0.51 0.08 349.66 0.78 0.63
Hex EA 59 72 0 3E 33 8 15E 4E 3F
Octal 352 131 162 0 76 63 10 536 116 77
Binary 11101010 1011001 1110010 0 111110 110011 1000 101011110 1001110 111111

Color Harmonies of #EA5972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5972

Black with #EA5972

Text Example


Text Example

White with #EA5972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5972; }

 p { color: rgb(234,89,114); }

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

background-color css

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

 a { background-color: rgb(234,89,114); }

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

border-color css

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

 span { border-color: rgb(234,89,114); }

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