Shades of Roman #E25D5D
Tints of Roman #E25D5D
RGB
CMYK
RGB Variations
Color information
#E25D5D (or 0xE25D5D) is known color: Roman. HEX triplet: E2, 5D and 5D. RGB value is (226,93,93). Sum of RGB (Red+Green+Blue) = 226+93+93=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E25D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25D5D is #1DA2A2. Grayscale: #848484. Windows color (decimal): -1942179 or 6118882. OLE color: 6118882.
HSL color Cylindrical-coordinate representation of color #E25D5D: hue angle of 0º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E25D5D is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 93 | 93 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.11 |
| HSL | 0º | 0.7% | 0.63% | - |
| HSV(B) | 0º | 0.59% | 0.89% | - |
| XYZ | 37.25 | 24.79 | 13.18 | - |
| YUV | 132.77 | 105.56 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 93 | 93 | 0 | 0.59 | 0.59 | 0.11 | 0 | 0.7 | 0.63 |
| Hex | E2 | 5D | 5D | 0 | 3B | 3B | B | 0 | 46 | 3F |
| Octal | 342 | 135 | 135 | 0 | 73 | 73 | 13 | 0 | 106 | 77 |
| Binary | 11100010 | 1011101 | 1011101 | 0 | 111011 | 111011 | 1011 | 0 | 1000110 | 111111 |
Color Harmonies of #E25D5D
Complementary color
Monochromatic Colors of #E25D5D
Black with #E25D5D
Text Example
Text Example
White with #E25D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25D5D; }
p { color: rgb(226,93,93); }
H1.HeaderClassName
{
color: #E25D5D;
}
.AnyTagClassName
{
color: #E25D5D;
}
</style>
background-color css
<style>
a { background-color: #E25D5D; }
a { background-color: rgb(226,93,93); }
div.DivClassName
{
background-color: #E25D5D;
}
.BgClassName
{
background-color: #E25D5D;
}
</style>
border-color css
<style>
span { border-color: #E25D5D; }
span { border-color: rgb(226,93,93); }
td.TdClassName
{
border-color: #E25D5D;
}
.TagClassName
{
border-color: #E25D5D;
}
</style>