Shades of Roman #E76867
Tints of Roman #E76867
RGB
CMYK
RGB Variations
Color information
#E76867 (or 0xE76867) is known color: Roman. HEX triplet: E7, 68 and 67. RGB value is (231,104,103). Sum of RGB (Red+Green+Blue) = 231+104+103=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 103 (40.62% from 255 or 23.52% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E76867 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76867 is #189798. Grayscale: #8D8D8D. Windows color (decimal): -1611673 or 6777063. OLE color: 6777063.
HSL color Cylindrical-coordinate representation of color #E76867: hue angle of 0.47º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E76867 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 103 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.09 |
| HSL | 0.47º | 0.73% | 0.65% | - |
| HSV(B) | 0.47º | 0.55% | 0.91% | - |
| XYZ | 40.35 | 27.87 | 16.08 | - |
| YUV | 141.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 103 | 0 | 0.55 | 0.55 | 0.09 | 0.47 | 0.73 | 0.65 |
| Hex | E7 | 68 | 67 | 0 | 37 | 37 | 9 | 0 | 49 | 41 |
| Octal | 347 | 150 | 147 | 0 | 67 | 67 | 11 | 0 | 111 | 101 |
| Binary | 11100111 | 1101000 | 1100111 | 0 | 110111 | 110111 | 1001 | 0 | 1001001 | 1000001 |
Color Harmonies of #E76867
Complementary color
Monochromatic Colors of #E76867
Black with #E76867
Text Example
Text Example
White with #E76867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76867; }
p { color: rgb(231,104,103); }
H1.HeaderClassName
{
color: #E76867;
}
.AnyTagClassName
{
color: #E76867;
}
</style>
background-color css
<style>
a { background-color: #E76867; }
a { background-color: rgb(231,104,103); }
div.DivClassName
{
background-color: #E76867;
}
.BgClassName
{
background-color: #E76867;
}
</style>
border-color css
<style>
span { border-color: #E76867; }
span { border-color: rgb(231,104,103); }
td.TdClassName
{
border-color: #E76867;
}
.TagClassName
{
border-color: #E76867;
}
</style>