#EF5772

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

Shades of Wild Watermelon #EF5772

Tints of Wild Watermelon #EF5772

Color information

#EF5772 (or 0xEF5772) is unknown color: approx Wild Watermelon. HEX triplet: EF, 57 and 72. RGB value is (239,87,114). Sum of RGB (Red+Green+Blue) = 239+87+114=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5772 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5772 is #10A88D. Grayscale: #878787. Windows color (decimal): -1091726 or 7493615. OLE color: 7493615.

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

Color convert

RGB23987114-
CMYK00.640.520.06
HSL349.34º82.61%63.92%-
HSV(B)349.34º63.6%93.73%-
XYZ42.0426.3818.8-
YUV135.53115.86201.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.32%
GREEN value IS 87 (34.38% from 255) = 19.77%
BLUE value IS 114 (44.92% from 255) = 25.91%
R=54.32%
G=19.77%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398711400.640.520.06349.3482.6163.92
HexEF577204034615d5340
Octal3571271620100646535123100
Binary11101111101011111100100100000011010011010101110110100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5772; }

 p { color: rgb(239,87,114); }

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

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

 a { background-color: rgb(239,87,114); }

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

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

 span { border-color: rgb(239,87,114); }

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