Html Css Color HEX #EA596F Wild Watermelon

📋 copy color: '#EA596F'

red 234 ◦ green 89 ◦ blue 111

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

Shades of Wild Watermelon #EA596F

Tints of Wild Watermelon #EA596F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.58%

R = 53.92%
G = 20.51%
B = 25.58%

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

#EA596F (or 0xEA596F) is known color: Wild Watermelon. HEX triplet: EA, 59 and 6F. RGB value is (234,89,111). Sum of RGB (Red+Green+Blue) = 234+89+111=434 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.92% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 234 - color contains mainly: red. Hex color #EA596F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA596F is #15A690. Grayscale: #868686. Windows color (decimal): -1418897 or 7297514. OLE color: 7297514.

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

Color convert

RGB 234 89 111 -
CMYK 0 0.62 0.53 0.08
HSL 350.9º 0.78% 0.63% -
HSV(B) 350.9º 0.62% 0.92% -
XYZ 40.37 25.78 17.89 -
YUV 134.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 234 89 111 0 0.62 0.53 0.08 350.9 0.78 0.63
Hex EA 59 6F 0 3E 35 8 15F 4E 3F
Octal 352 131 157 0 76 65 10 537 116 77
Binary 11101010 1011001 1101111 0 111110 110101 1000 101011111 1001110 111111

Color Harmonies of #EA596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA596F

Black with #EA596F

Text Example


Text Example

White with #EA596F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA596F; }

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

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

background-color css

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

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

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

border-color css

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

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

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