Shades of Roman #E16866
Tints of Roman #E16866
RGB
CMYK
RGB Variations
Color information
#E16866 (or 0xE16866) is known color: Roman. HEX triplet: E1, 68 and 66. RGB value is (225,104,102). Sum of RGB (Red+Green+Blue) = 225+104+102=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E16866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16866 is #1E9799. Grayscale: #8C8C8C. Windows color (decimal): -2004890 or 6711521. OLE color: 6711521.
HSL color Cylindrical-coordinate representation of color #E16866: hue angle of 0.98º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16866 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 102 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.12 |
| HSL | 0.98º | 0.67% | 0.64% | - |
| HSV(B) | 0.98º | 0.55% | 0.88% | - |
| XYZ | 38.4 | 26.87 | 15.73 | - |
| YUV | 139.95 | 106.59 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 102 | 0 | 0.54 | 0.55 | 0.12 | 0.98 | 0.67 | 0.64 |
| Hex | E1 | 68 | 66 | 0 | 36 | 37 | C | 1 | 43 | 40 |
| Octal | 341 | 150 | 146 | 0 | 66 | 67 | 14 | 1 | 103 | 100 |
| Binary | 11100001 | 1101000 | 1100110 | 0 | 110110 | 110111 | 1100 | 1 | 1000011 | 1000000 |
Color Harmonies of #E16866
Complementary color
Monochromatic Colors of #E16866
Black with #E16866
Text Example
Text Example
White with #E16866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16866; }
p { color: rgb(225,104,102); }
H1.HeaderClassName
{
color: #E16866;
}
.AnyTagClassName
{
color: #E16866;
}
</style>
background-color css
<style>
a { background-color: #E16866; }
a { background-color: rgb(225,104,102); }
div.DivClassName
{
background-color: #E16866;
}
.BgClassName
{
background-color: #E16866;
}
</style>
border-color css
<style>
span { border-color: #E16866; }
span { border-color: rgb(225,104,102); }
td.TdClassName
{
border-color: #E16866;
}
.TagClassName
{
border-color: #E16866;
}
</style>