#EC5560

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

Shades of Wild Watermelon #EC5560

Tints of Wild Watermelon #EC5560

Color information

#EC5560 (or 0xEC5560) is unknown color: approx Wild Watermelon. HEX triplet: EC, 55 and 60. RGB value is (236,85,96). Sum of RGB (Red+Green+Blue) = 236+85+96=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5560 is #13AA9F. Grayscale: #838383. Windows color (decimal): -1288864 or 6313452. OLE color: 6313452.

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

Color convert

RGB2368596-
CMYK00.640.590.07
HSL355.63º79.89%62.94%-
HSV(B)355.63º63.98%92.55%-
XYZ39.9525.1713.82-
YUV131.4108.03202.61-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 56.59%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 96 (37.89% from 255) = 23.02%
R=56.59%
G=20.38%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236859600.640.590.07355.6379.8962.94
HexEC55600403B7164503f
Octal354125140010073754412077
Binary1110110010101011100000010000001110111111011001001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5560; }

 p { color: rgb(236,85,96); }

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

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

 a { background-color: rgb(236,85,96); }

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

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

 span { border-color: rgb(236,85,96); }

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