Shades of Roman #E25757
Tints of Roman #E25757
RGB
CMYK
RGB Variations
Color information
#E25757 (or 0xE25757) is known color: Roman. HEX triplet: E2, 57 and 57. RGB value is (226,87,87). Sum of RGB (Red+Green+Blue) = 226+87+87=400 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.5% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 226 - color contains mainly: red. Hex color #E25757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25757 is #1DA8A8. Grayscale: #808080. Windows color (decimal): -1943721 or 5724130. OLE color: 5724130.
HSL color Cylindrical-coordinate representation of color #E25757: hue angle of 0º 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 #E25757 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 87 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.11 |
| HSL | 0º | 0.71% | 0.61% | - |
| HSV(B) | 0º | 0.62% | 0.89% | - |
| XYZ | 36.49 | 23.67 | 11.66 | - |
| YUV | 128.56 | 104.55 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 87 | 0 | 0.62 | 0.62 | 0.11 | 0 | 0.71 | 0.61 |
| Hex | E2 | 57 | 57 | 0 | 3E | 3E | B | 0 | 47 | 3D |
| Octal | 342 | 127 | 127 | 0 | 76 | 76 | 13 | 0 | 107 | 75 |
| Binary | 11100010 | 1010111 | 1010111 | 0 | 111110 | 111110 | 1011 | 0 | 1000111 | 111101 |
Color Harmonies of #E25757
Complementary color
Monochromatic Colors of #E25757
Black with #E25757
Text Example
Text Example
White with #E25757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25757; }
p { color: rgb(226,87,87); }
H1.HeaderClassName
{
color: #E25757;
}
.AnyTagClassName
{
color: #E25757;
}
</style>
background-color css
<style>
a { background-color: #E25757; }
a { background-color: rgb(226,87,87); }
div.DivClassName
{
background-color: #E25757;
}
.BgClassName
{
background-color: #E25757;
}
</style>
border-color css
<style>
span { border-color: #E25757; }
span { border-color: rgb(226,87,87); }
td.TdClassName
{
border-color: #E25757;
}
.TagClassName
{
border-color: #E25757;
}
</style>