Shades of Roman #E05E5B
Tints of Roman #E05E5B
RGB
CMYK
RGB Variations
Color information
#E05E5B (or 0xE05E5B) is known color: Roman. HEX triplet: E0, 5E and 5B. RGB value is (224,94,91). Sum of RGB (Red+Green+Blue) = 224+94+91=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05E5B is #1FA1A4. Grayscale: #848484. Windows color (decimal): -2072997 or 5988064. OLE color: 5988064.
HSL color Cylindrical-coordinate representation of color #E05E5B: hue angle of 1.35º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05E5B is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 91 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.12 |
| HSL | 1.35º | 0.68% | 0.62% | - |
| HSV(B) | 1.35º | 0.59% | 0.88% | - |
| XYZ | 36.63 | 24.61 | 12.72 | - |
| YUV | 132.53 | 104.57 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 91 | 0 | 0.58 | 0.59 | 0.12 | 1.35 | 0.68 | 0.62 |
| Hex | E0 | 5E | 5B | 0 | 3A | 3B | C | 1 | 44 | 3E |
| Octal | 340 | 136 | 133 | 0 | 72 | 73 | 14 | 1 | 104 | 76 |
| Binary | 11100000 | 1011110 | 1011011 | 0 | 111010 | 111011 | 1100 | 1 | 1000100 | 111110 |
Color Harmonies of #E05E5B
Complementary color
Monochromatic Colors of #E05E5B
Black with #E05E5B
Text Example
Text Example
White with #E05E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E5B; }
p { color: rgb(224,94,91); }
H1.HeaderClassName
{
color: #E05E5B;
}
.AnyTagClassName
{
color: #E05E5B;
}
</style>
background-color css
<style>
a { background-color: #E05E5B; }
a { background-color: rgb(224,94,91); }
div.DivClassName
{
background-color: #E05E5B;
}
.BgClassName
{
background-color: #E05E5B;
}
</style>
border-color css
<style>
span { border-color: #E05E5B; }
span { border-color: rgb(224,94,91); }
td.TdClassName
{
border-color: #E05E5B;
}
.TagClassName
{
border-color: #E05E5B;
}
</style>