#EE5060

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

Shades of Wild Watermelon #EE5060

Tints of Wild Watermelon #EE5060

Color information

#EE5060 (or 0xEE5060) is unknown color: approx Wild Watermelon. HEX triplet: EE, 50 and 60. RGB value is (238,80,96). Sum of RGB (Red+Green+Blue) = 238+80+96=414 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.49% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5060 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5060 is #11AF9F. Grayscale: #818181. Windows color (decimal): -1159072 or 6312174. OLE color: 6312174.

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

Color convert

RGB2388096-
CMYK00.660.600.07
HSL353.92º82.29%62.35%-
HSV(B)353.92º66.39%93.33%-
XYZ40.2424.7613.72-
YUV129.07109.35205.7-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 57.49%
GREEN value IS 80 (31.64% from 255) = 19.32%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=57.49%
G=19.32%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238809600.660.600.07353.9282.2962.35
HexEE50600423C7162523e
Octal356120140010274754212276
Binary1110111010100001100000010000101111001111011000101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5060; }

 p { color: rgb(238,80,96); }

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

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

 a { background-color: rgb(238,80,96); }

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

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

 span { border-color: rgb(238,80,96); }

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