Shades of Roman #E35756
Tints of Roman #E35756
RGB
CMYK
RGB Variations
Color information
#E35756 (or 0xE35756) is known color: Roman. HEX triplet: E3, 57 and 56. RGB value is (227,87,86). Sum of RGB (Red+Green+Blue) = 227+87+86=400 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.75% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 227 - color contains mainly: red. Hex color #E35756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35756 is #1CA8A9. Grayscale: #808080. Windows color (decimal): -1878186 or 5658595. OLE color: 5658595.
HSL color Cylindrical-coordinate representation of color #E35756: hue angle of 0.43º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E35756 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 87 | 86 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.11 |
| HSL | 0.43º | 0.72% | 0.61% | - |
| HSV(B) | 0.43º | 0.62% | 0.89% | - |
| XYZ | 36.77 | 23.82 | 11.46 | - |
| YUV | 128.75 | 103.88 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 87 | 86 | 0 | 0.62 | 0.62 | 0.11 | 0.43 | 0.72 | 0.61 |
| Hex | E3 | 57 | 56 | 0 | 3E | 3E | B | 0 | 48 | 3D |
| Octal | 343 | 127 | 126 | 0 | 76 | 76 | 13 | 0 | 110 | 75 |
| Binary | 11100011 | 1010111 | 1010110 | 0 | 111110 | 111110 | 1011 | 0 | 1001000 | 111101 |
Color Harmonies of #E35756
Complementary color
Monochromatic Colors of #E35756
Black with #E35756
Text Example
Text Example
White with #E35756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35756; }
p { color: rgb(227,87,86); }
H1.HeaderClassName
{
color: #E35756;
}
.AnyTagClassName
{
color: #E35756;
}
</style>
background-color css
<style>
a { background-color: #E35756; }
a { background-color: rgb(227,87,86); }
div.DivClassName
{
background-color: #E35756;
}
.BgClassName
{
background-color: #E35756;
}
</style>
border-color css
<style>
span { border-color: #E35756; }
span { border-color: rgb(227,87,86); }
td.TdClassName
{
border-color: #E35756;
}
.TagClassName
{
border-color: #E35756;
}
</style>