Shades of Roman #E1605A
Tints of Roman #E1605A
RGB
CMYK
RGB Variations
Color information
#E1605A (or 0xE1605A) is known color: Roman. HEX triplet: E1, 60 and 5A. RGB value is (225,96,90). Sum of RGB (Red+Green+Blue) = 225+96+90=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E1605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1605A is #1E9FA5. Grayscale: #868686. Windows color (decimal): -2006950 or 5923041. OLE color: 5923041.
HSL color Cylindrical-coordinate representation of color #E1605A: hue angle of 2.67º 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 #E1605A is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 90 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.12 |
| HSL | 2.67º | 0.69% | 0.62% | - |
| HSV(B) | 2.67º | 0.6% | 0.88% | - |
| XYZ | 37.08 | 25.11 | 12.57 | - |
| YUV | 133.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 90 | 0 | 0.57 | 0.60 | 0.12 | 2.67 | 0.69 | 0.62 |
| Hex | E1 | 60 | 5A | 0 | 39 | 3C | C | 3 | 45 | 3E |
| Octal | 341 | 140 | 132 | 0 | 71 | 74 | 14 | 3 | 105 | 76 |
| Binary | 11100001 | 1100000 | 1011010 | 0 | 111001 | 111100 | 1100 | 11 | 1000101 | 111110 |
Color Harmonies of #E1605A
Complementary color
Monochromatic Colors of #E1605A
Black with #E1605A
Text Example
Text Example
White with #E1605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1605A; }
p { color: rgb(225,96,90); }
H1.HeaderClassName
{
color: #E1605A;
}
.AnyTagClassName
{
color: #E1605A;
}
</style>
background-color css
<style>
a { background-color: #E1605A; }
a { background-color: rgb(225,96,90); }
div.DivClassName
{
background-color: #E1605A;
}
.BgClassName
{
background-color: #E1605A;
}
</style>
border-color css
<style>
span { border-color: #E1605A; }
span { border-color: rgb(225,96,90); }
td.TdClassName
{
border-color: #E1605A;
}
.TagClassName
{
border-color: #E1605A;
}
</style>