Shades of Roman #E76561
Tints of Roman #E76561
RGB
CMYK
RGB Variations
Color information
#E76561 (or 0xE76561) is known color: Roman. HEX triplet: E7, 65 and 61. RGB value is (231,101,97). Sum of RGB (Red+Green+Blue) = 231+101+97=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E76561 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76561 is #189A9E. Grayscale: #8B8B8B. Windows color (decimal): -1612447 or 6383079. OLE color: 6383079.
HSL color Cylindrical-coordinate representation of color #E76561: hue angle of 1.79º 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 #E76561 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 97 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.09 |
| HSL | 1.79º | 0.74% | 0.64% | - |
| HSV(B) | 1.79º | 0.58% | 0.91% | - |
| XYZ | 39.77 | 27.16 | 14.46 | - |
| YUV | 139.41 | 104.07 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 97 | 0 | 0.56 | 0.58 | 0.09 | 1.79 | 0.74 | 0.64 |
| Hex | E7 | 65 | 61 | 0 | 38 | 3A | 9 | 2 | 4A | 40 |
| Octal | 347 | 145 | 141 | 0 | 70 | 72 | 11 | 2 | 112 | 100 |
| Binary | 11100111 | 1100101 | 1100001 | 0 | 111000 | 111010 | 1001 | 10 | 1001010 | 1000000 |
Color Harmonies of #E76561
Complementary color
Monochromatic Colors of #E76561
Black with #E76561
Text Example
Text Example
White with #E76561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76561; }
p { color: rgb(231,101,97); }
H1.HeaderClassName
{
color: #E76561;
}
.AnyTagClassName
{
color: #E76561;
}
</style>
background-color css
<style>
a { background-color: #E76561; }
a { background-color: rgb(231,101,97); }
div.DivClassName
{
background-color: #E76561;
}
.BgClassName
{
background-color: #E76561;
}
</style>
border-color css
<style>
span { border-color: #E76561; }
span { border-color: rgb(231,101,97); }
td.TdClassName
{
border-color: #E76561;
}
.TagClassName
{
border-color: #E76561;
}
</style>