#E15F71

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

Shades of Froly #E15F71

Tints of Froly #E15F71

Color information

#E15F71 (or 0xE15F71) is unknown color: approx Froly. HEX triplet: E1, 5F and 71. RGB value is (225,95,113). Sum of RGB (Red+Green+Blue) = 225+95+113=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15F71 is #1EA08E. Grayscale: #878787. Windows color (decimal): -2007183 or 7430113. OLE color: 7430113.

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

Color convert

RGB22595113-
CMYK00.580.500.12
HSL351.69º68.42%62.75%-
HSV(B)351.69º57.78%88.24%-
XYZ38.1225.3818.51-
YUV135.92115.07191.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.96%
GREEN value IS 95 (37.5% from 255) = 21.94%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=51.96%
G=21.94%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2259511300.580.500.12351.6968.4262.75
HexE15F7103A32C160443f
Octal341137161072621454010477
Binary1110000110111111110001011101011001011001011000001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15F71; }

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

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

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

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

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

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

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

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