Html Css Color HEX #EA597D Dark Pink

📋 copy color: '#EA597D'

red 234 ◦ green 89 ◦ blue 125

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

Shades of Dark Pink #EA597D

Tints of Dark Pink #EA597D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.9%

R = 52.23%
G = 19.87%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA597D (or 0xEA597D) is known color: Dark Pink. HEX triplet: EA, 59 and 7D. RGB value is (234,89,125). Sum of RGB (Red+Green+Blue) = 234+89+125=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA597D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA597D is #15A682. Grayscale: #888888. Windows color (decimal): -1418883 or 8215018. OLE color: 8215018.

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

Color convert

RGB 234 89 125 -
CMYK 0 0.62 0.47 0.08
HSL 345.1º 0.78% 0.63% -
HSV(B) 345.1º 0.62% 0.92% -
XYZ 41.21 26.12 22.27 -
YUV 136.46 121.54 197.57 -
System Red Green Blue C M Y K H S L
Decimal 234 89 125 0 0.62 0.47 0.08 345.1 0.78 0.63
Hex EA 59 7D 0 3E 2F 8 159 4E 3F
Octal 352 131 175 0 76 57 10 531 116 77
Binary 11101010 1011001 1111101 0 111110 101111 1000 101011001 1001110 111111

Color Harmonies of #EA597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA597D

Black with #EA597D

Text Example


Text Example

White with #EA597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA597D; }

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

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

background-color css

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

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

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

border-color css

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

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

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