Shades of Roman #E86565
Tints of Roman #E86565
RGB
CMYK
RGB Variations
Color information
#E86565 (or 0xE86565) is known color: Roman. HEX triplet: E8, 65 and 65. RGB value is (232,101,101). Sum of RGB (Red+Green+Blue) = 232+101+101=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E86565 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86565 is #179A9A. Grayscale: #8C8C8C. Windows color (decimal): -1546907 or 6645224. OLE color: 6645224.
HSL color Cylindrical-coordinate representation of color #E86565: hue angle of 0º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E86565 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 101 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.09 |
| HSL | 0º | 0.74% | 0.65% | - |
| HSV(B) | 0º | 0.56% | 0.91% | - |
| XYZ | 40.28 | 27.4 | 15.48 | - |
| YUV | 140.17 | 105.9 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 101 | 0 | 0.56 | 0.56 | 0.09 | 0 | 0.74 | 0.65 |
| Hex | E8 | 65 | 65 | 0 | 38 | 38 | 9 | 0 | 4A | 41 |
| Octal | 350 | 145 | 145 | 0 | 70 | 70 | 11 | 0 | 112 | 101 |
| Binary | 11101000 | 1100101 | 1100101 | 0 | 111000 | 111000 | 1001 | 0 | 1001010 | 1000001 |
Color Harmonies of #E86565
Complementary color
Monochromatic Colors of #E86565
Black with #E86565
Text Example
Text Example
White with #E86565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86565; }
p { color: rgb(232,101,101); }
H1.HeaderClassName
{
color: #E86565;
}
.AnyTagClassName
{
color: #E86565;
}
</style>
background-color css
<style>
a { background-color: #E86565; }
a { background-color: rgb(232,101,101); }
div.DivClassName
{
background-color: #E86565;
}
.BgClassName
{
background-color: #E86565;
}
</style>
border-color css
<style>
span { border-color: #E86565; }
span { border-color: rgb(232,101,101); }
td.TdClassName
{
border-color: #E86565;
}
.TagClassName
{
border-color: #E86565;
}
</style>