#E15D66

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

Shades of Froly #E15D66

Tints of Froly #E15D66

Color information

#E15D66 (or 0xE15D66) is unknown color: approx Froly. HEX triplet: E1, 5D and 66. RGB value is (225,93,102). Sum of RGB (Red+Green+Blue) = 225+93+102=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15D66 is #1EA299. Grayscale: #858585. Windows color (decimal): -2007706 or 6708705. OLE color: 6708705.

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

Color convert

RGB22593102-
CMYK00.590.550.12
HSL355.91º68.75%62.35%-
HSV(B)355.91º58.67%88.24%-
XYZ37.3624.815.39-
YUV133.49110.23193.27-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.57%
GREEN value IS 93 (36.72% from 255) = 22.14%
BLUE value IS 102 (40.23% from 255) = 24.29%
R=53.57%
G=22.14%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259310200.590.550.12355.9168.7562.35
HexE15D6603B37C164453e
Octal341135146073671454410576
Binary1110000110111011100110011101111011111001011001001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15D66; }

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

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

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

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

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

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

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

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