Shades of Roman #E26966
Tints of Roman #E26966
RGB
CMYK
RGB Variations
Color information
#E26966 (or 0xE26966) is known color: Roman. HEX triplet: E2, 69 and 66. RGB value is (226,105,102). Sum of RGB (Red+Green+Blue) = 226+105+102=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E26966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26966 is #1D9699. Grayscale: #8C8C8C. Windows color (decimal): -1939098 or 6711778. OLE color: 6711778.
HSL color Cylindrical-coordinate representation of color #E26966: hue angle of 1.45º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26966 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 102 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.11 |
| HSL | 1.45º | 0.68% | 0.64% | - |
| HSV(B) | 1.45º | 0.55% | 0.89% | - |
| XYZ | 38.81 | 27.23 | 15.78 | - |
| YUV | 140.84 | 106.09 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 102 | 0 | 0.54 | 0.55 | 0.11 | 1.45 | 0.68 | 0.64 |
| Hex | E2 | 69 | 66 | 0 | 36 | 37 | B | 1 | 44 | 40 |
| Octal | 342 | 151 | 146 | 0 | 66 | 67 | 13 | 1 | 104 | 100 |
| Binary | 11100010 | 1101001 | 1100110 | 0 | 110110 | 110111 | 1011 | 1 | 1000100 | 1000000 |
Color Harmonies of #E26966
Complementary color
Monochromatic Colors of #E26966
Black with #E26966
Text Example
Text Example
White with #E26966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26966; }
p { color: rgb(226,105,102); }
H1.HeaderClassName
{
color: #E26966;
}
.AnyTagClassName
{
color: #E26966;
}
</style>
background-color css
<style>
a { background-color: #E26966; }
a { background-color: rgb(226,105,102); }
div.DivClassName
{
background-color: #E26966;
}
.BgClassName
{
background-color: #E26966;
}
</style>
border-color css
<style>
span { border-color: #E26966; }
span { border-color: rgb(226,105,102); }
td.TdClassName
{
border-color: #E26966;
}
.TagClassName
{
border-color: #E26966;
}
</style>