Shades of Roman #E95C5A
Tints of Roman #E95C5A
RGB
CMYK
RGB Variations
Color information
#E95C5A (or 0xE95C5A) is known color: Roman. HEX triplet: E9, 5C and 5A. RGB value is (233,92,90). Sum of RGB (Red+Green+Blue) = 233+92+90=415 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.14% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95C5A is #16A3A5. Grayscale: #868686. Windows color (decimal): -1483686 or 5922025. OLE color: 5922025.
HSL color Cylindrical-coordinate representation of color #E95C5A: hue angle of 0.84º 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 #E95C5A is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 92 | 90 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.09 |
| HSL | 0.84º | 0.76% | 0.63% | - |
| HSV(B) | 0.84º | 0.61% | 0.91% | - |
| XYZ | 39.28 | 25.72 | 12.57 | - |
| YUV | 133.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 92 | 90 | 0 | 0.61 | 0.61 | 0.09 | 0.84 | 0.76 | 0.63 |
| Hex | E9 | 5C | 5A | 0 | 3D | 3D | 9 | 1 | 4C | 3F |
| Octal | 351 | 134 | 132 | 0 | 75 | 75 | 11 | 1 | 114 | 77 |
| Binary | 11101001 | 1011100 | 1011010 | 0 | 111101 | 111101 | 1001 | 1 | 1001100 | 111111 |
Color Harmonies of #E95C5A
Complementary color
Monochromatic Colors of #E95C5A
Black with #E95C5A
Text Example
Text Example
White with #E95C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95C5A; }
p { color: rgb(233,92,90); }
H1.HeaderClassName
{
color: #E95C5A;
}
.AnyTagClassName
{
color: #E95C5A;
}
</style>
background-color css
<style>
a { background-color: #E95C5A; }
a { background-color: rgb(233,92,90); }
div.DivClassName
{
background-color: #E95C5A;
}
.BgClassName
{
background-color: #E95C5A;
}
</style>
border-color css
<style>
span { border-color: #E95C5A; }
span { border-color: rgb(233,92,90); }
td.TdClassName
{
border-color: #E95C5A;
}
.TagClassName
{
border-color: #E95C5A;
}
</style>