Shades of Roman #E1605C
Tints of Roman #E1605C
RGB
CMYK
RGB Variations
Color information
#E1605C (or 0xE1605C) is known color: Roman. HEX triplet: E1, 60 and 5C. RGB value is (225,96,92). Sum of RGB (Red+Green+Blue) = 225+96+92=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 92 (36.33% from 255 or 22.28% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E1605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1605C is #1E9FA3. Grayscale: #868686. Windows color (decimal): -2006948 or 6054113. OLE color: 6054113.
HSL color Cylindrical-coordinate representation of color #E1605C: hue angle of 1.8º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1605C is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 96 | 92 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.12 |
| HSL | 1.8º | 0.69% | 0.62% | - |
| HSV(B) | 1.8º | 0.59% | 0.88% | - |
| XYZ | 37.17 | 25.15 | 13.02 | - |
| YUV | 134.12 | 104.24 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 96 | 92 | 0 | 0.57 | 0.59 | 0.12 | 1.8 | 0.69 | 0.62 |
| Hex | E1 | 60 | 5C | 0 | 39 | 3B | C | 2 | 45 | 3E |
| Octal | 341 | 140 | 134 | 0 | 71 | 73 | 14 | 2 | 105 | 76 |
| Binary | 11100001 | 1100000 | 1011100 | 0 | 111001 | 111011 | 1100 | 10 | 1000101 | 111110 |
Color Harmonies of #E1605C
Complementary color
Monochromatic Colors of #E1605C
Black with #E1605C
Text Example
Text Example
White with #E1605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1605C; }
p { color: rgb(225,96,92); }
H1.HeaderClassName
{
color: #E1605C;
}
.AnyTagClassName
{
color: #E1605C;
}
</style>
background-color css
<style>
a { background-color: #E1605C; }
a { background-color: rgb(225,96,92); }
div.DivClassName
{
background-color: #E1605C;
}
.BgClassName
{
background-color: #E1605C;
}
</style>
border-color css
<style>
span { border-color: #E1605C; }
span { border-color: rgb(225,96,92); }
td.TdClassName
{
border-color: #E1605C;
}
.TagClassName
{
border-color: #E1605C;
}
</style>