#EE5960

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

Shades of Froly #EE5960

Tints of Froly #EE5960

Color information

#EE5960 (or 0xEE5960) is unknown color: approx Froly. HEX triplet: EE, 59 and 60. RGB value is (238,89,96). Sum of RGB (Red+Green+Blue) = 238+89+96=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5960 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5960 is #11A69F. Grayscale: #868686. Windows color (decimal): -1156768 or 6314478. OLE color: 6314478.

HSL color Cylindrical-coordinate representation of color #EE5960: hue angle of 357.18º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE5960 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB2388996-
CMYK00.630.600.07
HSL357.18º81.42%64.12%-
HSV(B)357.18º62.61%93.33%-
XYZ40.9426.1713.96-
YUV134.35106.36201.93-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.26%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=56.26%
G=21.04%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238899600.630.600.07357.1881.4264.12
HexEE596003F3C71655140
Octal356131140077747545121100
Binary1110111010110011100000011111111110011110110010110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5960; }

 p { color: rgb(238,89,96); }

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

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

 a { background-color: rgb(238,89,96); }

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

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

 span { border-color: rgb(238,89,96); }

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