Shades of Roman #E16A63
Tints of Roman #E16A63
RGB
CMYK
RGB Variations
Color information
#E16A63 (or 0xE16A63) is known color: Roman. HEX triplet: E1, 6A and 63. RGB value is (225,106,99). Sum of RGB (Red+Green+Blue) = 225+106+99=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 99 (39.06% from 255 or 23.02% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E16A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E16A63 is #1E959C. Grayscale: #8C8C8C. Windows color (decimal): -2004381 or 6515425. OLE color: 6515425.
HSL color Cylindrical-coordinate representation of color #E16A63: hue angle of 3.33º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E16A63 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 106 | 99 | - |
| CMYK | 0 | 0.53 | 0.56 | 0.12 |
| HSL | 3.33º | 0.68% | 0.64% | - |
| HSV(B) | 3.33º | 0.56% | 0.88% | - |
| XYZ | 38.46 | 27.22 | 15.03 | - |
| YUV | 140.78 | 104.42 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 106 | 99 | 0 | 0.53 | 0.56 | 0.12 | 3.33 | 0.68 | 0.64 |
| Hex | E1 | 6A | 63 | 0 | 35 | 38 | C | 3 | 44 | 40 |
| Octal | 341 | 152 | 143 | 0 | 65 | 70 | 14 | 3 | 104 | 100 |
| Binary | 11100001 | 1101010 | 1100011 | 0 | 110101 | 111000 | 1100 | 11 | 1000100 | 1000000 |
Color Harmonies of #E16A63
Complementary color
Monochromatic Colors of #E16A63
Black with #E16A63
Text Example
Text Example
White with #E16A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16A63; }
p { color: rgb(225,106,99); }
H1.HeaderClassName
{
color: #E16A63;
}
.AnyTagClassName
{
color: #E16A63;
}
</style>
background-color css
<style>
a { background-color: #E16A63; }
a { background-color: rgb(225,106,99); }
div.DivClassName
{
background-color: #E16A63;
}
.BgClassName
{
background-color: #E16A63;
}
</style>
border-color css
<style>
span { border-color: #E16A63; }
span { border-color: rgb(225,106,99); }
td.TdClassName
{
border-color: #E16A63;
}
.TagClassName
{
border-color: #E16A63;
}
</style>