Shades of Roman #E96360
Tints of Roman #E96360
RGB
CMYK
RGB Variations
Color information
#E96360 (or 0xE96360) is known color: Roman. HEX triplet: E9, 63 and 60. RGB value is (233,99,96). Sum of RGB (Red+Green+Blue) = 233+99+96=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E96360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E96360 is #169C9F. Grayscale: #8A8A8A. Windows color (decimal): -1481888 or 6317033. OLE color: 6317033.
HSL color Cylindrical-coordinate representation of color #E96360: hue angle of 1.31º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E96360 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 99 | 96 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.09 |
| HSL | 1.31º | 0.76% | 0.65% | - |
| HSV(B) | 1.31º | 0.59% | 0.91% | - |
| XYZ | 40.18 | 27.09 | 14.18 | - |
| YUV | 138.72 | 103.89 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 99 | 96 | 0 | 0.58 | 0.59 | 0.09 | 1.31 | 0.76 | 0.65 |
| Hex | E9 | 63 | 60 | 0 | 3A | 3B | 9 | 1 | 4C | 41 |
| Octal | 351 | 143 | 140 | 0 | 72 | 73 | 11 | 1 | 114 | 101 |
| Binary | 11101001 | 1100011 | 1100000 | 0 | 111010 | 111011 | 1001 | 1 | 1001100 | 1000001 |
Color Harmonies of #E96360
Complementary color
Monochromatic Colors of #E96360
Black with #E96360
Text Example
Text Example
White with #E96360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E96360; }
p { color: rgb(233,99,96); }
H1.HeaderClassName
{
color: #E96360;
}
.AnyTagClassName
{
color: #E96360;
}
</style>
background-color css
<style>
a { background-color: #E96360; }
a { background-color: rgb(233,99,96); }
div.DivClassName
{
background-color: #E96360;
}
.BgClassName
{
background-color: #E96360;
}
</style>
border-color css
<style>
span { border-color: #E96360; }
span { border-color: rgb(233,99,96); }
td.TdClassName
{
border-color: #E96360;
}
.TagClassName
{
border-color: #E96360;
}
</style>