#ef4c66

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

Shades of Wild Watermelon #EF4C66

Tints of Wild Watermelon #EF4C66

Color information

#EF4C66 (or 0xEF4C66) is unknown color: approx Wild Watermelon. HEX triplet: EF, 4C and 66. RGB value is (239,76,102). Sum of RGB (Red+Green+Blue) = 239+76+102=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 102 (40.23% from 255 or 24.46% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4C66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4C66 is #10B399. Grayscale: #7F7F7F. Windows color (decimal): -1094554 or 6704367. OLE color: 6704367.

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

Color convert

RGB23976102-
CMYK00.680.570.06
HSL350.43º83.59%61.76%-
HSV(B)350.43º68.2%93.73%-
XYZ40.5824.4815.16-
YUV127.7113.5207.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.31%
GREEN value IS 76 (30.08% from 255) = 18.23%
BLUE value IS 102 (40.23% from 255) = 24.46%
R=57.31%
G=18.23%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397610200.680.570.06350.4383.5961.76
HexEF4C6604439615e543e
Octal357114146010471653612476
Binary1110111110011001100110010001001110011101010111101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef4c66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef4c66; }

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

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

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

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

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

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

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

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