#EF5266

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

Shades of Wild Watermelon #EF5266

Tints of Wild Watermelon #EF5266

Color information

#EF5266 (or 0xEF5266) is unknown color: approx Wild Watermelon. HEX triplet: EF, 52 and 66. RGB value is (239,82,102). Sum of RGB (Red+Green+Blue) = 239+82+102=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5266 is #10AD99. Grayscale: #838383. Windows color (decimal): -1093018 or 6705903. OLE color: 6705903.

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

Color convert

RGB23982102-
CMYK00.660.570.06
HSL352.36º83.07%62.94%-
HSV(B)352.36º65.69%93.73%-
XYZ41.0125.3415.3-
YUV131.22111.51204.87-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 56.50%
GREEN value IS 82 (32.42% from 255) = 19.39%
BLUE value IS 102 (40.23% from 255) = 24.11%
R=56.50%
G=19.39%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2398210200.660.570.06352.3683.0762.94
HexEF5266042396160533f
Octal357122146010271654012377
Binary1110111110100101100110010000101110011101011000001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5266; }

 p { color: rgb(239,82,102); }

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

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

 a { background-color: rgb(239,82,102); }

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

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

 span { border-color: rgb(239,82,102); }

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