Shades of Roman #E66660
Tints of Roman #E66660
RGB
CMYK
RGB Variations
Color information
#E66660 (or 0xE66660) is known color: Roman. HEX triplet: E6, 66 and 60. RGB value is (230,102,96). Sum of RGB (Red+Green+Blue) = 230+102+96=428 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.74% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 230 - color contains mainly: red. Hex color #E66660 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66660 is #19999F. Grayscale: #8B8B8B. Windows color (decimal): -1677728 or 6317798. OLE color: 6317798.
HSL color Cylindrical-coordinate representation of color #E66660: hue angle of 2.69º 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 #E66660 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 96 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.10 |
| HSL | 2.69º | 0.73% | 0.64% | - |
| HSV(B) | 2.69º | 0.58% | 0.9% | - |
| XYZ | 39.5 | 27.17 | 14.23 | - |
| YUV | 139.59 | 103.41 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 96 | 0 | 0.56 | 0.58 | 0.10 | 2.69 | 0.73 | 0.64 |
| Hex | E6 | 66 | 60 | 0 | 38 | 3A | A | 3 | 49 | 40 |
| Octal | 346 | 146 | 140 | 0 | 70 | 72 | 12 | 3 | 111 | 100 |
| Binary | 11100110 | 1100110 | 1100000 | 0 | 111000 | 111010 | 1010 | 11 | 1001001 | 1000000 |
Color Harmonies of #E66660
Complementary color
Monochromatic Colors of #E66660
Black with #E66660
Text Example
Text Example
White with #E66660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66660; }
p { color: rgb(230,102,96); }
H1.HeaderClassName
{
color: #E66660;
}
.AnyTagClassName
{
color: #E66660;
}
</style>
background-color css
<style>
a { background-color: #E66660; }
a { background-color: rgb(230,102,96); }
div.DivClassName
{
background-color: #E66660;
}
.BgClassName
{
background-color: #E66660;
}
</style>
border-color css
<style>
span { border-color: #E66660; }
span { border-color: rgb(230,102,96); }
td.TdClassName
{
border-color: #E66660;
}
.TagClassName
{
border-color: #E66660;
}
</style>