Shades of Roman #E75E5A
Tints of Roman #E75E5A
RGB
CMYK
RGB Variations
Color information
#E75E5A (or 0xE75E5A) is known color: Roman. HEX triplet: E7, 5E and 5A. RGB value is (231,94,90). Sum of RGB (Red+Green+Blue) = 231+94+90=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E75E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75E5A is #18A1A5. Grayscale: #868686. Windows color (decimal): -1614246 or 5922535. OLE color: 5922535.
HSL color Cylindrical-coordinate representation of color #E75E5A: hue angle of 1.7º degrees, saturation: 0.75, 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 #E75E5A is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 94 | 90 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.09 |
| HSL | 1.7º | 0.75% | 0.63% | - |
| HSV(B) | 1.7º | 0.61% | 0.91% | - |
| XYZ | 38.8 | 25.73 | 12.59 | - |
| YUV | 134.51 | 102.89 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 94 | 90 | 0 | 0.59 | 0.61 | 0.09 | 1.7 | 0.75 | 0.63 |
| Hex | E7 | 5E | 5A | 0 | 3B | 3D | 9 | 2 | 4B | 3F |
| Octal | 347 | 136 | 132 | 0 | 73 | 75 | 11 | 2 | 113 | 77 |
| Binary | 11100111 | 1011110 | 1011010 | 0 | 111011 | 111101 | 1001 | 10 | 1001011 | 111111 |
Color Harmonies of #E75E5A
Complementary color
Monochromatic Colors of #E75E5A
Black with #E75E5A
Text Example
Text Example
White with #E75E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75E5A; }
p { color: rgb(231,94,90); }
H1.HeaderClassName
{
color: #E75E5A;
}
.AnyTagClassName
{
color: #E75E5A;
}
</style>
background-color css
<style>
a { background-color: #E75E5A; }
a { background-color: rgb(231,94,90); }
div.DivClassName
{
background-color: #E75E5A;
}
.BgClassName
{
background-color: #E75E5A;
}
</style>
border-color css
<style>
span { border-color: #E75E5A; }
span { border-color: rgb(231,94,90); }
td.TdClassName
{
border-color: #E75E5A;
}
.TagClassName
{
border-color: #E75E5A;
}
</style>