Shades of Roman #E96662
Tints of Roman #E96662
RGB
CMYK
RGB Variations
Color information
#E96662 (or 0xE96662) is known color: Roman. HEX triplet: E9, 66 and 62. RGB value is (233,102,98). Sum of RGB (Red+Green+Blue) = 233+102+98=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E96662 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96662 is #16999D. Grayscale: #8C8C8C. Windows color (decimal): -1481118 or 6448873. OLE color: 6448873.
HSL color Cylindrical-coordinate representation of color #E96662: hue angle of 1.78º degrees, saturation: 0.75, 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 #E96662 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 102 | 98 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.09 |
| HSL | 1.78º | 0.75% | 0.65% | - |
| HSV(B) | 1.78º | 0.58% | 0.91% | - |
| XYZ | 40.56 | 27.71 | 14.77 | - |
| YUV | 140.71 | 103.9 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 102 | 98 | 0 | 0.56 | 0.58 | 0.09 | 1.78 | 0.75 | 0.65 |
| Hex | E9 | 66 | 62 | 0 | 38 | 3A | 9 | 2 | 4B | 41 |
| Octal | 351 | 146 | 142 | 0 | 70 | 72 | 11 | 2 | 113 | 101 |
| Binary | 11101001 | 1100110 | 1100010 | 0 | 111000 | 111010 | 1001 | 10 | 1001011 | 1000001 |
Color Harmonies of #E96662
Complementary color
Monochromatic Colors of #E96662
Black with #E96662
Text Example
Text Example
White with #E96662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96662; }
p { color: rgb(233,102,98); }
H1.HeaderClassName
{
color: #E96662;
}
.AnyTagClassName
{
color: #E96662;
}
</style>
background-color css
<style>
a { background-color: #E96662; }
a { background-color: rgb(233,102,98); }
div.DivClassName
{
background-color: #E96662;
}
.BgClassName
{
background-color: #E96662;
}
</style>
border-color css
<style>
span { border-color: #E96662; }
span { border-color: rgb(233,102,98); }
td.TdClassName
{
border-color: #E96662;
}
.TagClassName
{
border-color: #E96662;
}
</style>