Html Css Color HEX #EA5564 Wild Watermelon

📋 copy color: '#EA5564'

red 234 ◦ green 85 ◦ blue 100

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

Shades of Wild Watermelon #EA5564

Tints of Wild Watermelon #EA5564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.29%

 BLUE value IS 100 (39.45% from 255) = 23.87%

R = 55.85%
G = 20.29%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA5564 (or 0xEA5564) is known color: Wild Watermelon. HEX triplet: EA, 55 and 64. RGB value is (234,85,100). Sum of RGB (Red+Green+Blue) = 234+85+100=419 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.85% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5564 is #15AA9B. Grayscale: #838383. Windows color (decimal): -1419932 or 6575594. OLE color: 6575594.

HSL color Cylindrical-coordinate representation of color #EA5564: hue angle of 353.96º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EA5564 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 85 100 -
CMYK 0 0.64 0.57 0.08
HSL 353.96º 0.78% 0.63% -
HSV(B) 353.96º 0.64% 0.92% -
XYZ 39.48 24.91 14.78 -
YUV 131.26 110.36 201.28 -
System Red Green Blue C M Y K H S L
Decimal 234 85 100 0 0.64 0.57 0.08 353.96 0.78 0.63
Hex EA 55 64 0 40 39 8 162 4E 3F
Octal 352 125 144 0 100 71 10 542 116 77
Binary 11101010 1010101 1100100 0 1000000 111001 1000 101100010 1001110 111111

Color Harmonies of #EA5564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA5564

Black with #EA5564

Text Example


Text Example

White with #EA5564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA5564; }

 p { color: rgb(234,85,100); }

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

background-color css

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

 a { background-color: rgb(234,85,100); }

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

border-color css

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

 span { border-color: rgb(234,85,100); }

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