Shades of Roman #E86462
Tints of Roman #E86462
RGB
CMYK
RGB Variations
Color information
#E86462 (or 0xE86462) is known color: Roman. HEX triplet: E8, 64 and 62. RGB value is (232,100,98). Sum of RGB (Red+Green+Blue) = 232+100+98=430 (56% of max value = 765). Red value is 232 (91.02% from 255 or 53.95% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 232 - color contains mainly: red. Hex color #E86462 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86462 is #179B9D. Grayscale: #8B8B8B. Windows color (decimal): -1547166 or 6448360. OLE color: 6448360.
HSL color Cylindrical-coordinate representation of color #E86462: hue angle of 0.9º 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 #E86462 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 100 | 98 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.09 |
| HSL | 0.9º | 0.74% | 0.65% | - |
| HSV(B) | 0.9º | 0.58% | 0.91% | - |
| XYZ | 40.04 | 27.15 | 14.69 | - |
| YUV | 139.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 100 | 98 | 0 | 0.57 | 0.58 | 0.09 | 0.9 | 0.74 | 0.65 |
| Hex | E8 | 64 | 62 | 0 | 39 | 3A | 9 | 1 | 4A | 41 |
| Octal | 350 | 144 | 142 | 0 | 71 | 72 | 11 | 1 | 112 | 101 |
| Binary | 11101000 | 1100100 | 1100010 | 0 | 111001 | 111010 | 1001 | 1 | 1001010 | 1000001 |
Color Harmonies of #E86462
Complementary color
Monochromatic Colors of #E86462
Black with #E86462
Text Example
Text Example
White with #E86462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86462; }
p { color: rgb(232,100,98); }
H1.HeaderClassName
{
color: #E86462;
}
.AnyTagClassName
{
color: #E86462;
}
</style>
background-color css
<style>
a { background-color: #E86462; }
a { background-color: rgb(232,100,98); }
div.DivClassName
{
background-color: #E86462;
}
.BgClassName
{
background-color: #E86462;
}
</style>
border-color css
<style>
span { border-color: #E86462; }
span { border-color: rgb(232,100,98); }
td.TdClassName
{
border-color: #E86462;
}
.TagClassName
{
border-color: #E86462;
}
</style>