Shades of Roman #E15F59
Tints of Roman #E15F59
RGB
CMYK
RGB Variations
Color information
#E15F59 (or 0xE15F59) is known color: Roman. HEX triplet: E1, 5F and 59. RGB value is (225,95,89). Sum of RGB (Red+Green+Blue) = 225+95+89=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 89 (35.16% from 255 or 21.76% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15F59 is #1EA0A6. Grayscale: #858585. Windows color (decimal): -2007207 or 5857249. OLE color: 5857249.
HSL color Cylindrical-coordinate representation of color #E15F59: hue angle of 2.65º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15F59 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 95 | 89 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.12 |
| HSL | 2.65º | 0.69% | 0.62% | - |
| HSV(B) | 2.65º | 0.6% | 0.88% | - |
| XYZ | 36.95 | 24.91 | 12.31 | - |
| YUV | 133.19 | 103.07 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 95 | 89 | 0 | 0.58 | 0.60 | 0.12 | 2.65 | 0.69 | 0.62 |
| Hex | E1 | 5F | 59 | 0 | 3A | 3C | C | 3 | 45 | 3E |
| Octal | 341 | 137 | 131 | 0 | 72 | 74 | 14 | 3 | 105 | 76 |
| Binary | 11100001 | 1011111 | 1011001 | 0 | 111010 | 111100 | 1100 | 11 | 1000101 | 111110 |
Color Harmonies of #E15F59
Complementary color
Monochromatic Colors of #E15F59
Black with #E15F59
Text Example
Text Example
White with #E15F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15F59; }
p { color: rgb(225,95,89); }
H1.HeaderClassName
{
color: #E15F59;
}
.AnyTagClassName
{
color: #E15F59;
}
</style>
background-color css
<style>
a { background-color: #E15F59; }
a { background-color: rgb(225,95,89); }
div.DivClassName
{
background-color: #E15F59;
}
.BgClassName
{
background-color: #E15F59;
}
</style>
border-color css
<style>
span { border-color: #E15F59; }
span { border-color: rgb(225,95,89); }
td.TdClassName
{
border-color: #E15F59;
}
.TagClassName
{
border-color: #E15F59;
}
</style>