Shades of Roman #E5605C
Tints of Roman #E5605C
RGB
CMYK
RGB Variations
Color information
#E5605C (or 0xE5605C) is known color: Roman. HEX triplet: E5, 60 and 5C. RGB value is (229,96,92). Sum of RGB (Red+Green+Blue) = 229+96+92=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E5605C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5605C is #1A9FA3. Grayscale: #878787. Windows color (decimal): -1744804 or 6054117. OLE color: 6054117.
HSL color Cylindrical-coordinate representation of color #E5605C: hue angle of 1.75º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5605C is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 92 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.10 |
| HSL | 1.75º | 0.72% | 0.63% | - |
| HSV(B) | 1.75º | 0.6% | 0.9% | - |
| XYZ | 38.43 | 25.8 | 13.08 | - |
| YUV | 135.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 92 | 0 | 0.58 | 0.60 | 0.10 | 1.75 | 0.72 | 0.63 |
| Hex | E5 | 60 | 5C | 0 | 3A | 3C | A | 2 | 48 | 3F |
| Octal | 345 | 140 | 134 | 0 | 72 | 74 | 12 | 2 | 110 | 77 |
| Binary | 11100101 | 1100000 | 1011100 | 0 | 111010 | 111100 | 1010 | 10 | 1001000 | 111111 |
Color Harmonies of #E5605C
Complementary color
Monochromatic Colors of #E5605C
Black with #E5605C
Text Example
Text Example
White with #E5605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5605C; }
p { color: rgb(229,96,92); }
H1.HeaderClassName
{
color: #E5605C;
}
.AnyTagClassName
{
color: #E5605C;
}
</style>
background-color css
<style>
a { background-color: #E5605C; }
a { background-color: rgb(229,96,92); }
div.DivClassName
{
background-color: #E5605C;
}
.BgClassName
{
background-color: #E5605C;
}
</style>
border-color css
<style>
span { border-color: #E5605C; }
span { border-color: rgb(229,96,92); }
td.TdClassName
{
border-color: #E5605C;
}
.TagClassName
{
border-color: #E5605C;
}
</style>