Shades of Roman #E05B5A
Tints of Roman #E05B5A
RGB
CMYK
RGB Variations
Color information
#E05B5A (or 0xE05B5A) is known color: Roman. HEX triplet: E0, 5B and 5A. RGB value is (224,91,90). Sum of RGB (Red+Green+Blue) = 224+91+90=405 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.31% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05B5A is #1FA4A5. Grayscale: #828282. Windows color (decimal): -2073766 or 5921760. OLE color: 5921760.
HSL color Cylindrical-coordinate representation of color #E05B5A: hue angle of 0.45º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05B5A is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 90 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.12 |
| HSL | 0.45º | 0.68% | 0.62% | - |
| HSV(B) | 0.45º | 0.6% | 0.88% | - |
| XYZ | 36.33 | 24.07 | 12.4 | - |
| YUV | 130.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 90 | 0 | 0.59 | 0.60 | 0.12 | 0.45 | 0.68 | 0.62 |
| Hex | E0 | 5B | 5A | 0 | 3B | 3C | C | 0 | 44 | 3E |
| Octal | 340 | 133 | 132 | 0 | 73 | 74 | 14 | 0 | 104 | 76 |
| Binary | 11100000 | 1011011 | 1011010 | 0 | 111011 | 111100 | 1100 | 0 | 1000100 | 111110 |
Color Harmonies of #E05B5A
Complementary color
Monochromatic Colors of #E05B5A
Black with #E05B5A
Text Example
Text Example
White with #E05B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B5A; }
p { color: rgb(224,91,90); }
H1.HeaderClassName
{
color: #E05B5A;
}
.AnyTagClassName
{
color: #E05B5A;
}
</style>
background-color css
<style>
a { background-color: #E05B5A; }
a { background-color: rgb(224,91,90); }
div.DivClassName
{
background-color: #E05B5A;
}
.BgClassName
{
background-color: #E05B5A;
}
</style>
border-color css
<style>
span { border-color: #E05B5A; }
span { border-color: rgb(224,91,90); }
td.TdClassName
{
border-color: #E05B5A;
}
.TagClassName
{
border-color: #E05B5A;
}
</style>