Shades of Roman #E35F5D
Tints of Roman #E35F5D
RGB
CMYK
RGB Variations
Color information
#E35F5D (or 0xE35F5D) is known color: Roman. HEX triplet: E3, 5F and 5D. RGB value is (227,95,93). Sum of RGB (Red+Green+Blue) = 227+95+93=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 93 (36.72% from 255 or 22.41% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E35F5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35F5D is #1CA0A2. Grayscale: #868686. Windows color (decimal): -1876131 or 6119395. OLE color: 6119395.
HSL color Cylindrical-coordinate representation of color #E35F5D: hue angle of 0.9º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E35F5D is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 95 | 93 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.11 |
| HSL | 0.9º | 0.71% | 0.63% | - |
| HSV(B) | 0.9º | 0.59% | 0.89% | - |
| XYZ | 37.75 | 25.31 | 13.25 | - |
| YUV | 134.24 | 104.73 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 95 | 93 | 0 | 0.58 | 0.59 | 0.11 | 0.9 | 0.71 | 0.63 |
| Hex | E3 | 5F | 5D | 0 | 3A | 3B | B | 1 | 47 | 3F |
| Octal | 343 | 137 | 135 | 0 | 72 | 73 | 13 | 1 | 107 | 77 |
| Binary | 11100011 | 1011111 | 1011101 | 0 | 111010 | 111011 | 1011 | 1 | 1000111 | 111111 |
Color Harmonies of #E35F5D
Complementary color
Monochromatic Colors of #E35F5D
Black with #E35F5D
Text Example
Text Example
White with #E35F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35F5D; }
p { color: rgb(227,95,93); }
H1.HeaderClassName
{
color: #E35F5D;
}
.AnyTagClassName
{
color: #E35F5D;
}
</style>
background-color css
<style>
a { background-color: #E35F5D; }
a { background-color: rgb(227,95,93); }
div.DivClassName
{
background-color: #E35F5D;
}
.BgClassName
{
background-color: #E35F5D;
}
</style>
border-color css
<style>
span { border-color: #E35F5D; }
span { border-color: rgb(227,95,93); }
td.TdClassName
{
border-color: #E35F5D;
}
.TagClassName
{
border-color: #E35F5D;
}
</style>