#EC5969

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

Shades of Wild Watermelon #EC5969

Tints of Wild Watermelon #EC5969

Color information

#EC5969 (or 0xEC5969) is unknown color: approx Wild Watermelon. HEX triplet: EC, 59 and 69. RGB value is (236,89,105). Sum of RGB (Red+Green+Blue) = 236+89+105=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5969 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5969 is #13A696. Grayscale: #868686. Windows color (decimal): -1287831 or 6904300. OLE color: 6904300.

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

Color convert

RGB23689105-
CMYK00.620.560.07
HSL353.47º79.46%63.73%-
HSV(B)353.47º62.29%92.55%-
XYZ40.712616.24-
YUV134.78111.2200.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.88%
GREEN value IS 89 (35.16% from 255) = 20.70%
BLUE value IS 105 (41.41% from 255) = 24.42%
R=54.88%
G=20.70%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368910500.620.560.07353.4779.4663.73
HexEC596903E3871614f40
Octal354131151076707541117100
Binary1110110010110011101001011111011100011110110000110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5969; }

 p { color: rgb(236,89,105); }

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

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

 a { background-color: rgb(236,89,105); }

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

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

 span { border-color: rgb(236,89,105); }

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