Shades of Roman #E05959
Tints of Roman #E05959
RGB
CMYK
RGB Variations
Color information
#E05959 (or 0xE05959) is known color: Roman. HEX triplet: E0, 59 and 59. RGB value is (224,89,89). Sum of RGB (Red+Green+Blue) = 224+89+89=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E05959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05959 is #1FA6A6. Grayscale: #818181. Windows color (decimal): -2074279 or 5855712. OLE color: 5855712.
HSL color Cylindrical-coordinate representation of color #E05959: hue angle of 0º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05959 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 89 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.12 |
| HSL | 0º | 0.69% | 0.61% | - |
| HSV(B) | 0º | 0.6% | 0.88% | - |
| XYZ | 36.12 | 23.71 | 12.12 | - |
| YUV | 129.37 | 105.23 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 89 | 0 | 0.60 | 0.60 | 0.12 | 0 | 0.69 | 0.61 |
| Hex | E0 | 59 | 59 | 0 | 3C | 3C | C | 0 | 45 | 3D |
| Octal | 340 | 131 | 131 | 0 | 74 | 74 | 14 | 0 | 105 | 75 |
| Binary | 11100000 | 1011001 | 1011001 | 0 | 111100 | 111100 | 1100 | 0 | 1000101 | 111101 |
Color Harmonies of #E05959
Complementary color
Monochromatic Colors of #E05959
Black with #E05959
Text Example
Text Example
White with #E05959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05959; }
p { color: rgb(224,89,89); }
H1.HeaderClassName
{
color: #E05959;
}
.AnyTagClassName
{
color: #E05959;
}
</style>
background-color css
<style>
a { background-color: #E05959; }
a { background-color: rgb(224,89,89); }
div.DivClassName
{
background-color: #E05959;
}
.BgClassName
{
background-color: #E05959;
}
</style>
border-color css
<style>
span { border-color: #E05959; }
span { border-color: rgb(224,89,89); }
td.TdClassName
{
border-color: #E05959;
}
.TagClassName
{
border-color: #E05959;
}
</style>