Shades of Roman #E25856
Tints of Roman #E25856
RGB
CMYK
RGB Variations
Color information
#E25856 (or 0xE25856) is known color: Roman. HEX triplet: E2, 58 and 56. RGB value is (226,88,86). Sum of RGB (Red+Green+Blue) = 226+88+86=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E25856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25856 is #1DA7A9. Grayscale: #818181. Windows color (decimal): -1943466 or 5658850. OLE color: 5658850.
HSL color Cylindrical-coordinate representation of color #E25856: hue angle of 0.86º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E25856 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 88 | 86 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.11 |
| HSL | 0.86º | 0.71% | 0.61% | - |
| HSV(B) | 0.86º | 0.62% | 0.89% | - |
| XYZ | 36.53 | 23.82 | 11.48 | - |
| YUV | 129.03 | 103.72 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 88 | 86 | 0 | 0.61 | 0.62 | 0.11 | 0.86 | 0.71 | 0.61 |
| Hex | E2 | 58 | 56 | 0 | 3D | 3E | B | 1 | 47 | 3D |
| Octal | 342 | 130 | 126 | 0 | 75 | 76 | 13 | 1 | 107 | 75 |
| Binary | 11100010 | 1011000 | 1010110 | 0 | 111101 | 111110 | 1011 | 1 | 1000111 | 111101 |
Color Harmonies of #E25856
Complementary color
Monochromatic Colors of #E25856
Black with #E25856
Text Example
Text Example
White with #E25856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25856; }
p { color: rgb(226,88,86); }
H1.HeaderClassName
{
color: #E25856;
}
.AnyTagClassName
{
color: #E25856;
}
</style>
background-color css
<style>
a { background-color: #E25856; }
a { background-color: rgb(226,88,86); }
div.DivClassName
{
background-color: #E25856;
}
.BgClassName
{
background-color: #E25856;
}
</style>
border-color css
<style>
span { border-color: #E25856; }
span { border-color: rgb(226,88,86); }
td.TdClassName
{
border-color: #E25856;
}
.TagClassName
{
border-color: #E25856;
}
</style>