#EE5A5F

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

Shades of Froly #EE5A5F

Tints of Froly #EE5A5F

Color information

#EE5A5F (or 0xEE5A5F) is unknown color: approx Froly. HEX triplet: EE, 5A and 5F. RGB value is (238,90,95). Sum of RGB (Red+Green+Blue) = 238+90+95=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 95 (37.5% from 255 or 22.46% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5A5F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5A5F is #11A5A0. Grayscale: #868686. Windows color (decimal): -1156513 or 6249198. OLE color: 6249198.

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

Color convert

RGB2389095-
CMYK00.620.600.07
HSL357.97º81.32%64.31%-
HSV(B)357.97º62.18%93.33%-
XYZ40.9826.3213.75-
YUV134.82105.53201.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.26%
GREEN value IS 90 (35.55% from 255) = 21.28%
BLUE value IS 95 (37.5% from 255) = 22.46%
R=56.26%
G=21.28%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238909500.620.600.07357.9781.3264.31
HexEE5A5F03E3C71665140
Octal356132137076747546121100
Binary1110111010110101011111011111011110011110110011010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5A5F; }

 p { color: rgb(238,90,95); }

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

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

 a { background-color: rgb(238,90,95); }

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

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

 span { border-color: rgb(238,90,95); }

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