Shades of Roman #E25D59
Tints of Roman #E25D59
RGB
CMYK
RGB Variations
Color information
#E25D59 (or 0xE25D59) is known color: Roman. HEX triplet: E2, 5D and 59. RGB value is (226,93,89). Sum of RGB (Red+Green+Blue) = 226+93+89=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D59 is #1DA2A6. Grayscale: #848484. Windows color (decimal): -1942183 or 5856738. OLE color: 5856738.
HSL color Cylindrical-coordinate representation of color #E25D59: hue angle of 1.75º 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 #E25D59 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 89 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.11 |
| HSL | 1.75º | 0.7% | 0.62% | - |
| HSV(B) | 1.75º | 0.61% | 0.89% | - |
| XYZ | 37.08 | 24.72 | 12.27 | - |
| YUV | 132.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 89 | 0 | 0.59 | 0.61 | 0.11 | 1.75 | 0.7 | 0.62 |
| Hex | E2 | 5D | 59 | 0 | 3B | 3D | B | 2 | 46 | 3E |
| Octal | 342 | 135 | 131 | 0 | 73 | 75 | 13 | 2 | 106 | 76 |
| Binary | 11100010 | 1011101 | 1011001 | 0 | 111011 | 111101 | 1011 | 10 | 1000110 | 111110 |
Color Harmonies of #E25D59
Complementary color
Monochromatic Colors of #E25D59
Black with #E25D59
Text Example
Text Example
White with #E25D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D59; }
p { color: rgb(226,93,89); }
H1.HeaderClassName
{
color: #E25D59;
}
.AnyTagClassName
{
color: #E25D59;
}
</style>
background-color css
<style>
a { background-color: #E25D59; }
a { background-color: rgb(226,93,89); }
div.DivClassName
{
background-color: #E25D59;
}
.BgClassName
{
background-color: #E25D59;
}
</style>
border-color css
<style>
span { border-color: #E25D59; }
span { border-color: rgb(226,93,89); }
td.TdClassName
{
border-color: #E25D59;
}
.TagClassName
{
border-color: #E25D59;
}
</style>