Html Css Color HEX #EA596D Wild Watermelon

📋 copy color: '#EA596D'

red 234 ◦ green 89 ◦ blue 109

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

Shades of Wild Watermelon #EA596D

Tints of Wild Watermelon #EA596D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.23%

R = 54.17%
G = 20.6%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA596D (or 0xEA596D) is known color: Wild Watermelon. HEX triplet: EA, 59 and 6D. RGB value is (234,89,109). Sum of RGB (Red+Green+Blue) = 234+89+109=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EA596D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA596D is #15A692. Grayscale: #868686. Windows color (decimal): -1418899 or 7166442. OLE color: 7166442.

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

Color convert

RGB 234 89 109 -
CMYK 0 0.62 0.53 0.08
HSL 351.72º 0.78% 0.63% -
HSV(B) 351.72º 0.62% 0.92% -
XYZ 40.26 25.74 17.31 -
YUV 134.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 234 89 109 0 0.62 0.53 0.08 351.72 0.78 0.63
Hex EA 59 6D 0 3E 35 8 160 4E 3F
Octal 352 131 155 0 76 65 10 540 116 77
Binary 11101010 1011001 1101101 0 111110 110101 1000 101100000 1001110 111111

Color Harmonies of #EA596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA596D

Black with #EA596D

Text Example


Text Example

White with #EA596D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA596D; }

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

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

background-color css

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

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

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

border-color css

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

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

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