#EC5F76

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

Shades of Wild Watermelon #EC5F76

Tints of Wild Watermelon #EC5F76

Color information

#EC5F76 (or 0xEC5F76) is unknown color: approx Wild Watermelon. HEX triplet: EC, 5F and 76. RGB value is (236,95,118). Sum of RGB (Red+Green+Blue) = 236+95+118=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC5F76 is #13A089. Grayscale: #8B8B8B. Windows color (decimal): -1286282 or 7757804. OLE color: 7757804.

HSL color Cylindrical-coordinate representation of color #EC5F76: hue angle of 350.21º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC5F76 is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB23695118-
CMYK00.600.50.07
HSL350.21º78.77%64.9%-
HSV(B)350.21º59.75%92.55%-
XYZ41.9527.3320.2-
YUV139.78115.71196.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.56%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 118 (46.48% from 255) = 26.28%
R=52.56%
G=21.16%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.5
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369511800.600.50.07350.2178.7764.9
HexEC5F7603C32715e4f41
Octal354137166074627536117101
Binary1110110010111111110110011110011001011110101111010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC5F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC5F76; }

 p { color: rgb(236,95,118); }

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

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

 a { background-color: rgb(236,95,118); }

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

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

 span { border-color: rgb(236,95,118); }

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