Shades of Roman #E06060
Tints of Roman #E06060
RGB
CMYK
RGB Variations
Color information
#E06060 (or 0xE06060) is known color: Roman. HEX triplet: E0, 60 and 60. RGB value is (224,96,96). Sum of RGB (Red+Green+Blue) = 224+96+96=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E06060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06060 is #1F9F9F. Grayscale: #868686. Windows color (decimal): -2072480 or 6316256. OLE color: 6316256.
HSL color Cylindrical-coordinate representation of color #E06060: hue angle of 0º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06060 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 96 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.12 |
| HSL | 0º | 0.67% | 0.63% | - |
| HSV(B) | 0º | 0.57% | 0.88% | - |
| XYZ | 37.03 | 25.06 | 13.95 | - |
| YUV | 134.27 | 106.41 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 96 | 0 | 0.57 | 0.57 | 0.12 | 0 | 0.67 | 0.63 |
| Hex | E0 | 60 | 60 | 0 | 39 | 39 | C | 0 | 43 | 3F |
| Octal | 340 | 140 | 140 | 0 | 71 | 71 | 14 | 0 | 103 | 77 |
| Binary | 11100000 | 1100000 | 1100000 | 0 | 111001 | 111001 | 1100 | 0 | 1000011 | 111111 |
Color Harmonies of #E06060
Complementary color
Monochromatic Colors of #E06060
Black with #E06060
Text Example
Text Example
White with #E06060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06060; }
p { color: rgb(224,96,96); }
H1.HeaderClassName
{
color: #E06060;
}
.AnyTagClassName
{
color: #E06060;
}
</style>
background-color css
<style>
a { background-color: #E06060; }
a { background-color: rgb(224,96,96); }
div.DivClassName
{
background-color: #E06060;
}
.BgClassName
{
background-color: #E06060;
}
</style>
border-color css
<style>
span { border-color: #E06060; }
span { border-color: rgb(224,96,96); }
td.TdClassName
{
border-color: #E06060;
}
.TagClassName
{
border-color: #E06060;
}
</style>