Shades of Roman #E55E5B
Tints of Roman #E55E5B
RGB
CMYK
RGB Variations
Color information
#E55E5B (or 0xE55E5B) is known color: Roman. HEX triplet: E5, 5E and 5B. RGB value is (229,94,91). Sum of RGB (Red+Green+Blue) = 229+94+91=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 91 (35.94% from 255 or 21.98% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E55E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55E5B is #1AA1A4. Grayscale: #868686. Windows color (decimal): -1745317 or 5988069. OLE color: 5988069.
HSL color Cylindrical-coordinate representation of color #E55E5B: hue angle of 1.3º degrees, saturation: 0.73, 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 #E55E5B is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 94 | 91 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.10 |
| HSL | 1.3º | 0.73% | 0.63% | - |
| HSV(B) | 1.3º | 0.6% | 0.9% | - |
| XYZ | 38.2 | 25.42 | 12.79 | - |
| YUV | 134.02 | 103.73 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 94 | 91 | 0 | 0.59 | 0.60 | 0.10 | 1.3 | 0.73 | 0.63 |
| Hex | E5 | 5E | 5B | 0 | 3B | 3C | A | 1 | 49 | 3F |
| Octal | 345 | 136 | 133 | 0 | 73 | 74 | 12 | 1 | 111 | 77 |
| Binary | 11100101 | 1011110 | 1011011 | 0 | 111011 | 111100 | 1010 | 1 | 1001001 | 111111 |
Color Harmonies of #E55E5B
Complementary color
Monochromatic Colors of #E55E5B
Black with #E55E5B
Text Example
Text Example
White with #E55E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55E5B; }
p { color: rgb(229,94,91); }
H1.HeaderClassName
{
color: #E55E5B;
}
.AnyTagClassName
{
color: #E55E5B;
}
</style>
background-color css
<style>
a { background-color: #E55E5B; }
a { background-color: rgb(229,94,91); }
div.DivClassName
{
background-color: #E55E5B;
}
.BgClassName
{
background-color: #E55E5B;
}
</style>
border-color css
<style>
span { border-color: #E55E5B; }
span { border-color: rgb(229,94,91); }
td.TdClassName
{
border-color: #E55E5B;
}
.TagClassName
{
border-color: #E55E5B;
}
</style>