Shades of Roman #E2605D
Tints of Roman #E2605D
RGB
CMYK
RGB Variations
Color information
#E2605D (or 0xE2605D) is known color: Roman. HEX triplet: E2, 60 and 5D. RGB value is (226,96,93). Sum of RGB (Red+Green+Blue) = 226+96+93=415 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.46% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 226 - color contains mainly: red. Hex color #E2605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2605D is #1D9FA2. Grayscale: #868686. Windows color (decimal): -1941411 or 6119650. OLE color: 6119650.
HSL color Cylindrical-coordinate representation of color #E2605D: hue angle of 1.35º 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 #E2605D is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 93 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.11 |
| HSL | 1.35º | 0.7% | 0.63% | - |
| HSV(B) | 1.35º | 0.59% | 0.89% | - |
| XYZ | 37.52 | 25.32 | 13.27 | - |
| YUV | 134.53 | 104.57 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 93 | 0 | 0.58 | 0.59 | 0.11 | 1.35 | 0.7 | 0.63 |
| Hex | E2 | 60 | 5D | 0 | 3A | 3B | B | 1 | 46 | 3F |
| Octal | 342 | 140 | 135 | 0 | 72 | 73 | 13 | 1 | 106 | 77 |
| Binary | 11100010 | 1100000 | 1011101 | 0 | 111010 | 111011 | 1011 | 1 | 1000110 | 111111 |
Color Harmonies of #E2605D
Complementary color
Monochromatic Colors of #E2605D
Black with #E2605D
Text Example
Text Example
White with #E2605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2605D; }
p { color: rgb(226,96,93); }
H1.HeaderClassName
{
color: #E2605D;
}
.AnyTagClassName
{
color: #E2605D;
}
</style>
background-color css
<style>
a { background-color: #E2605D; }
a { background-color: rgb(226,96,93); }
div.DivClassName
{
background-color: #E2605D;
}
.BgClassName
{
background-color: #E2605D;
}
</style>
border-color css
<style>
span { border-color: #E2605D; }
span { border-color: rgb(226,96,93); }
td.TdClassName
{
border-color: #E2605D;
}
.TagClassName
{
border-color: #E2605D;
}
</style>