Shades of Roman #E05E5D
Tints of Roman #E05E5D
RGB
CMYK
RGB Variations
Color information
#E05E5D (or 0xE05E5D) is known color: Roman. HEX triplet: E0, 5E and 5D. RGB value is (224,94,93). Sum of RGB (Red+Green+Blue) = 224+94+93=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 93 (36.72% from 255 or 22.63% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05E5D is #1FA1A2. Grayscale: #848484. Windows color (decimal): -2072995 or 6119136. OLE color: 6119136.
HSL color Cylindrical-coordinate representation of color #E05E5D: hue angle of 0.46º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05E5D is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 93 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.12 |
| HSL | 0.46º | 0.68% | 0.62% | - |
| HSV(B) | 0.46º | 0.58% | 0.88% | - |
| XYZ | 36.72 | 24.64 | 13.18 | - |
| YUV | 132.76 | 105.57 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 93 | 0 | 0.58 | 0.58 | 0.12 | 0.46 | 0.68 | 0.62 |
| Hex | E0 | 5E | 5D | 0 | 3A | 3A | C | 0 | 44 | 3E |
| Octal | 340 | 136 | 135 | 0 | 72 | 72 | 14 | 0 | 104 | 76 |
| Binary | 11100000 | 1011110 | 1011101 | 0 | 111010 | 111010 | 1100 | 0 | 1000100 | 111110 |
Color Harmonies of #E05E5D
Complementary color
Monochromatic Colors of #E05E5D
Black with #E05E5D
Text Example
Text Example
White with #E05E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E5D; }
p { color: rgb(224,94,93); }
H1.HeaderClassName
{
color: #E05E5D;
}
.AnyTagClassName
{
color: #E05E5D;
}
</style>
background-color css
<style>
a { background-color: #E05E5D; }
a { background-color: rgb(224,94,93); }
div.DivClassName
{
background-color: #E05E5D;
}
.BgClassName
{
background-color: #E05E5D;
}
</style>
border-color css
<style>
span { border-color: #E05E5D; }
span { border-color: rgb(224,94,93); }
td.TdClassName
{
border-color: #E05E5D;
}
.TagClassName
{
border-color: #E05E5D;
}
</style>