Shades of Roman #E55C5A
Tints of Roman #E55C5A
RGB
CMYK
RGB Variations
Color information
#E55C5A (or 0xE55C5A) is known color: Roman. HEX triplet: E5, 5C and 5A. RGB value is (229,92,90). Sum of RGB (Red+Green+Blue) = 229+92+90=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E55C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55C5A is #1AA3A5. Grayscale: #848484. Windows color (decimal): -1745830 or 5922021. OLE color: 5922021.
HSL color Cylindrical-coordinate representation of color #E55C5A: hue angle of 0.86º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55C5A is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 92 | 90 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.10 |
| HSL | 0.86º | 0.73% | 0.63% | - |
| HSV(B) | 0.86º | 0.61% | 0.9% | - |
| XYZ | 37.99 | 25.05 | 12.51 | - |
| YUV | 132.74 | 103.89 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 92 | 90 | 0 | 0.60 | 0.61 | 0.10 | 0.86 | 0.73 | 0.63 |
| Hex | E5 | 5C | 5A | 0 | 3C | 3D | A | 1 | 49 | 3F |
| Octal | 345 | 134 | 132 | 0 | 74 | 75 | 12 | 1 | 111 | 77 |
| Binary | 11100101 | 1011100 | 1011010 | 0 | 111100 | 111101 | 1010 | 1 | 1001001 | 111111 |
Color Harmonies of #E55C5A
Complementary color
Monochromatic Colors of #E55C5A
Black with #E55C5A
Text Example
Text Example
White with #E55C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55C5A; }
p { color: rgb(229,92,90); }
H1.HeaderClassName
{
color: #E55C5A;
}
.AnyTagClassName
{
color: #E55C5A;
}
</style>
background-color css
<style>
a { background-color: #E55C5A; }
a { background-color: rgb(229,92,90); }
div.DivClassName
{
background-color: #E55C5A;
}
.BgClassName
{
background-color: #E55C5A;
}
</style>
border-color css
<style>
span { border-color: #E55C5A; }
span { border-color: rgb(229,92,90); }
td.TdClassName
{
border-color: #E55C5A;
}
.TagClassName
{
border-color: #E55C5A;
}
</style>