Shades of Roman #E2605A
Tints of Roman #E2605A
RGB
CMYK
RGB Variations
Color information
#E2605A (or 0xE2605A) is known color: Roman. HEX triplet: E2, 60 and 5A. RGB value is (226,96,90). Sum of RGB (Red+Green+Blue) = 226+96+90=412 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.85% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 226 - color contains mainly: red. Hex color #E2605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2605A is #1D9FA5. Grayscale: #868686. Windows color (decimal): -1941414 or 5923042. OLE color: 5923042.
HSL color Cylindrical-coordinate representation of color #E2605A: hue angle of 2.65º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E2605A is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 90 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.11 |
| HSL | 2.65º | 0.7% | 0.62% | - |
| HSV(B) | 2.65º | 0.6% | 0.89% | - |
| XYZ | 37.39 | 25.27 | 12.58 | - |
| YUV | 134.19 | 103.07 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 90 | 0 | 0.58 | 0.60 | 0.11 | 2.65 | 0.7 | 0.62 |
| Hex | E2 | 60 | 5A | 0 | 3A | 3C | B | 3 | 46 | 3E |
| Octal | 342 | 140 | 132 | 0 | 72 | 74 | 13 | 3 | 106 | 76 |
| Binary | 11100010 | 1100000 | 1011010 | 0 | 111010 | 111100 | 1011 | 11 | 1000110 | 111110 |
Color Harmonies of #E2605A
Complementary color
Monochromatic Colors of #E2605A
Black with #E2605A
Text Example
Text Example
White with #E2605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2605A; }
p { color: rgb(226,96,90); }
H1.HeaderClassName
{
color: #E2605A;
}
.AnyTagClassName
{
color: #E2605A;
}
</style>
background-color css
<style>
a { background-color: #E2605A; }
a { background-color: rgb(226,96,90); }
div.DivClassName
{
background-color: #E2605A;
}
.BgClassName
{
background-color: #E2605A;
}
</style>
border-color css
<style>
span { border-color: #E2605A; }
span { border-color: rgb(226,96,90); }
td.TdClassName
{
border-color: #E2605A;
}
.TagClassName
{
border-color: #E2605A;
}
</style>