Shades of Roman #E1615B
Tints of Roman #E1615B
RGB
CMYK
RGB Variations
Color information
#E1615B (or 0xE1615B) is known color: Roman. HEX triplet: E1, 61 and 5B. RGB value is (225,97,91). Sum of RGB (Red+Green+Blue) = 225+97+91=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 91 (35.94% from 255 or 22.03% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E1615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1615B is #1E9EA4. Grayscale: #868686. Windows color (decimal): -2006693 or 5988833. OLE color: 5988833.
HSL color Cylindrical-coordinate representation of color #E1615B: hue angle of 2.69º 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 #E1615B is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 97 | 91 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.12 |
| HSL | 2.69º | 0.69% | 0.62% | - |
| HSV(B) | 2.69º | 0.6% | 0.88% | - |
| XYZ | 37.21 | 25.31 | 12.82 | - |
| YUV | 134.59 | 103.41 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 97 | 91 | 0 | 0.57 | 0.60 | 0.12 | 2.69 | 0.69 | 0.62 |
| Hex | E1 | 61 | 5B | 0 | 39 | 3C | C | 3 | 45 | 3E |
| Octal | 341 | 141 | 133 | 0 | 71 | 74 | 14 | 3 | 105 | 76 |
| Binary | 11100001 | 1100001 | 1011011 | 0 | 111001 | 111100 | 1100 | 11 | 1000101 | 111110 |
Color Harmonies of #E1615B
Complementary color
Monochromatic Colors of #E1615B
Black with #E1615B
Text Example
Text Example
White with #E1615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1615B; }
p { color: rgb(225,97,91); }
H1.HeaderClassName
{
color: #E1615B;
}
.AnyTagClassName
{
color: #E1615B;
}
</style>
background-color css
<style>
a { background-color: #E1615B; }
a { background-color: rgb(225,97,91); }
div.DivClassName
{
background-color: #E1615B;
}
.BgClassName
{
background-color: #E1615B;
}
</style>
border-color css
<style>
span { border-color: #E1615B; }
span { border-color: rgb(225,97,91); }
td.TdClassName
{
border-color: #E1615B;
}
.TagClassName
{
border-color: #E1615B;
}
</style>