Shades of Roman #E66560
Tints of Roman #E66560
RGB
CMYK
RGB Variations
Color information
#E66560 (or 0xE66560) is known color: Roman. HEX triplet: E6, 65 and 60. RGB value is (230,101,96). Sum of RGB (Red+Green+Blue) = 230+101+96=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E66560 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66560 is #199A9F. Grayscale: #8B8B8B. Windows color (decimal): -1677984 or 6317542. OLE color: 6317542.
HSL color Cylindrical-coordinate representation of color #E66560: hue angle of 2.24º 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 #E66560 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 96 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.10 |
| HSL | 2.24º | 0.73% | 0.64% | - |
| HSV(B) | 2.24º | 0.58% | 0.9% | - |
| XYZ | 39.4 | 26.97 | 14.2 | - |
| YUV | 139 | 103.74 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 96 | 0 | 0.56 | 0.58 | 0.10 | 2.24 | 0.73 | 0.64 |
| Hex | E6 | 65 | 60 | 0 | 38 | 3A | A | 2 | 49 | 40 |
| Octal | 346 | 145 | 140 | 0 | 70 | 72 | 12 | 2 | 111 | 100 |
| Binary | 11100110 | 1100101 | 1100000 | 0 | 111000 | 111010 | 1010 | 10 | 1001001 | 1000000 |
Color Harmonies of #E66560
Complementary color
Monochromatic Colors of #E66560
Black with #E66560
Text Example
Text Example
White with #E66560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66560; }
p { color: rgb(230,101,96); }
H1.HeaderClassName
{
color: #E66560;
}
.AnyTagClassName
{
color: #E66560;
}
</style>
background-color css
<style>
a { background-color: #E66560; }
a { background-color: rgb(230,101,96); }
div.DivClassName
{
background-color: #E66560;
}
.BgClassName
{
background-color: #E66560;
}
</style>
border-color css
<style>
span { border-color: #E66560; }
span { border-color: rgb(230,101,96); }
td.TdClassName
{
border-color: #E66560;
}
.TagClassName
{
border-color: #E66560;
}
</style>