Html Css Color HEX #EA5970 Wild Watermelon

📋 copy color: '#EA5970'

red 234 ◦ green 89 ◦ blue 112

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

Shades of Wild Watermelon #EA5970

Tints of Wild Watermelon #EA5970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.75%

R = 53.79%
G = 20.46%
B = 25.75%

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

#EA5970 (or 0xEA5970) is known color: Wild Watermelon. HEX triplet: EA, 59 and 70. RGB value is (234,89,112). Sum of RGB (Red+Green+Blue) = 234+89+112=435 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.79% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5970 is #15A68F. Grayscale: #878787. Windows color (decimal): -1418896 or 7363050. OLE color: 7363050.

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

Color convert

RGB 234 89 112 -
CMYK 0 0.62 0.52 0.08
HSL 350.48º 0.78% 0.63% -
HSV(B) 350.48º 0.62% 0.92% -
XYZ 40.43 25.81 18.18 -
YUV 134.98 115.04 198.63 -
System Red Green Blue C M Y K H S L
Decimal 234 89 112 0 0.62 0.52 0.08 350.48 0.78 0.63
Hex EA 59 70 0 3E 34 8 15E 4E 3F
Octal 352 131 160 0 76 64 10 536 116 77
Binary 11101010 1011001 1110000 0 111110 110100 1000 101011110 1001110 111111

Color Harmonies of #EA5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5970

Black with #EA5970

Text Example


Text Example

White with #EA5970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5970; }

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

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

background-color css

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

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

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

border-color css

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

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

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