Shades of Roman #E86564
Tints of Roman #E86564
RGB
CMYK
RGB Variations
Color information
#E86564 (or 0xE86564) is known color: Roman. HEX triplet: E8, 65 and 64. RGB value is (232,101,100). Sum of RGB (Red+Green+Blue) = 232+101+100=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E86564 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86564 is #179A9B. Grayscale: #8C8C8C. Windows color (decimal): -1546908 or 6579688. OLE color: 6579688.
HSL color Cylindrical-coordinate representation of color #E86564: 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.57%. Process color model (Four color, CMYK) of #E86564 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 101 | 100 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.09 |
| HSL | 0.45º | 0.74% | 0.65% | - |
| HSV(B) | 0.45º | 0.57% | 0.91% | - |
| XYZ | 40.23 | 27.38 | 15.22 | - |
| YUV | 140.06 | 105.4 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 101 | 100 | 0 | 0.56 | 0.57 | 0.09 | 0.45 | 0.74 | 0.65 |
| Hex | E8 | 65 | 64 | 0 | 38 | 39 | 9 | 0 | 4A | 41 |
| Octal | 350 | 145 | 144 | 0 | 70 | 71 | 11 | 0 | 112 | 101 |
| Binary | 11101000 | 1100101 | 1100100 | 0 | 111000 | 111001 | 1001 | 0 | 1001010 | 1000001 |
Color Harmonies of #E86564
Complementary color
Monochromatic Colors of #E86564
Black with #E86564
Text Example
Text Example
White with #E86564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86564; }
p { color: rgb(232,101,100); }
H1.HeaderClassName
{
color: #E86564;
}
.AnyTagClassName
{
color: #E86564;
}
</style>
background-color css
<style>
a { background-color: #E86564; }
a { background-color: rgb(232,101,100); }
div.DivClassName
{
background-color: #E86564;
}
.BgClassName
{
background-color: #E86564;
}
</style>
border-color css
<style>
span { border-color: #E86564; }
span { border-color: rgb(232,101,100); }
td.TdClassName
{
border-color: #E86564;
}
.TagClassName
{
border-color: #E86564;
}
</style>