Shades of Roman #E76761
Tints of Roman #E76761
RGB
CMYK
RGB Variations
Color information
#E76761 (or 0xE76761) is known color: Roman. HEX triplet: E7, 67 and 61. RGB value is (231,103,97). Sum of RGB (Red+Green+Blue) = 231+103+97=431 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.60% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 231 - color contains mainly: red. Hex color #E76761 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76761 is #18989E. Grayscale: #8C8C8C. Windows color (decimal): -1611935 or 6383591. OLE color: 6383591.
HSL color Cylindrical-coordinate representation of color #E76761: hue angle of 2.69º 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 #E76761 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 103 | 97 | - |
| CMYK | 0 | 0.55 | 0.58 | 0.09 |
| HSL | 2.69º | 0.74% | 0.64% | - |
| HSV(B) | 2.69º | 0.58% | 0.91% | - |
| XYZ | 39.96 | 27.55 | 14.52 | - |
| YUV | 140.59 | 103.41 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 103 | 97 | 0 | 0.55 | 0.58 | 0.09 | 2.69 | 0.74 | 0.64 |
| Hex | E7 | 67 | 61 | 0 | 37 | 3A | 9 | 3 | 4A | 40 |
| Octal | 347 | 147 | 141 | 0 | 67 | 72 | 11 | 3 | 112 | 100 |
| Binary | 11100111 | 1100111 | 1100001 | 0 | 110111 | 111010 | 1001 | 11 | 1001010 | 1000000 |
Color Harmonies of #E76761
Complementary color
Monochromatic Colors of #E76761
Black with #E76761
Text Example
Text Example
White with #E76761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76761; }
p { color: rgb(231,103,97); }
H1.HeaderClassName
{
color: #E76761;
}
.AnyTagClassName
{
color: #E76761;
}
</style>
background-color css
<style>
a { background-color: #E76761; }
a { background-color: rgb(231,103,97); }
div.DivClassName
{
background-color: #E76761;
}
.BgClassName
{
background-color: #E76761;
}
</style>
border-color css
<style>
span { border-color: #E76761; }
span { border-color: rgb(231,103,97); }
td.TdClassName
{
border-color: #E76761;
}
.TagClassName
{
border-color: #E76761;
}
</style>