#EF5A71

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

Shades of Wild Watermelon #EF5A71

Tints of Wild Watermelon #EF5A71

Color information

#EF5A71 (or 0xEF5A71) is unknown color: approx Wild Watermelon. HEX triplet: EF, 5A and 71. RGB value is (239,90,113). Sum of RGB (Red+Green+Blue) = 239+90+113=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5A71 is #10A58E. Grayscale: #898989. Windows color (decimal): -1090959 or 7428847. OLE color: 7428847.

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

Color convert

RGB23990113-
CMYK00.620.530.06
HSL350.74º82.32%64.51%-
HSV(B)350.74º62.34%93.73%-
XYZ42.2326.8618.58-
YUV137.17114.36200.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.07%
GREEN value IS 90 (35.55% from 255) = 20.36%
BLUE value IS 113 (44.53% from 255) = 25.57%
R=54.07%
G=20.36%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399011300.620.530.06350.7482.3264.51
HexEF5A7103E35615f5241
Octal357132161076656537122101
Binary1110111110110101110001011111011010111010101111110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5A71; }

 p { color: rgb(239,90,113); }

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

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

 a { background-color: rgb(239,90,113); }

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

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

 span { border-color: rgb(239,90,113); }

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