Shades of Roman #E26760
Tints of Roman #E26760
RGB
CMYK
RGB Variations
Color information
#E26760 (or 0xE26760) is known color: Roman. HEX triplet: E2, 67 and 60. RGB value is (226,103,96). Sum of RGB (Red+Green+Blue) = 226+103+96=425 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.18% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 96 (37.89% from 255 or 22.59% from 425); Max value from RGB is 226 - color contains mainly: red. Hex color #E26760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26760 is #1D989F. Grayscale: #8B8B8B. Windows color (decimal): -1939616 or 6318050. OLE color: 6318050.
HSL color Cylindrical-coordinate representation of color #E26760: hue angle of 3.23º 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 #E26760 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 96 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.11 |
| HSL | 3.23º | 0.69% | 0.63% | - |
| HSV(B) | 3.23º | 0.58% | 0.89% | - |
| XYZ | 38.33 | 26.71 | 14.2 | - |
| YUV | 138.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 96 | 0 | 0.54 | 0.58 | 0.11 | 3.23 | 0.69 | 0.63 |
| Hex | E2 | 67 | 60 | 0 | 36 | 3A | B | 3 | 45 | 3F |
| Octal | 342 | 147 | 140 | 0 | 66 | 72 | 13 | 3 | 105 | 77 |
| Binary | 11100010 | 1100111 | 1100000 | 0 | 110110 | 111010 | 1011 | 11 | 1000101 | 111111 |
Color Harmonies of #E26760
Complementary color
Monochromatic Colors of #E26760
Black with #E26760
Text Example
Text Example
White with #E26760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26760; }
p { color: rgb(226,103,96); }
H1.HeaderClassName
{
color: #E26760;
}
.AnyTagClassName
{
color: #E26760;
}
</style>
background-color css
<style>
a { background-color: #E26760; }
a { background-color: rgb(226,103,96); }
div.DivClassName
{
background-color: #E26760;
}
.BgClassName
{
background-color: #E26760;
}
</style>
border-color css
<style>
span { border-color: #E26760; }
span { border-color: rgb(226,103,96); }
td.TdClassName
{
border-color: #E26760;
}
.TagClassName
{
border-color: #E26760;
}
</style>