Shades of Roman #E76660
Tints of Roman #E76660
RGB
CMYK
RGB Variations
Color information
#E76660 (or 0xE76660) is known color: Roman. HEX triplet: E7, 66 and 60. RGB value is (231,102,96). Sum of RGB (Red+Green+Blue) = 231+102+96=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E76660 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76660 is #18999F. Grayscale: #8C8C8C. Windows color (decimal): -1612192 or 6317799. OLE color: 6317799.
HSL color Cylindrical-coordinate representation of color #E76660: hue angle of 2.67º 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 #E76660 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 96 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.09 |
| HSL | 2.67º | 0.74% | 0.64% | - |
| HSV(B) | 2.67º | 0.58% | 0.91% | - |
| XYZ | 39.82 | 27.34 | 14.24 | - |
| YUV | 139.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 96 | 0 | 0.56 | 0.58 | 0.09 | 2.67 | 0.74 | 0.64 |
| Hex | E7 | 66 | 60 | 0 | 38 | 3A | 9 | 3 | 4A | 40 |
| Octal | 347 | 146 | 140 | 0 | 70 | 72 | 11 | 3 | 112 | 100 |
| Binary | 11100111 | 1100110 | 1100000 | 0 | 111000 | 111010 | 1001 | 11 | 1001010 | 1000000 |
Color Harmonies of #E76660
Complementary color
Monochromatic Colors of #E76660
Black with #E76660
Text Example
Text Example
White with #E76660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76660; }
p { color: rgb(231,102,96); }
H1.HeaderClassName
{
color: #E76660;
}
.AnyTagClassName
{
color: #E76660;
}
</style>
background-color css
<style>
a { background-color: #E76660; }
a { background-color: rgb(231,102,96); }
div.DivClassName
{
background-color: #E76660;
}
.BgClassName
{
background-color: #E76660;
}
</style>
border-color css
<style>
span { border-color: #E76660; }
span { border-color: rgb(231,102,96); }
td.TdClassName
{
border-color: #E76660;
}
.TagClassName
{
border-color: #E76660;
}
</style>