Shades of Roman #E16867
Tints of Roman #E16867
RGB
CMYK
RGB Variations
Color information
#E16867 (or 0xE16867) is known color: Roman. HEX triplet: E1, 68 and 67. RGB value is (225,104,103). Sum of RGB (Red+Green+Blue) = 225+104+103=432 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.08% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 103 (40.62% from 255 or 23.84% from 432); Max value from RGB is 225 - color contains mainly: red. Hex color #E16867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16867 is #1E9798. Grayscale: #8C8C8C. Windows color (decimal): -2004889 or 6777057. OLE color: 6777057.
HSL color Cylindrical-coordinate representation of color #E16867: hue angle of 0.49º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E16867 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 103 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.12 |
| HSL | 0.49º | 0.67% | 0.64% | - |
| HSV(B) | 0.49º | 0.54% | 0.88% | - |
| XYZ | 38.45 | 26.89 | 16 | - |
| YUV | 140.07 | 107.09 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 103 | 0 | 0.54 | 0.54 | 0.12 | 0.49 | 0.67 | 0.64 |
| Hex | E1 | 68 | 67 | 0 | 36 | 36 | C | 0 | 43 | 40 |
| Octal | 341 | 150 | 147 | 0 | 66 | 66 | 14 | 0 | 103 | 100 |
| Binary | 11100001 | 1101000 | 1100111 | 0 | 110110 | 110110 | 1100 | 0 | 1000011 | 1000000 |
Color Harmonies of #E16867
Complementary color
Monochromatic Colors of #E16867
Black with #E16867
Text Example
Text Example
White with #E16867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16867; }
p { color: rgb(225,104,103); }
H1.HeaderClassName
{
color: #E16867;
}
.AnyTagClassName
{
color: #E16867;
}
</style>
background-color css
<style>
a { background-color: #E16867; }
a { background-color: rgb(225,104,103); }
div.DivClassName
{
background-color: #E16867;
}
.BgClassName
{
background-color: #E16867;
}
</style>
border-color css
<style>
span { border-color: #E16867; }
span { border-color: rgb(225,104,103); }
td.TdClassName
{
border-color: #E16867;
}
.TagClassName
{
border-color: #E16867;
}
</style>