Shades of Roman #E06359
Tints of Roman #E06359
RGB
CMYK
RGB Variations
Color information
#E06359 (or 0xE06359) is known color: Roman. HEX triplet: E0, 63 and 59. RGB value is (224,99,89). Sum of RGB (Red+Green+Blue) = 224+99+89=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 89 (35.16% from 255 or 21.60% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E06359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06359 is #1F9CA6. Grayscale: #878787. Windows color (decimal): -2071719 or 5858272. OLE color: 5858272.
HSL color Cylindrical-coordinate representation of color #E06359: hue angle of 4.44º 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 #E06359 is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 99 | 89 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.12 |
| HSL | 4.44º | 0.69% | 0.61% | - |
| HSV(B) | 4.44º | 0.6% | 0.88% | - |
| XYZ | 37.01 | 25.49 | 12.42 | - |
| YUV | 135.24 | 101.91 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 99 | 89 | 0 | 0.56 | 0.60 | 0.12 | 4.44 | 0.69 | 0.61 |
| Hex | E0 | 63 | 59 | 0 | 38 | 3C | C | 4 | 45 | 3D |
| Octal | 340 | 143 | 131 | 0 | 70 | 74 | 14 | 4 | 105 | 75 |
| Binary | 11100000 | 1100011 | 1011001 | 0 | 111000 | 111100 | 1100 | 100 | 1000101 | 111101 |
Color Harmonies of #E06359
Complementary color
Monochromatic Colors of #E06359
Black with #E06359
Text Example
Text Example
White with #E06359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06359; }
p { color: rgb(224,99,89); }
H1.HeaderClassName
{
color: #E06359;
}
.AnyTagClassName
{
color: #E06359;
}
</style>
background-color css
<style>
a { background-color: #E06359; }
a { background-color: rgb(224,99,89); }
div.DivClassName
{
background-color: #E06359;
}
.BgClassName
{
background-color: #E06359;
}
</style>
border-color css
<style>
span { border-color: #E06359; }
span { border-color: rgb(224,99,89); }
td.TdClassName
{
border-color: #E06359;
}
.TagClassName
{
border-color: #E06359;
}
</style>