#EF5A65

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

Shades of Wild Watermelon #EF5A65

Tints of Wild Watermelon #EF5A65

Color information

#EF5A65 (or 0xEF5A65) is unknown color: approx Wild Watermelon. HEX triplet: EF, 5A and 65. RGB value is (239,90,101). Sum of RGB (Red+Green+Blue) = 239+90+101=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF5A65 is #10A59A. Grayscale: #878787. Windows color (decimal): -1090971 or 6642415. OLE color: 6642415.

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

Color convert

RGB23990101-
CMYK00.620.580.06
HSL355.57º82.32%64.51%-
HSV(B)355.57º62.34%93.73%-
XYZ41.626.615.25-
YUV135.8108.36201.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.58%
GREEN value IS 90 (35.55% from 255) = 20.93%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=55.58%
G=20.93%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2399010100.620.580.06355.5782.3264.51
HexEF5A6503E3A61645241
Octal357132145076726544122101
Binary1110111110110101100101011111011101011010110010010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5A65; }

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

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

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

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

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

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

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

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