Shades of Roman #E05F59
Tints of Roman #E05F59
RGB
CMYK
RGB Variations
Color information
#E05F59 (or 0xE05F59) is known color: Roman. HEX triplet: E0, 5F and 59. RGB value is (224,95,89). Sum of RGB (Red+Green+Blue) = 224+95+89=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F59 is #1FA0A6. Grayscale: #858585. Windows color (decimal): -2072743 or 5857248. OLE color: 5857248.
HSL color Cylindrical-coordinate representation of color #E05F59: hue angle of 2.67º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05F59 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 89 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.12 |
| HSL | 2.67º | 0.69% | 0.61% | - |
| HSV(B) | 2.67º | 0.6% | 0.88% | - |
| XYZ | 36.64 | 24.75 | 12.3 | - |
| YUV | 132.89 | 103.24 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 89 | 0 | 0.58 | 0.60 | 0.12 | 2.67 | 0.69 | 0.61 |
| Hex | E0 | 5F | 59 | 0 | 3A | 3C | C | 3 | 45 | 3D |
| Octal | 340 | 137 | 131 | 0 | 72 | 74 | 14 | 3 | 105 | 75 |
| Binary | 11100000 | 1011111 | 1011001 | 0 | 111010 | 111100 | 1100 | 11 | 1000101 | 111101 |
Color Harmonies of #E05F59
Complementary color
Monochromatic Colors of #E05F59
Black with #E05F59
Text Example
Text Example
White with #E05F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F59; }
p { color: rgb(224,95,89); }
H1.HeaderClassName
{
color: #E05F59;
}
.AnyTagClassName
{
color: #E05F59;
}
</style>
background-color css
<style>
a { background-color: #E05F59; }
a { background-color: rgb(224,95,89); }
div.DivClassName
{
background-color: #E05F59;
}
.BgClassName
{
background-color: #E05F59;
}
</style>
border-color css
<style>
span { border-color: #E05F59; }
span { border-color: rgb(224,95,89); }
td.TdClassName
{
border-color: #E05F59;
}
.TagClassName
{
border-color: #E05F59;
}
</style>