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