Shades of Roman #E25F5E
Tints of Roman #E25F5E
RGB
CMYK
RGB Variations
Color information
#E25F5E (or 0xE25F5E) is known color: Roman. HEX triplet: E2, 5F and 5E. RGB value is (226,95,94). Sum of RGB (Red+Green+Blue) = 226+95+94=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 94 (37.11% from 255 or 22.65% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25F5E is #1DA0A1. Grayscale: #868686. Windows color (decimal): -1941666 or 6184930. OLE color: 6184930.
HSL color Cylindrical-coordinate representation of color #E25F5E: hue angle of 0.45º 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 #E25F5E is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 95 | 94 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.11 |
| HSL | 0.45º | 0.69% | 0.63% | - |
| HSV(B) | 0.45º | 0.58% | 0.89% | - |
| XYZ | 37.48 | 25.16 | 13.47 | - |
| YUV | 134.06 | 105.4 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 95 | 94 | 0 | 0.58 | 0.58 | 0.11 | 0.45 | 0.69 | 0.63 |
| Hex | E2 | 5F | 5E | 0 | 3A | 3A | B | 0 | 45 | 3F |
| Octal | 342 | 137 | 136 | 0 | 72 | 72 | 13 | 0 | 105 | 77 |
| Binary | 11100010 | 1011111 | 1011110 | 0 | 111010 | 111010 | 1011 | 0 | 1000101 | 111111 |
Color Harmonies of #E25F5E
Complementary color
Monochromatic Colors of #E25F5E
Black with #E25F5E
Text Example
Text Example
White with #E25F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25F5E; }
p { color: rgb(226,95,94); }
H1.HeaderClassName
{
color: #E25F5E;
}
.AnyTagClassName
{
color: #E25F5E;
}
</style>
background-color css
<style>
a { background-color: #E25F5E; }
a { background-color: rgb(226,95,94); }
div.DivClassName
{
background-color: #E25F5E;
}
.BgClassName
{
background-color: #E25F5E;
}
</style>
border-color css
<style>
span { border-color: #E25F5E; }
span { border-color: rgb(226,95,94); }
td.TdClassName
{
border-color: #E25F5E;
}
.TagClassName
{
border-color: #E25F5E;
}
</style>