Shades of Roman #E06859
Tints of Roman #E06859
RGB
CMYK
RGB Variations
Color information
#E06859 (or 0xE06859) is known color: Roman. HEX triplet: E0, 68 and 59. RGB value is (224,104,89). Sum of RGB (Red+Green+Blue) = 224+104+89=417 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.72% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 224 - color contains mainly: red. Hex color #E06859 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06859 is #1F97A6. Grayscale: #8A8A8A. Windows color (decimal): -2070439 or 5859552. OLE color: 5859552.
HSL color Cylindrical-coordinate representation of color #E06859: hue angle of 6.67º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E06859 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 89 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.12 |
| HSL | 6.67º | 0.69% | 0.61% | - |
| HSV(B) | 6.67º | 0.6% | 0.88% | - |
| XYZ | 37.49 | 26.47 | 12.58 | - |
| YUV | 138.17 | 100.26 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 89 | 0 | 0.54 | 0.60 | 0.12 | 6.67 | 0.69 | 0.61 |
| Hex | E0 | 68 | 59 | 0 | 36 | 3C | C | 7 | 45 | 3D |
| Octal | 340 | 150 | 131 | 0 | 66 | 74 | 14 | 7 | 105 | 75 |
| Binary | 11100000 | 1101000 | 1011001 | 0 | 110110 | 111100 | 1100 | 111 | 1000101 | 111101 |
Color Harmonies of #E06859
Complementary color
Monochromatic Colors of #E06859
Black with #E06859
Text Example
Text Example
White with #E06859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06859; }
p { color: rgb(224,104,89); }
H1.HeaderClassName
{
color: #E06859;
}
.AnyTagClassName
{
color: #E06859;
}
</style>
background-color css
<style>
a { background-color: #E06859; }
a { background-color: rgb(224,104,89); }
div.DivClassName
{
background-color: #E06859;
}
.BgClassName
{
background-color: #E06859;
}
</style>
border-color css
<style>
span { border-color: #E06859; }
span { border-color: rgb(224,104,89); }
td.TdClassName
{
border-color: #E06859;
}
.TagClassName
{
border-color: #E06859;
}
</style>