#EF5977

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

Shades of Wild Watermelon #EF5977

Tints of Wild Watermelon #EF5977

Color information

#EF5977 (or 0xEF5977) is unknown color: approx Wild Watermelon. HEX triplet: EF, 59 and 77. RGB value is (239,89,119). Sum of RGB (Red+Green+Blue) = 239+89+119=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5977 is #10A688. Grayscale: #898989. Windows color (decimal): -1091209 or 7821807. OLE color: 7821807.

HSL color Cylindrical-coordinate representation of color #EF5977: hue angle of 348º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EF5977 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB23989119-
CMYK00.630.500.06
HSL348º82.42%64.31%-
HSV(B)348º62.76%93.73%-
XYZ42.526.8320.39-
YUV137.27117.7200.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.47%
GREEN value IS 89 (35.16% from 255) = 19.91%
BLUE value IS 119 (46.88% from 255) = 26.62%
R=53.47%
G=19.91%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398911900.630.500.0634882.4264.31
HexEF597703F32615c5240
Octal357131167077626534122100
Binary1110111110110011110111011111111001011010101110010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5977; }

 p { color: rgb(239,89,119); }

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

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

 a { background-color: rgb(239,89,119); }

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

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

 span { border-color: rgb(239,89,119); }

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