#EC596B

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

Shades of Wild Watermelon #EC596B

Tints of Wild Watermelon #EC596B

Color information

#EC596B (or 0xEC596B) is unknown color: approx Wild Watermelon. HEX triplet: EC, 59 and 6B. RGB value is (236,89,107). Sum of RGB (Red+Green+Blue) = 236+89+107=432 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.63% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 236 - color contains mainly: red. Hex color #EC596B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC596B is #13A694. Grayscale: #878787. Windows color (decimal): -1287829 or 7035372. OLE color: 7035372.

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

Color convert

RGB23689107-
CMYK00.620.550.07
HSL352.65º79.46%63.73%-
HSV(B)352.65º62.29%92.55%-
XYZ40.8226.0416.78-
YUV135112.2200.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.63%
GREEN value IS 89 (35.16% from 255) = 20.60%
BLUE value IS 107 (42.19% from 255) = 24.77%
R=54.63%
G=20.60%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368910700.620.550.07352.6579.4663.73
HexEC596B03E3771614f40
Octal354131153076677541117100
Binary1110110010110011101011011111011011111110110000110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC596B; }

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

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

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

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

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

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

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

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