Shades of Roman #E15C5A
Tints of Roman #E15C5A
RGB
CMYK
RGB Variations
Color information
#E15C5A (or 0xE15C5A) is known color: Roman. HEX triplet: E1, 5C and 5A. RGB value is (225,92,90). Sum of RGB (Red+Green+Blue) = 225+92+90=407 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.28% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 225 - color contains mainly: red. Hex color #E15C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15C5A is #1EA3A5. Grayscale: #838383. Windows color (decimal): -2007974 or 5922017. OLE color: 5922017.
HSL color Cylindrical-coordinate representation of color #E15C5A: hue angle of 0.89º 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 #E15C5A is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 92 | 90 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.12 |
| HSL | 0.89º | 0.69% | 0.62% | - |
| HSV(B) | 0.89º | 0.6% | 0.88% | - |
| XYZ | 36.72 | 24.4 | 12.45 | - |
| YUV | 131.54 | 104.56 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 92 | 90 | 0 | 0.59 | 0.60 | 0.12 | 0.89 | 0.69 | 0.62 |
| Hex | E1 | 5C | 5A | 0 | 3B | 3C | C | 1 | 45 | 3E |
| Octal | 341 | 134 | 132 | 0 | 73 | 74 | 14 | 1 | 105 | 76 |
| Binary | 11100001 | 1011100 | 1011010 | 0 | 111011 | 111100 | 1100 | 1 | 1000101 | 111110 |
Color Harmonies of #E15C5A
Complementary color
Monochromatic Colors of #E15C5A
Black with #E15C5A
Text Example
Text Example
White with #E15C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15C5A; }
p { color: rgb(225,92,90); }
H1.HeaderClassName
{
color: #E15C5A;
}
.AnyTagClassName
{
color: #E15C5A;
}
</style>
background-color css
<style>
a { background-color: #E15C5A; }
a { background-color: rgb(225,92,90); }
div.DivClassName
{
background-color: #E15C5A;
}
.BgClassName
{
background-color: #E15C5A;
}
</style>
border-color css
<style>
span { border-color: #E15C5A; }
span { border-color: rgb(225,92,90); }
td.TdClassName
{
border-color: #E15C5A;
}
.TagClassName
{
border-color: #E15C5A;
}
</style>