Shades of Roman #E75D5B
Tints of Roman #E75D5B
RGB
CMYK
RGB Variations
Color information
#E75D5B (or 0xE75D5B) is known color: Roman. HEX triplet: E7, 5D and 5B. RGB value is (231,93,91). Sum of RGB (Red+Green+Blue) = 231+93+91=415 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.66% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75D5B is #18A2A4. Grayscale: #868686. Windows color (decimal): -1614501 or 5987815. OLE color: 5987815.
HSL color Cylindrical-coordinate representation of color #E75D5B: hue angle of 0.86º degrees, saturation: 0.74, 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 #E75D5B is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 93 | 91 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.09 |
| HSL | 0.86º | 0.74% | 0.63% | - |
| HSV(B) | 0.86º | 0.61% | 0.91% | - |
| XYZ | 38.76 | 25.57 | 12.79 | - |
| YUV | 134.03 | 103.72 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 93 | 91 | 0 | 0.60 | 0.61 | 0.09 | 0.86 | 0.74 | 0.63 |
| Hex | E7 | 5D | 5B | 0 | 3C | 3D | 9 | 1 | 4A | 3F |
| Octal | 347 | 135 | 133 | 0 | 74 | 75 | 11 | 1 | 112 | 77 |
| Binary | 11100111 | 1011101 | 1011011 | 0 | 111100 | 111101 | 1001 | 1 | 1001010 | 111111 |
Color Harmonies of #E75D5B
Complementary color
Monochromatic Colors of #E75D5B
Black with #E75D5B
Text Example
Text Example
White with #E75D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75D5B; }
p { color: rgb(231,93,91); }
H1.HeaderClassName
{
color: #E75D5B;
}
.AnyTagClassName
{
color: #E75D5B;
}
</style>
background-color css
<style>
a { background-color: #E75D5B; }
a { background-color: rgb(231,93,91); }
div.DivClassName
{
background-color: #E75D5B;
}
.BgClassName
{
background-color: #E75D5B;
}
</style>
border-color css
<style>
span { border-color: #E75D5B; }
span { border-color: rgb(231,93,91); }
td.TdClassName
{
border-color: #E75D5B;
}
.TagClassName
{
border-color: #E75D5B;
}
</style>