#EC5968

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

Shades of Wild Watermelon #EC5968

Tints of Wild Watermelon #EC5968

Color information

#EC5968 (or 0xEC5968) is unknown color: approx Wild Watermelon. HEX triplet: EC, 59 and 68. RGB value is (236,89,104). Sum of RGB (Red+Green+Blue) = 236+89+104=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5968 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5968 is #13A697. Grayscale: #868686. Windows color (decimal): -1287832 or 6838764. OLE color: 6838764.

HSL color Cylindrical-coordinate representation of color #EC5968: hue angle of 353.88º 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 #EC5968 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB23689104-
CMYK00.620.560.07
HSL353.88º79.46%63.73%-
HSV(B)353.88º62.29%92.55%-
XYZ40.6625.9815.97-
YUV134.66110.7200.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 55.01%
GREEN value IS 89 (35.16% from 255) = 20.75%
BLUE value IS 104 (41.02% from 255) = 24.24%
R=55.01%
G=20.75%
B=24.24%

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
Decimal2368910400.620.560.07353.8879.4663.73
HexEC596803E3871624f40
Octal354131150076707542117100
Binary1110110010110011101000011111011100011110110001010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5968; }

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

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

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

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

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

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

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

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