Shades of Roman #E1625A
Tints of Roman #E1625A
RGB
CMYK
RGB Variations
Color information
#E1625A (or 0xE1625A) is known color: Roman. HEX triplet: E1, 62 and 5A. RGB value is (225,98,90). Sum of RGB (Red+Green+Blue) = 225+98+90=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E1625A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1625A is #1E9DA5. Grayscale: #878787. Windows color (decimal): -2006438 or 5923553. OLE color: 5923553.
HSL color Cylindrical-coordinate representation of color #E1625A: hue angle of 3.56º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1625A is Cyan = 0, Magento = 0.56, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 98 | 90 | - |
| CMYK | 0 | 0.56 | 0.60 | 0.12 |
| HSL | 3.56º | 0.69% | 0.62% | - |
| HSV(B) | 3.56º | 0.6% | 0.88% | - |
| XYZ | 37.26 | 25.48 | 12.63 | - |
| YUV | 135.06 | 102.58 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 98 | 90 | 0 | 0.56 | 0.60 | 0.12 | 3.56 | 0.69 | 0.62 |
| Hex | E1 | 62 | 5A | 0 | 38 | 3C | C | 4 | 45 | 3E |
| Octal | 341 | 142 | 132 | 0 | 70 | 74 | 14 | 4 | 105 | 76 |
| Binary | 11100001 | 1100010 | 1011010 | 0 | 111000 | 111100 | 1100 | 100 | 1000101 | 111110 |
Color Harmonies of #E1625A
Complementary color
Monochromatic Colors of #E1625A
Black with #E1625A
Text Example
Text Example
White with #E1625A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1625A; }
p { color: rgb(225,98,90); }
H1.HeaderClassName
{
color: #E1625A;
}
.AnyTagClassName
{
color: #E1625A;
}
</style>
background-color css
<style>
a { background-color: #E1625A; }
a { background-color: rgb(225,98,90); }
div.DivClassName
{
background-color: #E1625A;
}
.BgClassName
{
background-color: #E1625A;
}
</style>
border-color css
<style>
span { border-color: #E1625A; }
span { border-color: rgb(225,98,90); }
td.TdClassName
{
border-color: #E1625A;
}
.TagClassName
{
border-color: #E1625A;
}
</style>