Shades of Roman #E66360
Tints of Roman #E66360
RGB
CMYK
RGB Variations
Color information
#E66360 (or 0xE66360) is known color: Roman. HEX triplet: E6, 63 and 60. RGB value is (230,99,96). Sum of RGB (Red+Green+Blue) = 230+99+96=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E66360 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66360 is #199C9F. Grayscale: #898989. Windows color (decimal): -1678496 or 6317030. OLE color: 6317030.
HSL color Cylindrical-coordinate representation of color #E66360: hue angle of 1.34º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66360 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 99 | 96 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.10 |
| HSL | 1.34º | 0.73% | 0.64% | - |
| HSV(B) | 1.34º | 0.58% | 0.9% | - |
| XYZ | 39.21 | 26.59 | 14.13 | - |
| YUV | 137.83 | 104.4 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 99 | 96 | 0 | 0.57 | 0.58 | 0.10 | 1.34 | 0.73 | 0.64 |
| Hex | E6 | 63 | 60 | 0 | 39 | 3A | A | 1 | 49 | 40 |
| Octal | 346 | 143 | 140 | 0 | 71 | 72 | 12 | 1 | 111 | 100 |
| Binary | 11100110 | 1100011 | 1100000 | 0 | 111001 | 111010 | 1010 | 1 | 1001001 | 1000000 |
Color Harmonies of #E66360
Complementary color
Monochromatic Colors of #E66360
Black with #E66360
Text Example
Text Example
White with #E66360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66360; }
p { color: rgb(230,99,96); }
H1.HeaderClassName
{
color: #E66360;
}
.AnyTagClassName
{
color: #E66360;
}
</style>
background-color css
<style>
a { background-color: #E66360; }
a { background-color: rgb(230,99,96); }
div.DivClassName
{
background-color: #E66360;
}
.BgClassName
{
background-color: #E66360;
}
</style>
border-color css
<style>
span { border-color: #E66360; }
span { border-color: rgb(230,99,96); }
td.TdClassName
{
border-color: #E66360;
}
.TagClassName
{
border-color: #E66360;
}
</style>