Shades of Roman #E45F5E
Tints of Roman #E45F5E
RGB
CMYK
RGB Variations
Color information
#E45F5E (or 0xE45F5E) is known color: Roman. HEX triplet: E4, 5F and 5E. RGB value is (228,95,94). Sum of RGB (Red+Green+Blue) = 228+95+94=417 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.68% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45F5E is #1BA0A1. Grayscale: #868686. Windows color (decimal): -1810594 or 6184932. OLE color: 6184932.
HSL color Cylindrical-coordinate representation of color #E45F5E: hue angle of 0.45º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45F5E is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 94 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.11 |
| HSL | 0.45º | 0.71% | 0.63% | - |
| HSV(B) | 0.45º | 0.59% | 0.89% | - |
| XYZ | 38.11 | 25.49 | 13.5 | - |
| YUV | 134.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 94 | 0 | 0.58 | 0.59 | 0.11 | 0.45 | 0.71 | 0.63 |
| Hex | E4 | 5F | 5E | 0 | 3A | 3B | B | 0 | 47 | 3F |
| Octal | 344 | 137 | 136 | 0 | 72 | 73 | 13 | 0 | 107 | 77 |
| Binary | 11100100 | 1011111 | 1011110 | 0 | 111010 | 111011 | 1011 | 0 | 1000111 | 111111 |
Color Harmonies of #E45F5E
Complementary color
Monochromatic Colors of #E45F5E
Black with #E45F5E
Text Example
Text Example
White with #E45F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45F5E; }
p { color: rgb(228,95,94); }
H1.HeaderClassName
{
color: #E45F5E;
}
.AnyTagClassName
{
color: #E45F5E;
}
</style>
background-color css
<style>
a { background-color: #E45F5E; }
a { background-color: rgb(228,95,94); }
div.DivClassName
{
background-color: #E45F5E;
}
.BgClassName
{
background-color: #E45F5E;
}
</style>
border-color css
<style>
span { border-color: #E45F5E; }
span { border-color: rgb(228,95,94); }
td.TdClassName
{
border-color: #E45F5E;
}
.TagClassName
{
border-color: #E45F5E;
}
</style>