Shades of Froly #E45C69
Tints of Froly #E45C69
RGB
CMYK
RGB Variations
Color information
#E45C69 (or 0xE45C69) is known color: Froly. HEX triplet: E4, 5C and 69. RGB value is (228,92,105). Sum of RGB (Red+Green+Blue) = 228+92+105=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45C69 is #1BA396. Grayscale: #868686. Windows color (decimal): -1811351 or 6905060. OLE color: 6905060.
HSL color Cylindrical-coordinate representation of color #E45C69: hue angle of 354.26º 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 #E45C69 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 92 | 105 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.11 |
| HSL | 354.26º | 0.72% | 0.63% | - |
| HSV(B) | 354.26º | 0.6% | 0.89% | - |
| XYZ | 38.37 | 25.17 | 16.2 | - |
| YUV | 134.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 92 | 105 | 0 | 0.60 | 0.54 | 0.11 | 354.26 | 0.72 | 0.63 |
| Hex | E4 | 5C | 69 | 0 | 3C | 36 | B | 162 | 48 | 3F |
| Octal | 344 | 134 | 151 | 0 | 74 | 66 | 13 | 542 | 110 | 77 |
| Binary | 11100100 | 1011100 | 1101001 | 0 | 111100 | 110110 | 1011 | 101100010 | 1001000 | 111111 |
Color Harmonies of #E45C69
Complementary color
Monochromatic Colors of #E45C69
Black with #E45C69
Text Example
Text Example
White with #E45C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45C69; }
p { color: rgb(228,92,105); }
H1.HeaderClassName
{
color: #E45C69;
}
.AnyTagClassName
{
color: #E45C69;
}
</style>
background-color css
<style>
a { background-color: #E45C69; }
a { background-color: rgb(228,92,105); }
div.DivClassName
{
background-color: #E45C69;
}
.BgClassName
{
background-color: #E45C69;
}
</style>
border-color css
<style>
span { border-color: #E45C69; }
span { border-color: rgb(228,92,105); }
td.TdClassName
{
border-color: #E45C69;
}
.TagClassName
{
border-color: #E45C69;
}
</style>