Shades of Roman #E16865
Tints of Roman #E16865
RGB
CMYK
RGB Variations
Color information
#E16865 (or 0xE16865) is known color: Roman. HEX triplet: E1, 68 and 65. RGB value is (225,104,101). Sum of RGB (Red+Green+Blue) = 225+104+101=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E16865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16865 is #1E979A. Grayscale: #8B8B8B. Windows color (decimal): -2004891 or 6645985. OLE color: 6645985.
HSL color Cylindrical-coordinate representation of color #E16865: hue angle of 1.45º 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 #E16865 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 101 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.12 |
| HSL | 1.45º | 0.67% | 0.64% | - |
| HSV(B) | 1.45º | 0.55% | 0.88% | - |
| XYZ | 38.35 | 26.85 | 15.47 | - |
| YUV | 139.84 | 106.09 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 101 | 0 | 0.54 | 0.55 | 0.12 | 1.45 | 0.67 | 0.64 |
| Hex | E1 | 68 | 65 | 0 | 36 | 37 | C | 1 | 43 | 40 |
| Octal | 341 | 150 | 145 | 0 | 66 | 67 | 14 | 1 | 103 | 100 |
| Binary | 11100001 | 1101000 | 1100101 | 0 | 110110 | 110111 | 1100 | 1 | 1000011 | 1000000 |
Color Harmonies of #E16865
Complementary color
Monochromatic Colors of #E16865
Black with #E16865
Text Example
Text Example
White with #E16865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16865; }
p { color: rgb(225,104,101); }
H1.HeaderClassName
{
color: #E16865;
}
.AnyTagClassName
{
color: #E16865;
}
</style>
background-color css
<style>
a { background-color: #E16865; }
a { background-color: rgb(225,104,101); }
div.DivClassName
{
background-color: #E16865;
}
.BgClassName
{
background-color: #E16865;
}
</style>
border-color css
<style>
span { border-color: #E16865; }
span { border-color: rgb(225,104,101); }
td.TdClassName
{
border-color: #E16865;
}
.TagClassName
{
border-color: #E16865;
}
</style>