#EF5B77

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

Shades of Wild Watermelon #EF5B77

Tints of Wild Watermelon #EF5B77

Color information

#EF5B77 (or 0xEF5B77) is unknown color: approx Wild Watermelon. HEX triplet: EF, 5B and 77. RGB value is (239,91,119). Sum of RGB (Red+Green+Blue) = 239+91+119=449 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.23% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5B77 is #10A488. Grayscale: #8A8A8A. Windows color (decimal): -1090697 or 7822319. OLE color: 7822319.

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

Color convert

RGB23991119-
CMYK00.620.500.06
HSL348.65º82.22%64.71%-
HSV(B)348.65º61.92%93.73%-
XYZ42.6727.1620.45-
YUV138.44117.03199.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.23%
GREEN value IS 91 (35.94% from 255) = 20.27%
BLUE value IS 119 (46.88% from 255) = 26.50%
R=53.23%
G=20.27%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399111900.620.500.06348.6582.2264.71
HexEF5B7703E32615d5241
Octal357133167076626535122101
Binary1110111110110111110111011111011001011010101110110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5B77; }

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

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

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

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

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

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

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

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