Html Css Color HEX #EA5971 Dark Pink

📋 copy color: '#EA5971'

red 234 ◦ green 89 ◦ blue 113

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

Shades of Dark Pink #EA5971

Tints of Dark Pink #EA5971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.92%

R = 53.67%
G = 20.41%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EA5971 (or 0xEA5971) is known color: Dark Pink. HEX triplet: EA, 59 and 71. RGB value is (234,89,113). Sum of RGB (Red+Green+Blue) = 234+89+113=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5971 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5971 is #15A68E. Grayscale: #878787. Windows color (decimal): -1418895 or 7428586. OLE color: 7428586.

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

Color convert

RGB 234 89 113 -
CMYK 0 0.62 0.52 0.08
HSL 350.07º 0.78% 0.63% -
HSV(B) 350.07º 0.62% 0.92% -
XYZ 40.48 25.83 18.47 -
YUV 135.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 234 89 113 0 0.62 0.52 0.08 350.07 0.78 0.63
Hex EA 59 71 0 3E 34 8 15E 4E 3F
Octal 352 131 161 0 76 64 10 536 116 77
Binary 11101010 1011001 1110001 0 111110 110100 1000 101011110 1001110 111111

Color Harmonies of #EA5971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5971

Black with #EA5971

Text Example


Text Example

White with #EA5971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5971; }

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

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

background-color css

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

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

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

border-color css

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

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

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