#EC5972

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

Shades of Wild Watermelon #EC5972

Tints of Wild Watermelon #EC5972

Color information

#EC5972 (or 0xEC5972) is unknown color: approx Wild Watermelon. HEX triplet: EC, 59 and 72. RGB value is (236,89,114). Sum of RGB (Red+Green+Blue) = 236+89+114=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5972 is #13A68D. Grayscale: #878787. Windows color (decimal): -1287822 or 7494124. OLE color: 7494124.

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

Color convert

RGB23689114-
CMYK00.620.520.07
HSL349.8º79.46%63.73%-
HSV(B)349.8º62.29%92.55%-
XYZ41.226.1918.8-
YUV135.8115.7199.47-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.76%
GREEN value IS 89 (35.16% from 255) = 20.27%
BLUE value IS 114 (44.92% from 255) = 25.97%
R=53.76%
G=20.27%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368911400.620.520.07349.879.4663.73
HexEC597203E34715e4f40
Octal354131162076647536117100
Binary1110110010110011110010011111011010011110101111010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5972; }

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

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

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

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

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

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

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

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