Shades of Roman #E06561
Tints of Roman #E06561
RGB
CMYK
RGB Variations
Color information
#E06561 (or 0xE06561) is known color: Roman. HEX triplet: E0, 65 and 61. RGB value is (224,101,97). Sum of RGB (Red+Green+Blue) = 224+101+97=422 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.08% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 97 (38.28% from 255 or 22.99% from 422); Max value from RGB is 224 - color contains mainly: red. Hex color #E06561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06561 is #1F9A9E. Grayscale: #898989. Windows color (decimal): -2071199 or 6383072. OLE color: 6383072.
HSL color Cylindrical-coordinate representation of color #E06561: hue angle of 1.89º 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 #E06561 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 97 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.12 |
| HSL | 1.89º | 0.67% | 0.63% | - |
| HSV(B) | 1.89º | 0.57% | 0.88% | - |
| XYZ | 37.55 | 26.02 | 14.35 | - |
| YUV | 137.32 | 105.25 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 97 | 0 | 0.55 | 0.57 | 0.12 | 1.89 | 0.67 | 0.63 |
| Hex | E0 | 65 | 61 | 0 | 37 | 39 | C | 2 | 43 | 3F |
| Octal | 340 | 145 | 141 | 0 | 67 | 71 | 14 | 2 | 103 | 77 |
| Binary | 11100000 | 1100101 | 1100001 | 0 | 110111 | 111001 | 1100 | 10 | 1000011 | 111111 |
Color Harmonies of #E06561
Complementary color
Monochromatic Colors of #E06561
Black with #E06561
Text Example
Text Example
White with #E06561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06561; }
p { color: rgb(224,101,97); }
H1.HeaderClassName
{
color: #E06561;
}
.AnyTagClassName
{
color: #E06561;
}
</style>
background-color css
<style>
a { background-color: #E06561; }
a { background-color: rgb(224,101,97); }
div.DivClassName
{
background-color: #E06561;
}
.BgClassName
{
background-color: #E06561;
}
</style>
border-color css
<style>
span { border-color: #E06561; }
span { border-color: rgb(224,101,97); }
td.TdClassName
{
border-color: #E06561;
}
.TagClassName
{
border-color: #E06561;
}
</style>