#ef4c65

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

Shades of Wild Watermelon #EF4C65

Tints of Wild Watermelon #EF4C65

Color information

#EF4C65 (or 0xEF4C65) is unknown color: approx Wild Watermelon. HEX triplet: EF, 4C and 65. RGB value is (239,76,101). Sum of RGB (Red+Green+Blue) = 239+76+101=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF4C65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EF4C65 is #10B39A. Grayscale: #7F7F7F. Windows color (decimal): -1094555 or 6638831. OLE color: 6638831.

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

Color convert

RGB23976101-
CMYK00.680.580.06
HSL350.8º83.59%61.76%-
HSV(B)350.8º68.2%93.73%-
XYZ40.5324.4614.9-
YUV127.59113207.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 57.45%
GREEN value IS 76 (30.08% from 255) = 18.27%
BLUE value IS 101 (39.84% from 255) = 24.28%
R=57.45%
G=18.27%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2397610100.680.580.06350.883.5961.76
HexEF4C650443A615f543e
Octal357114145010472653712476
Binary1110111110011001100101010001001110101101010111111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef4c65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef4c65; }

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

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

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

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

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

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

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

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