Shades of Roman #E96661
Tints of Roman #E96661
RGB
CMYK
RGB Variations
Color information
#E96661 (or 0xE96661) is known color: Roman. HEX triplet: E9, 66 and 61. RGB value is (233,102,97). Sum of RGB (Red+Green+Blue) = 233+102+97=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 97 (38.28% from 255 or 22.45% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E96661 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96661 is #16999E. Grayscale: #8C8C8C. Windows color (decimal): -1481119 or 6383337. OLE color: 6383337.
HSL color Cylindrical-coordinate representation of color #E96661: hue angle of 2.21º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E96661 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 97 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.09 |
| HSL | 2.21º | 0.76% | 0.65% | - |
| HSV(B) | 2.21º | 0.58% | 0.91% | - |
| XYZ | 40.51 | 27.69 | 14.52 | - |
| YUV | 140.6 | 103.4 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 97 | 0 | 0.56 | 0.58 | 0.09 | 2.21 | 0.76 | 0.65 |
| Hex | E9 | 66 | 61 | 0 | 38 | 3A | 9 | 2 | 4C | 41 |
| Octal | 351 | 146 | 141 | 0 | 70 | 72 | 11 | 2 | 114 | 101 |
| Binary | 11101001 | 1100110 | 1100001 | 0 | 111000 | 111010 | 1001 | 10 | 1001100 | 1000001 |
Color Harmonies of #E96661
Complementary color
Monochromatic Colors of #E96661
Black with #E96661
Text Example
Text Example
White with #E96661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96661; }
p { color: rgb(233,102,97); }
H1.HeaderClassName
{
color: #E96661;
}
.AnyTagClassName
{
color: #E96661;
}
</style>
background-color css
<style>
a { background-color: #E96661; }
a { background-color: rgb(233,102,97); }
div.DivClassName
{
background-color: #E96661;
}
.BgClassName
{
background-color: #E96661;
}
</style>
border-color css
<style>
span { border-color: #E96661; }
span { border-color: rgb(233,102,97); }
td.TdClassName
{
border-color: #E96661;
}
.TagClassName
{
border-color: #E96661;
}
</style>