Shades of Roman #E26260
Tints of Roman #E26260
RGB
CMYK
RGB Variations
Color information
#E26260 (or 0xE26260) is known color: Roman. HEX triplet: E2, 62 and 60. RGB value is (226,98,96). Sum of RGB (Red+Green+Blue) = 226+98+96=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E26260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26260 is #1D9D9F. Grayscale: #888888. Windows color (decimal): -1940896 or 6316770. OLE color: 6316770.
HSL color Cylindrical-coordinate representation of color #E26260: hue angle of 0.92º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E26260 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 96 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.11 |
| HSL | 0.92º | 0.69% | 0.63% | - |
| HSV(B) | 0.92º | 0.58% | 0.89% | - |
| XYZ | 37.84 | 25.75 | 14.04 | - |
| YUV | 136.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 96 | 0 | 0.57 | 0.58 | 0.11 | 0.92 | 0.69 | 0.63 |
| Hex | E2 | 62 | 60 | 0 | 39 | 3A | B | 1 | 45 | 3F |
| Octal | 342 | 142 | 140 | 0 | 71 | 72 | 13 | 1 | 105 | 77 |
| Binary | 11100010 | 1100010 | 1100000 | 0 | 111001 | 111010 | 1011 | 1 | 1000101 | 111111 |
Color Harmonies of #E26260
Complementary color
Monochromatic Colors of #E26260
Black with #E26260
Text Example
Text Example
White with #E26260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26260; }
p { color: rgb(226,98,96); }
H1.HeaderClassName
{
color: #E26260;
}
.AnyTagClassName
{
color: #E26260;
}
</style>
background-color css
<style>
a { background-color: #E26260; }
a { background-color: rgb(226,98,96); }
div.DivClassName
{
background-color: #E26260;
}
.BgClassName
{
background-color: #E26260;
}
</style>
border-color css
<style>
span { border-color: #E26260; }
span { border-color: rgb(226,98,96); }
td.TdClassName
{
border-color: #E26260;
}
.TagClassName
{
border-color: #E26260;
}
</style>