Shades of Roman #E26662
Tints of Roman #E26662
RGB
CMYK
RGB Variations
Color information
#E26662 (or 0xE26662) is known color: Roman. HEX triplet: E2, 66 and 62. RGB value is (226,102,98). Sum of RGB (Red+Green+Blue) = 226+102+98=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E26662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26662 is #1D999D. Grayscale: #8A8A8A. Windows color (decimal): -1939870 or 6448866. OLE color: 6448866.
HSL color Cylindrical-coordinate representation of color #E26662: hue angle of 1.88º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26662 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 98 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.11 |
| HSL | 1.88º | 0.69% | 0.64% | - |
| HSV(B) | 1.88º | 0.57% | 0.89% | - |
| XYZ | 38.32 | 26.55 | 14.66 | - |
| YUV | 138.62 | 105.08 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 98 | 0 | 0.55 | 0.57 | 0.11 | 1.88 | 0.69 | 0.64 |
| Hex | E2 | 66 | 62 | 0 | 37 | 39 | B | 2 | 45 | 40 |
| Octal | 342 | 146 | 142 | 0 | 67 | 71 | 13 | 2 | 105 | 100 |
| Binary | 11100010 | 1100110 | 1100010 | 0 | 110111 | 111001 | 1011 | 10 | 1000101 | 1000000 |
Color Harmonies of #E26662
Complementary color
Monochromatic Colors of #E26662
Black with #E26662
Text Example
Text Example
White with #E26662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26662; }
p { color: rgb(226,102,98); }
H1.HeaderClassName
{
color: #E26662;
}
.AnyTagClassName
{
color: #E26662;
}
</style>
background-color css
<style>
a { background-color: #E26662; }
a { background-color: rgb(226,102,98); }
div.DivClassName
{
background-color: #E26662;
}
.BgClassName
{
background-color: #E26662;
}
</style>
border-color css
<style>
span { border-color: #E26662; }
span { border-color: rgb(226,102,98); }
td.TdClassName
{
border-color: #E26662;
}
.TagClassName
{
border-color: #E26662;
}
</style>