Shades of Roman #E86867
Tints of Roman #E86867
RGB
CMYK
RGB Variations
Color information
#E86867 (or 0xE86867) is known color: Roman. HEX triplet: E8, 68 and 67. RGB value is (232,104,103). Sum of RGB (Red+Green+Blue) = 232+104+103=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 104 (41.02% from 255 or 23.69% from 439); Blue value is 103 (40.62% from 255 or 23.46% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E86867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86867 is #179798. Grayscale: #8E8E8E. Windows color (decimal): -1546137 or 6777064. OLE color: 6777064.
HSL color Cylindrical-coordinate representation of color #E86867: hue angle of 0.47º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86867 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 104 | 103 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.09 |
| HSL | 0.47º | 0.74% | 0.66% | - |
| HSV(B) | 0.47º | 0.56% | 0.91% | - |
| XYZ | 40.68 | 28.04 | 16.1 | - |
| YUV | 142.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 104 | 103 | 0 | 0.55 | 0.56 | 0.09 | 0.47 | 0.74 | 0.66 |
| Hex | E8 | 68 | 67 | 0 | 37 | 38 | 9 | 0 | 4A | 42 |
| Octal | 350 | 150 | 147 | 0 | 67 | 70 | 11 | 0 | 112 | 102 |
| Binary | 11101000 | 1101000 | 1100111 | 0 | 110111 | 111000 | 1001 | 0 | 1001010 | 1000010 |
Color Harmonies of #E86867
Complementary color
Monochromatic Colors of #E86867
Black with #E86867
Text Example
Text Example
White with #E86867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86867; }
p { color: rgb(232,104,103); }
H1.HeaderClassName
{
color: #E86867;
}
.AnyTagClassName
{
color: #E86867;
}
</style>
background-color css
<style>
a { background-color: #E86867; }
a { background-color: rgb(232,104,103); }
div.DivClassName
{
background-color: #E86867;
}
.BgClassName
{
background-color: #E86867;
}
</style>
border-color css
<style>
span { border-color: #E86867; }
span { border-color: rgb(232,104,103); }
td.TdClassName
{
border-color: #E86867;
}
.TagClassName
{
border-color: #E86867;
}
</style>