#E05D66

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

Shades of Froly #E05D66

Tints of Froly #E05D66

Color information

#E05D66 (or 0xE05D66) is unknown color: approx Froly. HEX triplet: E0, 5D and 66. RGB value is (224,93,102). Sum of RGB (Red+Green+Blue) = 224+93+102=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E05D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05D66 is #1FA299. Grayscale: #858585. Windows color (decimal): -2073242 or 6708704. OLE color: 6708704.

HSL color Cylindrical-coordinate representation of color #E05D66: hue angle of 355.88º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05D66 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB22493102-
CMYK00.580.540.12
HSL355.88º67.88%62.16%-
HSV(B)355.88º58.48%87.84%-
XYZ37.0524.6415.37-
YUV133.2110.4192.77-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.46%
GREEN value IS 93 (36.72% from 255) = 22.20%
BLUE value IS 102 (40.23% from 255) = 24.34%
R=53.46%
G=22.20%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249310200.580.540.12355.8867.8862.16
HexE05D6603A36C164443e
Octal340135146072661454410476
Binary1110000010111011100110011101011011011001011001001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05D66; }

 p { color: rgb(224,93,102); }

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

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

 a { background-color: rgb(224,93,102); }

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

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

 span { border-color: rgb(224,93,102); }

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