Shades of Froly #E45C71
Tints of Froly #E45C71
RGB
CMYK
RGB Variations
Color information
#E45C71 (or 0xE45C71) is known color: Froly. HEX triplet: E4, 5C and 71. RGB value is (228,92,113). Sum of RGB (Red+Green+Blue) = 228+92+113=433 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.66% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45C71 is #1BA38E. Grayscale: #878787. Windows color (decimal): -1811343 or 7429348. OLE color: 7429348.
HSL color Cylindrical-coordinate representation of color #E45C71: hue angle of 350.74º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E45C71 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 92 | 113 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.11 |
| HSL | 350.74º | 0.72% | 0.63% | - |
| HSV(B) | 350.74º | 0.6% | 0.89% | - |
| XYZ | 38.8 | 25.34 | 18.47 | - |
| YUV | 135.06 | 115.56 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 92 | 113 | 0 | 0.60 | 0.50 | 0.11 | 350.74 | 0.72 | 0.63 |
| Hex | E4 | 5C | 71 | 0 | 3C | 32 | B | 15F | 48 | 3F |
| Octal | 344 | 134 | 161 | 0 | 74 | 62 | 13 | 537 | 110 | 77 |
| Binary | 11100100 | 1011100 | 1110001 | 0 | 111100 | 110010 | 1011 | 101011111 | 1001000 | 111111 |
Color Harmonies of #E45C71
Complementary color
Monochromatic Colors of #E45C71
Black with #E45C71
Text Example
Text Example
White with #E45C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45C71; }
p { color: rgb(228,92,113); }
H1.HeaderClassName
{
color: #E45C71;
}
.AnyTagClassName
{
color: #E45C71;
}
</style>
background-color css
<style>
a { background-color: #E45C71; }
a { background-color: rgb(228,92,113); }
div.DivClassName
{
background-color: #E45C71;
}
.BgClassName
{
background-color: #E45C71;
}
</style>
border-color css
<style>
span { border-color: #E45C71; }
span { border-color: rgb(228,92,113); }
td.TdClassName
{
border-color: #E45C71;
}
.TagClassName
{
border-color: #E45C71;
}
</style>