#E15F72

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

Shades of Froly #E15F72

Tints of Froly #E15F72

Color information

#E15F72 (or 0xE15F72) is unknown color: approx Froly. HEX triplet: E1, 5F and 72. RGB value is (225,95,114). Sum of RGB (Red+Green+Blue) = 225+95+114=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15F72 is #1EA08D. Grayscale: #888888. Windows color (decimal): -2007182 or 7495649. OLE color: 7495649.

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

Color convert

RGB22595114-
CMYK00.580.490.12
HSL351.23º68.42%62.75%-
HSV(B)351.23º57.78%88.24%-
XYZ38.1825.4118.81-
YUV136.04115.57191.46-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.84%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 114 (44.92% from 255) = 26.27%
R=51.84%
G=21.89%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259511400.580.490.12351.2368.4262.75
HexE15F7203A31C15f443f
Octal341137162072611453710477
Binary1110000110111111110010011101011000111001010111111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15F72; }

 p { color: rgb(225,95,114); }

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

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

 a { background-color: rgb(225,95,114); }

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

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

 span { border-color: rgb(225,95,114); }

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