Shades of Roman #E26360
Tints of Roman #E26360
RGB
CMYK
RGB Variations
Color information
#E26360 (or 0xE26360) is known color: Roman. HEX triplet: E2, 63 and 60. RGB value is (226,99,96). Sum of RGB (Red+Green+Blue) = 226+99+96=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E26360 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26360 is #1D9C9F. Grayscale: #888888. Windows color (decimal): -1940640 or 6317026. OLE color: 6317026.
HSL color Cylindrical-coordinate representation of color #E26360: hue angle of 1.38º 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 #E26360 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 96 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.11 |
| HSL | 1.38º | 0.69% | 0.63% | - |
| HSV(B) | 1.38º | 0.58% | 0.89% | - |
| XYZ | 37.94 | 25.94 | 14.07 | - |
| YUV | 136.63 | 105.08 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 96 | 0 | 0.56 | 0.58 | 0.11 | 1.38 | 0.69 | 0.63 |
| Hex | E2 | 63 | 60 | 0 | 38 | 3A | B | 1 | 45 | 3F |
| Octal | 342 | 143 | 140 | 0 | 70 | 72 | 13 | 1 | 105 | 77 |
| Binary | 11100010 | 1100011 | 1100000 | 0 | 111000 | 111010 | 1011 | 1 | 1000101 | 111111 |
Color Harmonies of #E26360
Complementary color
Monochromatic Colors of #E26360
Black with #E26360
Text Example
Text Example
White with #E26360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26360; }
p { color: rgb(226,99,96); }
H1.HeaderClassName
{
color: #E26360;
}
.AnyTagClassName
{
color: #E26360;
}
</style>
background-color css
<style>
a { background-color: #E26360; }
a { background-color: rgb(226,99,96); }
div.DivClassName
{
background-color: #E26360;
}
.BgClassName
{
background-color: #E26360;
}
</style>
border-color css
<style>
span { border-color: #E26360; }
span { border-color: rgb(226,99,96); }
td.TdClassName
{
border-color: #E26360;
}
.TagClassName
{
border-color: #E26360;
}
</style>