Shades of Roman #E05F58
Tints of Roman #E05F58
RGB
CMYK
RGB Variations
Color information
#E05F58 (or 0xE05F58) is known color: Roman. HEX triplet: E0, 5F and 58. RGB value is (224,95,88). Sum of RGB (Red+Green+Blue) = 224+95+88=407 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.04% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 88 (34.77% from 255 or 21.62% from 407); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F58 is #1FA0A7. Grayscale: #848484. Windows color (decimal): -2072744 or 5791712. OLE color: 5791712.
HSL color Cylindrical-coordinate representation of color #E05F58: hue angle of 3.09º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E05F58 is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 88 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.12 |
| HSL | 3.09º | 0.69% | 0.61% | - |
| HSV(B) | 3.09º | 0.61% | 0.88% | - |
| XYZ | 36.59 | 24.74 | 12.08 | - |
| YUV | 132.77 | 102.74 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 88 | 0 | 0.58 | 0.61 | 0.12 | 3.09 | 0.69 | 0.61 |
| Hex | E0 | 5F | 58 | 0 | 3A | 3D | C | 3 | 45 | 3D |
| Octal | 340 | 137 | 130 | 0 | 72 | 75 | 14 | 3 | 105 | 75 |
| Binary | 11100000 | 1011111 | 1011000 | 0 | 111010 | 111101 | 1100 | 11 | 1000101 | 111101 |
Color Harmonies of #E05F58
Complementary color
Monochromatic Colors of #E05F58
Black with #E05F58
Text Example
Text Example
White with #E05F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F58; }
p { color: rgb(224,95,88); }
H1.HeaderClassName
{
color: #E05F58;
}
.AnyTagClassName
{
color: #E05F58;
}
</style>
background-color css
<style>
a { background-color: #E05F58; }
a { background-color: rgb(224,95,88); }
div.DivClassName
{
background-color: #E05F58;
}
.BgClassName
{
background-color: #E05F58;
}
</style>
border-color css
<style>
span { border-color: #E05F58; }
span { border-color: rgb(224,95,88); }
td.TdClassName
{
border-color: #E05F58;
}
.TagClassName
{
border-color: #E05F58;
}
</style>