Shades of Roman #E06360
Tints of Roman #E06360
RGB
CMYK
RGB Variations
Color information
#E06360 (or 0xE06360) is known color: Roman. HEX triplet: E0, 63 and 60. RGB value is (224,99,96). Sum of RGB (Red+Green+Blue) = 224+99+96=419 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.46% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 224 - color contains mainly: red. Hex color #E06360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06360 is #1F9C9F. Grayscale: #888888. Windows color (decimal): -2071712 or 6317024. OLE color: 6317024.
HSL color Cylindrical-coordinate representation of color #E06360: hue angle of 1.41º 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 #E06360 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 96 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.12 |
| HSL | 1.41º | 0.67% | 0.63% | - |
| HSV(B) | 1.41º | 0.57% | 0.88% | - |
| XYZ | 37.31 | 25.62 | 14.04 | - |
| YUV | 136.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 96 | 0 | 0.56 | 0.57 | 0.12 | 1.41 | 0.67 | 0.63 |
| Hex | E0 | 63 | 60 | 0 | 38 | 39 | C | 1 | 43 | 3F |
| Octal | 340 | 143 | 140 | 0 | 70 | 71 | 14 | 1 | 103 | 77 |
| Binary | 11100000 | 1100011 | 1100000 | 0 | 111000 | 111001 | 1100 | 1 | 1000011 | 111111 |
Color Harmonies of #E06360
Complementary color
Monochromatic Colors of #E06360
Black with #E06360
Text Example
Text Example
White with #E06360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06360; }
p { color: rgb(224,99,96); }
H1.HeaderClassName
{
color: #E06360;
}
.AnyTagClassName
{
color: #E06360;
}
</style>
background-color css
<style>
a { background-color: #E06360; }
a { background-color: rgb(224,99,96); }
div.DivClassName
{
background-color: #E06360;
}
.BgClassName
{
background-color: #E06360;
}
</style>
border-color css
<style>
span { border-color: #E06360; }
span { border-color: rgb(224,99,96); }
td.TdClassName
{
border-color: #E06360;
}
.TagClassName
{
border-color: #E06360;
}
</style>