Shades of Roman #E25959
Tints of Roman #E25959
RGB
CMYK
RGB Variations
Color information
#E25959 (or 0xE25959) is known color: Roman. HEX triplet: E2, 59 and 59. RGB value is (226,89,89). Sum of RGB (Red+Green+Blue) = 226+89+89=404 (53% of max value = 765). Red value is 226 (88.67% from 255 or 55.94% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 226 - color contains mainly: red. Hex color #E25959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25959 is #1DA6A6. Grayscale: #828282. Windows color (decimal): -1943207 or 5855714. OLE color: 5855714.
HSL color Cylindrical-coordinate representation of color #E25959: hue angle of 0º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E25959 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 89 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.11 |
| HSL | 0º | 0.7% | 0.62% | - |
| HSV(B) | 0º | 0.61% | 0.89% | - |
| XYZ | 36.74 | 24.03 | 12.15 | - |
| YUV | 129.96 | 104.89 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 89 | 0 | 0.61 | 0.61 | 0.11 | 0 | 0.7 | 0.62 |
| Hex | E2 | 59 | 59 | 0 | 3D | 3D | B | 0 | 46 | 3E |
| Octal | 342 | 131 | 131 | 0 | 75 | 75 | 13 | 0 | 106 | 76 |
| Binary | 11100010 | 1011001 | 1011001 | 0 | 111101 | 111101 | 1011 | 0 | 1000110 | 111110 |
Color Harmonies of #E25959
Complementary color
Monochromatic Colors of #E25959
Black with #E25959
Text Example
Text Example
White with #E25959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25959; }
p { color: rgb(226,89,89); }
H1.HeaderClassName
{
color: #E25959;
}
.AnyTagClassName
{
color: #E25959;
}
</style>
background-color css
<style>
a { background-color: #E25959; }
a { background-color: rgb(226,89,89); }
div.DivClassName
{
background-color: #E25959;
}
.BgClassName
{
background-color: #E25959;
}
</style>
border-color css
<style>
span { border-color: #E25959; }
span { border-color: rgb(226,89,89); }
td.TdClassName
{
border-color: #E25959;
}
.TagClassName
{
border-color: #E25959;
}
</style>