#EC5764

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

Shades of Wild Watermelon #EC5764

Tints of Wild Watermelon #EC5764

Color information

#EC5764 (or 0xEC5764) is unknown color: approx Wild Watermelon. HEX triplet: EC, 57 and 64. RGB value is (236,87,100). Sum of RGB (Red+Green+Blue) = 236+87+100=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5764 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5764 is #13A89B. Grayscale: #858585. Windows color (decimal): -1288348 or 6576108. OLE color: 6576108.

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

Color convert

RGB23687100-
CMYK00.630.580.07
HSL354.77º79.68%63.33%-
HSV(B)354.77º63.14%92.55%-
XYZ40.325.5714.87-
YUV133.03109.36201.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.79%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 100 (39.45% from 255) = 23.64%
R=55.79%
G=20.57%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368710000.630.580.07354.7779.6863.33
HexEC576403F3A7163503f
Octal35412714407772754312077
Binary111011001010111110010001111111110101111011000111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5764; }

 p { color: rgb(236,87,100); }

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

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

 a { background-color: rgb(236,87,100); }

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

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

 span { border-color: rgb(236,87,100); }

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