Shades of Roman #E85B5A
Tints of Roman #E85B5A
RGB
CMYK
RGB Variations
Color information
#E85B5A (or 0xE85B5A) is known color: Roman. HEX triplet: E8, 5B and 5A. RGB value is (232,91,90). Sum of RGB (Red+Green+Blue) = 232+91+90=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85B5A is #17A4A5. Grayscale: #858585. Windows color (decimal): -1549478 or 5921768. OLE color: 5921768.
HSL color Cylindrical-coordinate representation of color #E85B5A: hue angle of 0.42º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85B5A is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 91 | 90 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.09 |
| HSL | 0.42º | 0.76% | 0.63% | - |
| HSV(B) | 0.42º | 0.61% | 0.91% | - |
| XYZ | 38.87 | 25.38 | 12.52 | - |
| YUV | 133.05 | 103.71 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 91 | 90 | 0 | 0.61 | 0.61 | 0.09 | 0.42 | 0.76 | 0.63 |
| Hex | E8 | 5B | 5A | 0 | 3D | 3D | 9 | 0 | 4C | 3F |
| Octal | 350 | 133 | 132 | 0 | 75 | 75 | 11 | 0 | 114 | 77 |
| Binary | 11101000 | 1011011 | 1011010 | 0 | 111101 | 111101 | 1001 | 0 | 1001100 | 111111 |
Color Harmonies of #E85B5A
Complementary color
Monochromatic Colors of #E85B5A
Black with #E85B5A
Text Example
Text Example
White with #E85B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85B5A; }
p { color: rgb(232,91,90); }
H1.HeaderClassName
{
color: #E85B5A;
}
.AnyTagClassName
{
color: #E85B5A;
}
</style>
background-color css
<style>
a { background-color: #E85B5A; }
a { background-color: rgb(232,91,90); }
div.DivClassName
{
background-color: #E85B5A;
}
.BgClassName
{
background-color: #E85B5A;
}
</style>
border-color css
<style>
span { border-color: #E85B5A; }
span { border-color: rgb(232,91,90); }
td.TdClassName
{
border-color: #E85B5A;
}
.TagClassName
{
border-color: #E85B5A;
}
</style>