Shades of Roman #E15757
Tints of Roman #E15757
RGB
CMYK
RGB Variations
Color information
#E15757 (or 0xE15757) is known color: Roman. HEX triplet: E1, 57 and 57. RGB value is (225,87,87). Sum of RGB (Red+Green+Blue) = 225+87+87=399 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.39% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 225 - color contains mainly: red. Hex color #E15757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15757 is #1EA8A8. Grayscale: #808080. Windows color (decimal): -2009257 or 5724129. OLE color: 5724129.
HSL color Cylindrical-coordinate representation of color #E15757: hue angle of 0º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E15757 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 87 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.12 |
| HSL | 0º | 0.7% | 0.61% | - |
| HSV(B) | 0º | 0.61% | 0.88% | - |
| XYZ | 36.18 | 23.51 | 11.65 | - |
| YUV | 128.26 | 104.72 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 87 | 0 | 0.61 | 0.61 | 0.12 | 0 | 0.7 | 0.61 |
| Hex | E1 | 57 | 57 | 0 | 3D | 3D | C | 0 | 46 | 3D |
| Octal | 341 | 127 | 127 | 0 | 75 | 75 | 14 | 0 | 106 | 75 |
| Binary | 11100001 | 1010111 | 1010111 | 0 | 111101 | 111101 | 1100 | 0 | 1000110 | 111101 |
Color Harmonies of #E15757
Complementary color
Monochromatic Colors of #E15757
Black with #E15757
Text Example
Text Example
White with #E15757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15757; }
p { color: rgb(225,87,87); }
H1.HeaderClassName
{
color: #E15757;
}
.AnyTagClassName
{
color: #E15757;
}
</style>
background-color css
<style>
a { background-color: #E15757; }
a { background-color: rgb(225,87,87); }
div.DivClassName
{
background-color: #E15757;
}
.BgClassName
{
background-color: #E15757;
}
</style>
border-color css
<style>
span { border-color: #E15757; }
span { border-color: rgb(225,87,87); }
td.TdClassName
{
border-color: #E15757;
}
.TagClassName
{
border-color: #E15757;
}
</style>