Shades of Roman #E75F5D
Tints of Roman #E75F5D
RGB
CMYK
RGB Variations
Color information
#E75F5D (or 0xE75F5D) is known color: Roman. HEX triplet: E7, 5F and 5D. RGB value is (231,95,93). Sum of RGB (Red+Green+Blue) = 231+95+93=419 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.13% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75F5D is #18A0A2. Grayscale: #878787. Windows color (decimal): -1613987 or 6119399. OLE color: 6119399.
HSL color Cylindrical-coordinate representation of color #E75F5D: hue angle of 0.87º degrees, saturation: 0.74, 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 #E75F5D is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 95 | 93 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.09 |
| HSL | 0.87º | 0.74% | 0.64% | - |
| HSV(B) | 0.87º | 0.6% | 0.91% | - |
| XYZ | 39.02 | 25.96 | 13.31 | - |
| YUV | 135.44 | 104.06 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 95 | 93 | 0 | 0.59 | 0.60 | 0.09 | 0.87 | 0.74 | 0.64 |
| Hex | E7 | 5F | 5D | 0 | 3B | 3C | 9 | 1 | 4A | 40 |
| Octal | 347 | 137 | 135 | 0 | 73 | 74 | 11 | 1 | 112 | 100 |
| Binary | 11100111 | 1011111 | 1011101 | 0 | 111011 | 111100 | 1001 | 1 | 1001010 | 1000000 |
Color Harmonies of #E75F5D
Complementary color
Monochromatic Colors of #E75F5D
Black with #E75F5D
Text Example
Text Example
White with #E75F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75F5D; }
p { color: rgb(231,95,93); }
H1.HeaderClassName
{
color: #E75F5D;
}
.AnyTagClassName
{
color: #E75F5D;
}
</style>
background-color css
<style>
a { background-color: #E75F5D; }
a { background-color: rgb(231,95,93); }
div.DivClassName
{
background-color: #E75F5D;
}
.BgClassName
{
background-color: #E75F5D;
}
</style>
border-color css
<style>
span { border-color: #E75F5D; }
span { border-color: rgb(231,95,93); }
td.TdClassName
{
border-color: #E75F5D;
}
.TagClassName
{
border-color: #E75F5D;
}
</style>