Shades of Roman #E76460
Tints of Roman #E76460
RGB
CMYK
RGB Variations
Color information
#E76460 (or 0xE76460) is known color: Roman. HEX triplet: E7, 64 and 60. RGB value is (231,100,96). Sum of RGB (Red+Green+Blue) = 231+100+96=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E76460 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76460 is #189B9F. Grayscale: #8A8A8A. Windows color (decimal): -1612704 or 6317287. OLE color: 6317287.
HSL color Cylindrical-coordinate representation of color #E76460: hue angle of 1.78º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E76460 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 100 | 96 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.09 |
| HSL | 1.78º | 0.74% | 0.64% | - |
| HSV(B) | 1.78º | 0.58% | 0.91% | - |
| XYZ | 39.62 | 26.95 | 14.18 | - |
| YUV | 138.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 100 | 96 | 0 | 0.57 | 0.58 | 0.09 | 1.78 | 0.74 | 0.64 |
| Hex | E7 | 64 | 60 | 0 | 39 | 3A | 9 | 2 | 4A | 40 |
| Octal | 347 | 144 | 140 | 0 | 71 | 72 | 11 | 2 | 112 | 100 |
| Binary | 11100111 | 1100100 | 1100000 | 0 | 111001 | 111010 | 1001 | 10 | 1001010 | 1000000 |
Color Harmonies of #E76460
Complementary color
Monochromatic Colors of #E76460
Black with #E76460
Text Example
Text Example
White with #E76460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76460; }
p { color: rgb(231,100,96); }
H1.HeaderClassName
{
color: #E76460;
}
.AnyTagClassName
{
color: #E76460;
}
</style>
background-color css
<style>
a { background-color: #E76460; }
a { background-color: rgb(231,100,96); }
div.DivClassName
{
background-color: #E76460;
}
.BgClassName
{
background-color: #E76460;
}
</style>
border-color css
<style>
span { border-color: #E76460; }
span { border-color: rgb(231,100,96); }
td.TdClassName
{
border-color: #E76460;
}
.TagClassName
{
border-color: #E76460;
}
</style>