Shades of Froly #E45F64
Tints of Froly #E45F64
RGB
CMYK
RGB Variations
Color information
#E45F64 (or 0xE45F64) is known color: Froly. HEX triplet: E4, 5F and 64. RGB value is (228,95,100). Sum of RGB (Red+Green+Blue) = 228+95+100=423 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.90% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45F64 is #1BA09B. Grayscale: #878787. Windows color (decimal): -1810588 or 6578148. OLE color: 6578148.
HSL color Cylindrical-coordinate representation of color #E45F64: hue angle of 357.74º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E45F64 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 100 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.11 |
| HSL | 357.74º | 0.71% | 0.63% | - |
| HSV(B) | 357.74º | 0.58% | 0.89% | - |
| XYZ | 38.39 | 25.6 | 14.97 | - |
| YUV | 135.34 | 108.06 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 100 | 0 | 0.58 | 0.56 | 0.11 | 357.74 | 0.71 | 0.63 |
| Hex | E4 | 5F | 64 | 0 | 3A | 38 | B | 166 | 47 | 3F |
| Octal | 344 | 137 | 144 | 0 | 72 | 70 | 13 | 546 | 107 | 77 |
| Binary | 11100100 | 1011111 | 1100100 | 0 | 111010 | 111000 | 1011 | 101100110 | 1000111 | 111111 |
Color Harmonies of #E45F64
Complementary color
Monochromatic Colors of #E45F64
Black with #E45F64
Text Example
Text Example
White with #E45F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45F64; }
p { color: rgb(228,95,100); }
H1.HeaderClassName
{
color: #E45F64;
}
.AnyTagClassName
{
color: #E45F64;
}
</style>
background-color css
<style>
a { background-color: #E45F64; }
a { background-color: rgb(228,95,100); }
div.DivClassName
{
background-color: #E45F64;
}
.BgClassName
{
background-color: #E45F64;
}
</style>
border-color css
<style>
span { border-color: #E45F64; }
span { border-color: rgb(228,95,100); }
td.TdClassName
{
border-color: #E45F64;
}
.TagClassName
{
border-color: #E45F64;
}
</style>