#E15C69

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

Shades of Froly #E15C69

Tints of Froly #E15C69

Color information

#E15C69 (or 0xE15C69) is unknown color: approx Froly. HEX triplet: E1, 5C and 69. RGB value is (225,92,105). Sum of RGB (Red+Green+Blue) = 225+92+105=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C69 is #1EA396. Grayscale: #858585. Windows color (decimal): -2007959 or 6905057. OLE color: 6905057.

HSL color Cylindrical-coordinate representation of color #E15C69: hue angle of 354.14º 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 #E15C69 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB22592105-
CMYK00.590.530.12
HSL354.14º68.91%62.16%-
HSV(B)354.14º59.11%88.24%-
XYZ37.4324.6816.16-
YUV133.25112.06193.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 53.32%
GREEN value IS 92 (36.33% from 255) = 21.80%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=53.32%
G=21.80%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259210500.590.530.12354.1468.9162.16
HexE15C6903B35C162453e
Octal341134151073651454210576
Binary1110000110111001101001011101111010111001011000101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15C69; }

 p { color: rgb(225,92,105); }

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

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

 a { background-color: rgb(225,92,105); }

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

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

 span { border-color: rgb(225,92,105); }

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