Shades of Roman #E2615C
Tints of Roman #E2615C
RGB
CMYK
RGB Variations
Color information
#E2615C (or 0xE2615C) is known color: Roman. HEX triplet: E2, 61 and 5C. RGB value is (226,97,92). Sum of RGB (Red+Green+Blue) = 226+97+92=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E2615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2615C is #1D9EA3. Grayscale: #878787. Windows color (decimal): -1941156 or 6054370. OLE color: 6054370.
HSL color Cylindrical-coordinate representation of color #E2615C: hue angle of 2.24º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E2615C is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 92 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.11 |
| HSL | 2.24º | 0.7% | 0.62% | - |
| HSV(B) | 2.24º | 0.59% | 0.89% | - |
| XYZ | 37.57 | 25.49 | 13.07 | - |
| YUV | 135 | 103.74 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 92 | 0 | 0.57 | 0.59 | 0.11 | 2.24 | 0.7 | 0.62 |
| Hex | E2 | 61 | 5C | 0 | 39 | 3B | B | 2 | 46 | 3E |
| Octal | 342 | 141 | 134 | 0 | 71 | 73 | 13 | 2 | 106 | 76 |
| Binary | 11100010 | 1100001 | 1011100 | 0 | 111001 | 111011 | 1011 | 10 | 1000110 | 111110 |
Color Harmonies of #E2615C
Complementary color
Monochromatic Colors of #E2615C
Black with #E2615C
Text Example
Text Example
White with #E2615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2615C; }
p { color: rgb(226,97,92); }
H1.HeaderClassName
{
color: #E2615C;
}
.AnyTagClassName
{
color: #E2615C;
}
</style>
background-color css
<style>
a { background-color: #E2615C; }
a { background-color: rgb(226,97,92); }
div.DivClassName
{
background-color: #E2615C;
}
.BgClassName
{
background-color: #E2615C;
}
</style>
border-color css
<style>
span { border-color: #E2615C; }
span { border-color: rgb(226,97,92); }
td.TdClassName
{
border-color: #E2615C;
}
.TagClassName
{
border-color: #E2615C;
}
</style>