Shades of Roman #E86362
Tints of Roman #E86362
RGB
CMYK
RGB Variations
Color information
#E86362 (or 0xE86362) is known color: Roman. HEX triplet: E8, 63 and 62. RGB value is (232,99,98). Sum of RGB (Red+Green+Blue) = 232+99+98=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 98 (38.67% from 255 or 22.84% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E86362 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86362 is #179C9D. Grayscale: #8A8A8A. Windows color (decimal): -1547422 or 6448104. OLE color: 6448104.
HSL color Cylindrical-coordinate representation of color #E86362: hue angle of 0.45º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86362 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 99 | 98 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.09 |
| HSL | 0.45º | 0.74% | 0.65% | - |
| HSV(B) | 0.45º | 0.58% | 0.91% | - |
| XYZ | 39.95 | 26.96 | 14.65 | - |
| YUV | 138.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 99 | 98 | 0 | 0.57 | 0.58 | 0.09 | 0.45 | 0.74 | 0.65 |
| Hex | E8 | 63 | 62 | 0 | 39 | 3A | 9 | 0 | 4A | 41 |
| Octal | 350 | 143 | 142 | 0 | 71 | 72 | 11 | 0 | 112 | 101 |
| Binary | 11101000 | 1100011 | 1100010 | 0 | 111001 | 111010 | 1001 | 0 | 1001010 | 1000001 |
Color Harmonies of #E86362
Complementary color
Monochromatic Colors of #E86362
Black with #E86362
Text Example
Text Example
White with #E86362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86362; }
p { color: rgb(232,99,98); }
H1.HeaderClassName
{
color: #E86362;
}
.AnyTagClassName
{
color: #E86362;
}
</style>
background-color css
<style>
a { background-color: #E86362; }
a { background-color: rgb(232,99,98); }
div.DivClassName
{
background-color: #E86362;
}
.BgClassName
{
background-color: #E86362;
}
</style>
border-color css
<style>
span { border-color: #E86362; }
span { border-color: rgb(232,99,98); }
td.TdClassName
{
border-color: #E86362;
}
.TagClassName
{
border-color: #E86362;
}
</style>