Shades of Roman #E76560
Tints of Roman #E76560
RGB
CMYK
RGB Variations
Color information
#E76560 (or 0xE76560) is known color: Roman. HEX triplet: E7, 65 and 60. RGB value is (231,101,96). Sum of RGB (Red+Green+Blue) = 231+101+96=428 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.97% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 231 - color contains mainly: red. Hex color #E76560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76560 is #189A9F. Grayscale: #8B8B8B. Windows color (decimal): -1612448 or 6317543. OLE color: 6317543.
HSL color Cylindrical-coordinate representation of color #E76560: hue angle of 2.22º 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 #E76560 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 96 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.09 |
| HSL | 2.22º | 0.74% | 0.64% | - |
| HSV(B) | 2.22º | 0.58% | 0.91% | - |
| XYZ | 39.72 | 27.14 | 14.21 | - |
| YUV | 139.3 | 103.57 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 96 | 0 | 0.56 | 0.58 | 0.09 | 2.22 | 0.74 | 0.64 |
| Hex | E7 | 65 | 60 | 0 | 38 | 3A | 9 | 2 | 4A | 40 |
| Octal | 347 | 145 | 140 | 0 | 70 | 72 | 11 | 2 | 112 | 100 |
| Binary | 11100111 | 1100101 | 1100000 | 0 | 111000 | 111010 | 1001 | 10 | 1001010 | 1000000 |
Color Harmonies of #E76560
Complementary color
Monochromatic Colors of #E76560
Black with #E76560
Text Example
Text Example
White with #E76560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76560; }
p { color: rgb(231,101,96); }
H1.HeaderClassName
{
color: #E76560;
}
.AnyTagClassName
{
color: #E76560;
}
</style>
background-color css
<style>
a { background-color: #E76560; }
a { background-color: rgb(231,101,96); }
div.DivClassName
{
background-color: #E76560;
}
.BgClassName
{
background-color: #E76560;
}
</style>
border-color css
<style>
span { border-color: #E76560; }
span { border-color: rgb(231,101,96); }
td.TdClassName
{
border-color: #E76560;
}
.TagClassName
{
border-color: #E76560;
}
</style>