Shades of Froly #E45B64
Tints of Froly #E45B64
RGB
CMYK
RGB Variations
Color information
#E45B64 (or 0xE45B64) is known color: Froly. HEX triplet: E4, 5B and 64. RGB value is (228,91,100). Sum of RGB (Red+Green+Blue) = 228+91+100=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E45B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45B64 is #1BA49B. Grayscale: #858585. Windows color (decimal): -1811612 or 6577124. OLE color: 6577124.
HSL color Cylindrical-coordinate representation of color #E45B64: hue angle of 356.06º 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 #E45B64 is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 91 | 100 | - |
| CMYK | 0 | 0.60 | 0.56 | 0.11 |
| HSL | 356.06º | 0.72% | 0.63% | - |
| HSV(B) | 356.06º | 0.6% | 0.89% | - |
| XYZ | 38.04 | 24.9 | 14.86 | - |
| YUV | 132.99 | 109.39 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 91 | 100 | 0 | 0.60 | 0.56 | 0.11 | 356.06 | 0.72 | 0.63 |
| Hex | E4 | 5B | 64 | 0 | 3C | 38 | B | 164 | 48 | 3F |
| Octal | 344 | 133 | 144 | 0 | 74 | 70 | 13 | 544 | 110 | 77 |
| Binary | 11100100 | 1011011 | 1100100 | 0 | 111100 | 111000 | 1011 | 101100100 | 1001000 | 111111 |
Color Harmonies of #E45B64
Complementary color
Monochromatic Colors of #E45B64
Black with #E45B64
Text Example
Text Example
White with #E45B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45B64; }
p { color: rgb(228,91,100); }
H1.HeaderClassName
{
color: #E45B64;
}
.AnyTagClassName
{
color: #E45B64;
}
</style>
background-color css
<style>
a { background-color: #E45B64; }
a { background-color: rgb(228,91,100); }
div.DivClassName
{
background-color: #E45B64;
}
.BgClassName
{
background-color: #E45B64;
}
</style>
border-color css
<style>
span { border-color: #E45B64; }
span { border-color: rgb(228,91,100); }
td.TdClassName
{
border-color: #E45B64;
}
.TagClassName
{
border-color: #E45B64;
}
</style>