Shades of Roman #E45F5D
Tints of Roman #E45F5D
RGB
CMYK
RGB Variations
Color information
#E45F5D (or 0xE45F5D) is known color: Roman. HEX triplet: E4, 5F and 5D. RGB value is (228,95,93). Sum of RGB (Red+Green+Blue) = 228+95+93=416 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.81% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45F5D is #1BA0A2. Grayscale: #868686. Windows color (decimal): -1810595 or 6119396. OLE color: 6119396.
HSL color Cylindrical-coordinate representation of color #E45F5D: hue angle of 0.89º 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 #E45F5D is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 93 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.11 |
| HSL | 0.89º | 0.71% | 0.63% | - |
| HSV(B) | 0.89º | 0.59% | 0.89% | - |
| XYZ | 38.06 | 25.47 | 13.27 | - |
| YUV | 134.54 | 104.56 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 93 | 0 | 0.58 | 0.59 | 0.11 | 0.89 | 0.71 | 0.63 |
| Hex | E4 | 5F | 5D | 0 | 3A | 3B | B | 1 | 47 | 3F |
| Octal | 344 | 137 | 135 | 0 | 72 | 73 | 13 | 1 | 107 | 77 |
| Binary | 11100100 | 1011111 | 1011101 | 0 | 111010 | 111011 | 1011 | 1 | 1000111 | 111111 |
Color Harmonies of #E45F5D
Complementary color
Monochromatic Colors of #E45F5D
Black with #E45F5D
Text Example
Text Example
White with #E45F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45F5D; }
p { color: rgb(228,95,93); }
H1.HeaderClassName
{
color: #E45F5D;
}
.AnyTagClassName
{
color: #E45F5D;
}
</style>
background-color css
<style>
a { background-color: #E45F5D; }
a { background-color: rgb(228,95,93); }
div.DivClassName
{
background-color: #E45F5D;
}
.BgClassName
{
background-color: #E45F5D;
}
</style>
border-color css
<style>
span { border-color: #E45F5D; }
span { border-color: rgb(228,95,93); }
td.TdClassName
{
border-color: #E45F5D;
}
.TagClassName
{
border-color: #E45F5D;
}
</style>