Shades of Roman #E55A59
Tints of Roman #E55A59
RGB
CMYK
RGB Variations
Color information
#E55A59 (or 0xE55A59) is known color: Roman. HEX triplet: E5, 5A and 59. RGB value is (229,90,89). Sum of RGB (Red+Green+Blue) = 229+90+89=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55A59 is #1AA5A6. Grayscale: #838383. Windows color (decimal): -1746343 or 5855973. OLE color: 5855973.
HSL color Cylindrical-coordinate representation of color #E55A59: hue angle of 0.43º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E55A59 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 90 | 89 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.10 |
| HSL | 0.43º | 0.73% | 0.62% | - |
| HSV(B) | 0.43º | 0.61% | 0.9% | - |
| XYZ | 37.77 | 24.69 | 12.23 | - |
| YUV | 131.45 | 104.05 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 90 | 89 | 0 | 0.61 | 0.61 | 0.10 | 0.43 | 0.73 | 0.62 |
| Hex | E5 | 5A | 59 | 0 | 3D | 3D | A | 0 | 49 | 3E |
| Octal | 345 | 132 | 131 | 0 | 75 | 75 | 12 | 0 | 111 | 76 |
| Binary | 11100101 | 1011010 | 1011001 | 0 | 111101 | 111101 | 1010 | 0 | 1001001 | 111110 |
Color Harmonies of #E55A59
Complementary color
Monochromatic Colors of #E55A59
Black with #E55A59
Text Example
Text Example
White with #E55A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55A59; }
p { color: rgb(229,90,89); }
H1.HeaderClassName
{
color: #E55A59;
}
.AnyTagClassName
{
color: #E55A59;
}
</style>
background-color css
<style>
a { background-color: #E55A59; }
a { background-color: rgb(229,90,89); }
div.DivClassName
{
background-color: #E55A59;
}
.BgClassName
{
background-color: #E55A59;
}
</style>
border-color css
<style>
span { border-color: #E55A59; }
span { border-color: rgb(229,90,89); }
td.TdClassName
{
border-color: #E55A59;
}
.TagClassName
{
border-color: #E55A59;
}
</style>