Shades of Roman #E05955
Tints of Roman #E05955
RGB
CMYK
RGB Variations
Color information
#E05955 (or 0xE05955) is known color: Roman. HEX triplet: E0, 59 and 55. RGB value is (224,89,85). Sum of RGB (Red+Green+Blue) = 224+89+85=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E05955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05955 is #1FA6AA. Grayscale: #818181. Windows color (decimal): -2074283 or 5593568. OLE color: 5593568.
HSL color Cylindrical-coordinate representation of color #E05955: hue angle of 1.73º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05955 is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 85 | - |
| CMYK | 0 | 0.60 | 0.62 | 0.12 |
| HSL | 1.73º | 0.69% | 0.61% | - |
| HSV(B) | 1.73º | 0.62% | 0.88% | - |
| XYZ | 35.95 | 23.65 | 11.26 | - |
| YUV | 128.91 | 103.23 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 85 | 0 | 0.60 | 0.62 | 0.12 | 1.73 | 0.69 | 0.61 |
| Hex | E0 | 59 | 55 | 0 | 3C | 3E | C | 2 | 45 | 3D |
| Octal | 340 | 131 | 125 | 0 | 74 | 76 | 14 | 2 | 105 | 75 |
| Binary | 11100000 | 1011001 | 1010101 | 0 | 111100 | 111110 | 1100 | 10 | 1000101 | 111101 |
Color Harmonies of #E05955
Complementary color
Monochromatic Colors of #E05955
Black with #E05955
Text Example
Text Example
White with #E05955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05955; }
p { color: rgb(224,89,85); }
H1.HeaderClassName
{
color: #E05955;
}
.AnyTagClassName
{
color: #E05955;
}
</style>
background-color css
<style>
a { background-color: #E05955; }
a { background-color: rgb(224,89,85); }
div.DivClassName
{
background-color: #E05955;
}
.BgClassName
{
background-color: #E05955;
}
</style>
border-color css
<style>
span { border-color: #E05955; }
span { border-color: rgb(224,89,85); }
td.TdClassName
{
border-color: #E05955;
}
.TagClassName
{
border-color: #E05955;
}
</style>