Html Css Color HEX #EA597C Dark Pink

📋 copy color: '#EA597C'

red 234 ◦ green 89 ◦ blue 124

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

Shades of Dark Pink #EA597C

Tints of Dark Pink #EA597C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.74%

R = 52.35%
G = 19.91%
B = 27.74%

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

#EA597C (or 0xEA597C) is known color: Dark Pink. HEX triplet: EA, 59 and 7C. RGB value is (234,89,124). Sum of RGB (Red+Green+Blue) = 234+89+124=447 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.35% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 234 - color contains mainly: red. Hex color #EA597C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA597C is #15A683. Grayscale: #888888. Windows color (decimal): -1418884 or 8149482. OLE color: 8149482.

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

Color convert

RGB 234 89 124 -
CMYK 0 0.62 0.47 0.08
HSL 345.52º 0.78% 0.63% -
HSV(B) 345.52º 0.62% 0.92% -
XYZ 41.14 26.09 21.94 -
YUV 136.35 121.04 197.65 -
System Red Green Blue C M Y K H S L
Decimal 234 89 124 0 0.62 0.47 0.08 345.52 0.78 0.63
Hex EA 59 7C 0 3E 2F 8 15A 4E 3F
Octal 352 131 174 0 76 57 10 532 116 77
Binary 11101010 1011001 1111100 0 111110 101111 1000 101011010 1001110 111111

Color Harmonies of #EA597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA597C

Black with #EA597C

Text Example


Text Example

White with #EA597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA597C; }

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

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

background-color css

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

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

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

border-color css

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

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

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