Shades of Roman #E05F5F
Tints of Roman #E05F5F
RGB
CMYK
RGB Variations
Color information
#E05F5F (or 0xE05F5F) is known color: Roman. HEX triplet: E0, 5F and 5F. RGB value is (224,95,95). Sum of RGB (Red+Green+Blue) = 224+95+95=414 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.11% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05F5F is #1FA0A0. Grayscale: #858585. Windows color (decimal): -2072737 or 6250464. OLE color: 6250464.
HSL color Cylindrical-coordinate representation of color #E05F5F: hue angle of 0º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E05F5F is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 95 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.12 |
| HSL | 0º | 0.68% | 0.63% | - |
| HSV(B) | 0º | 0.58% | 0.88% | - |
| XYZ | 36.9 | 24.86 | 13.68 | - |
| YUV | 133.57 | 106.24 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 95 | 0 | 0.58 | 0.58 | 0.12 | 0 | 0.68 | 0.63 |
| Hex | E0 | 5F | 5F | 0 | 3A | 3A | C | 0 | 44 | 3F |
| Octal | 340 | 137 | 137 | 0 | 72 | 72 | 14 | 0 | 104 | 77 |
| Binary | 11100000 | 1011111 | 1011111 | 0 | 111010 | 111010 | 1100 | 0 | 1000100 | 111111 |
Color Harmonies of #E05F5F
Complementary color
Monochromatic Colors of #E05F5F
Black with #E05F5F
Text Example
Text Example
White with #E05F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F5F; }
p { color: rgb(224,95,95); }
H1.HeaderClassName
{
color: #E05F5F;
}
.AnyTagClassName
{
color: #E05F5F;
}
</style>
background-color css
<style>
a { background-color: #E05F5F; }
a { background-color: rgb(224,95,95); }
div.DivClassName
{
background-color: #E05F5F;
}
.BgClassName
{
background-color: #E05F5F;
}
</style>
border-color css
<style>
span { border-color: #E05F5F; }
span { border-color: rgb(224,95,95); }
td.TdClassName
{
border-color: #E05F5F;
}
.TagClassName
{
border-color: #E05F5F;
}
</style>