Shades of Roman #E95B5A
Tints of Roman #E95B5A
RGB
CMYK
RGB Variations
Color information
#E95B5A (or 0xE95B5A) is known color: Roman. HEX triplet: E9, 5B and 5A. RGB value is (233,91,90). Sum of RGB (Red+Green+Blue) = 233+91+90=414 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.28% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 233 - color contains mainly: red. Hex color #E95B5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95B5A is #16A4A5. Grayscale: #858585. Windows color (decimal): -1483942 or 5921769. OLE color: 5921769.
HSL color Cylindrical-coordinate representation of color #E95B5A: 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 #E95B5A is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 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 | 39.19 | 25.54 | 12.54 | - |
| YUV | 133.34 | 103.54 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 91 | 90 | 0 | 0.61 | 0.61 | 0.09 | 0.42 | 0.76 | 0.63 |
| Hex | E9 | 5B | 5A | 0 | 3D | 3D | 9 | 0 | 4C | 3F |
| Octal | 351 | 133 | 132 | 0 | 75 | 75 | 11 | 0 | 114 | 77 |
| Binary | 11101001 | 1011011 | 1011010 | 0 | 111101 | 111101 | 1001 | 0 | 1001100 | 111111 |
Color Harmonies of #E95B5A
Complementary color
Monochromatic Colors of #E95B5A
Black with #E95B5A
Text Example
Text Example
White with #E95B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95B5A; }
p { color: rgb(233,91,90); }
H1.HeaderClassName
{
color: #E95B5A;
}
.AnyTagClassName
{
color: #E95B5A;
}
</style>
background-color css
<style>
a { background-color: #E95B5A; }
a { background-color: rgb(233,91,90); }
div.DivClassName
{
background-color: #E95B5A;
}
.BgClassName
{
background-color: #E95B5A;
}
</style>
border-color css
<style>
span { border-color: #E95B5A; }
span { border-color: rgb(233,91,90); }
td.TdClassName
{
border-color: #E95B5A;
}
.TagClassName
{
border-color: #E95B5A;
}
</style>