Shades of Roman #E35C5A
Tints of Roman #E35C5A
RGB
CMYK
RGB Variations
Color information
#E35C5A (or 0xE35C5A) is known color: Roman. HEX triplet: E3, 5C and 5A. RGB value is (227,92,90). Sum of RGB (Red+Green+Blue) = 227+92+90=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 90 (35.55% from 255 or 22.00% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E35C5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E35C5A is #1CA3A5. Grayscale: #848484. Windows color (decimal): -1876902 or 5922019. OLE color: 5922019.
HSL color Cylindrical-coordinate representation of color #E35C5A: hue angle of 0.88º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E35C5A is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 92 | 90 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.11 |
| HSL | 0.88º | 0.71% | 0.62% | - |
| HSV(B) | 0.88º | 0.6% | 0.89% | - |
| XYZ | 37.35 | 24.72 | 12.48 | - |
| YUV | 132.14 | 104.23 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 92 | 90 | 0 | 0.59 | 0.60 | 0.11 | 0.88 | 0.71 | 0.62 |
| Hex | E3 | 5C | 5A | 0 | 3B | 3C | B | 1 | 47 | 3E |
| Octal | 343 | 134 | 132 | 0 | 73 | 74 | 13 | 1 | 107 | 76 |
| Binary | 11100011 | 1011100 | 1011010 | 0 | 111011 | 111100 | 1011 | 1 | 1000111 | 111110 |
Color Harmonies of #E35C5A
Complementary color
Monochromatic Colors of #E35C5A
Black with #E35C5A
Text Example
Text Example
White with #E35C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E35C5A; }
p { color: rgb(227,92,90); }
H1.HeaderClassName
{
color: #E35C5A;
}
.AnyTagClassName
{
color: #E35C5A;
}
</style>
background-color css
<style>
a { background-color: #E35C5A; }
a { background-color: rgb(227,92,90); }
div.DivClassName
{
background-color: #E35C5A;
}
.BgClassName
{
background-color: #E35C5A;
}
</style>
border-color css
<style>
span { border-color: #E35C5A; }
span { border-color: rgb(227,92,90); }
td.TdClassName
{
border-color: #E35C5A;
}
.TagClassName
{
border-color: #E35C5A;
}
</style>