Shades of Roman #E26464
Tints of Roman #E26464
RGB
CMYK
RGB Variations
Color information
#E26464 (or 0xE26464) is known color: Roman. HEX triplet: E2, 64 and 64. RGB value is (226,100,100). Sum of RGB (Red+Green+Blue) = 226+100+100=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 100 (39.45% from 255 or 23.47% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E26464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26464 is #1D9B9B. Grayscale: #898989. Windows color (decimal): -1940380 or 6579426. OLE color: 6579426.
HSL color Cylindrical-coordinate representation of color #E26464: hue angle of 0º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26464 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 100 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.11 |
| HSL | 0º | 0.68% | 0.64% | - |
| HSV(B) | 0º | 0.56% | 0.89% | - |
| XYZ | 38.22 | 26.2 | 15.1 | - |
| YUV | 137.67 | 106.74 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 100 | 0 | 0.56 | 0.56 | 0.11 | 0 | 0.68 | 0.64 |
| Hex | E2 | 64 | 64 | 0 | 38 | 38 | B | 0 | 44 | 40 |
| Octal | 342 | 144 | 144 | 0 | 70 | 70 | 13 | 0 | 104 | 100 |
| Binary | 11100010 | 1100100 | 1100100 | 0 | 111000 | 111000 | 1011 | 0 | 1000100 | 1000000 |
Color Harmonies of #E26464
Complementary color
Monochromatic Colors of #E26464
Black with #E26464
Text Example
Text Example
White with #E26464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26464; }
p { color: rgb(226,100,100); }
H1.HeaderClassName
{
color: #E26464;
}
.AnyTagClassName
{
color: #E26464;
}
</style>
background-color css
<style>
a { background-color: #E26464; }
a { background-color: rgb(226,100,100); }
div.DivClassName
{
background-color: #E26464;
}
.BgClassName
{
background-color: #E26464;
}
</style>
border-color css
<style>
span { border-color: #E26464; }
span { border-color: rgb(226,100,100); }
td.TdClassName
{
border-color: #E26464;
}
.TagClassName
{
border-color: #E26464;
}
</style>