Shades of Roman #E05E5C
Tints of Roman #E05E5C
RGB
CMYK
RGB Variations
Color information
#E05E5C (or 0xE05E5C) is known color: Roman. HEX triplet: E0, 5E and 5C. RGB value is (224,94,92). Sum of RGB (Red+Green+Blue) = 224+94+92=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05E5C is #1FA1A3. Grayscale: #848484. Windows color (decimal): -2072996 or 6053600. OLE color: 6053600.
HSL color Cylindrical-coordinate representation of color #E05E5C: hue angle of 0.91º 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 #E05E5C is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 92 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.12 |
| HSL | 0.91º | 0.68% | 0.62% | - |
| HSV(B) | 0.91º | 0.59% | 0.88% | - |
| XYZ | 36.67 | 24.63 | 12.95 | - |
| YUV | 132.64 | 105.07 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 92 | 0 | 0.58 | 0.59 | 0.12 | 0.91 | 0.68 | 0.62 |
| Hex | E0 | 5E | 5C | 0 | 3A | 3B | C | 1 | 44 | 3E |
| Octal | 340 | 136 | 134 | 0 | 72 | 73 | 14 | 1 | 104 | 76 |
| Binary | 11100000 | 1011110 | 1011100 | 0 | 111010 | 111011 | 1100 | 1 | 1000100 | 111110 |
Color Harmonies of #E05E5C
Complementary color
Monochromatic Colors of #E05E5C
Black with #E05E5C
Text Example
Text Example
White with #E05E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E5C; }
p { color: rgb(224,94,92); }
H1.HeaderClassName
{
color: #E05E5C;
}
.AnyTagClassName
{
color: #E05E5C;
}
</style>
background-color css
<style>
a { background-color: #E05E5C; }
a { background-color: rgb(224,94,92); }
div.DivClassName
{
background-color: #E05E5C;
}
.BgClassName
{
background-color: #E05E5C;
}
</style>
border-color css
<style>
span { border-color: #E05E5C; }
span { border-color: rgb(224,94,92); }
td.TdClassName
{
border-color: #E05E5C;
}
.TagClassName
{
border-color: #E05E5C;
}
</style>