Shades of Roman #E95E5D
Tints of Roman #E95E5D
RGB
CMYK
RGB Variations
Color information
#E95E5D (or 0xE95E5D) is known color: Roman. HEX triplet: E9, 5E and 5D. RGB value is (233,94,93). Sum of RGB (Red+Green+Blue) = 233+94+93=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E95E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95E5D is #16A1A2. Grayscale: #878787. Windows color (decimal): -1483171 or 6119145. OLE color: 6119145.
HSL color Cylindrical-coordinate representation of color #E95E5D: hue angle of 0.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95E5D is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 94 | 93 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.09 |
| HSL | 0.43º | 0.76% | 0.64% | - |
| HSV(B) | 0.43º | 0.6% | 0.91% | - |
| XYZ | 39.58 | 26.12 | 13.31 | - |
| YUV | 135.45 | 104.05 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 94 | 93 | 0 | 0.60 | 0.60 | 0.09 | 0.43 | 0.76 | 0.64 |
| Hex | E9 | 5E | 5D | 0 | 3C | 3C | 9 | 0 | 4C | 40 |
| Octal | 351 | 136 | 135 | 0 | 74 | 74 | 11 | 0 | 114 | 100 |
| Binary | 11101001 | 1011110 | 1011101 | 0 | 111100 | 111100 | 1001 | 0 | 1001100 | 1000000 |
Color Harmonies of #E95E5D
Complementary color
Monochromatic Colors of #E95E5D
Black with #E95E5D
Text Example
Text Example
White with #E95E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95E5D; }
p { color: rgb(233,94,93); }
H1.HeaderClassName
{
color: #E95E5D;
}
.AnyTagClassName
{
color: #E95E5D;
}
</style>
background-color css
<style>
a { background-color: #E95E5D; }
a { background-color: rgb(233,94,93); }
div.DivClassName
{
background-color: #E95E5D;
}
.BgClassName
{
background-color: #E95E5D;
}
</style>
border-color css
<style>
span { border-color: #E95E5D; }
span { border-color: rgb(233,94,93); }
td.TdClassName
{
border-color: #E95E5D;
}
.TagClassName
{
border-color: #E95E5D;
}
</style>