#EE5464

Color #EE5464 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #EE5464

Tints of Wild Watermelon #EE5464

Color information

#EE5464 (or 0xEE5464) is unknown color: approx Wild Watermelon. HEX triplet: EE, 54 and 64. RGB value is (238,84,100). Sum of RGB (Red+Green+Blue) = 238+84+100=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 100 (39.45% from 255 or 23.70% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5464 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5464 is #11AB9B. Grayscale: #838383. Windows color (decimal): -1158044 or 6575342. OLE color: 6575342.

HSL color Cylindrical-coordinate representation of color #EE5464: hue angle of 353.77º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE5464 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB23884100-
CMYK00.650.580.07
HSL353.77º81.91%63.14%-
HSV(B)353.77º64.71%93.33%-
XYZ40.7325.4414.82-
YUV131.87110.02203.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.40%
GREEN value IS 84 (33.20% from 255) = 19.91%
BLUE value IS 100 (39.45% from 255) = 23.70%
R=56.40%
G=19.91%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388410000.650.580.07353.7781.9163.14
HexEE54640413A7162523f
Octal356124144010172754212277
Binary1110111010101001100100010000011110101111011000101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5464; }

 p { color: rgb(238,84,100); }

 H1.HeaderClassName
 {
   color: #EE5464;
 }
 .AnyTagClassName
 {
   color: #EE5464;
 }
</style>
background-color css

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

 a { background-color: rgb(238,84,100); }

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

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

 span { border-color: rgb(238,84,100); }

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