Shades of Roman #E56461
Tints of Roman #E56461
RGB
CMYK
RGB Variations
Color information
#E56461 (or 0xE56461) is known color: Roman. HEX triplet: E5, 64 and 61. RGB value is (229,100,97). Sum of RGB (Red+Green+Blue) = 229+100+97=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E56461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56461 is #1A9B9E. Grayscale: #8A8A8A. Windows color (decimal): -1743775 or 6382821. OLE color: 6382821.
HSL color Cylindrical-coordinate representation of color #E56461: hue angle of 1.36º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56461 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 97 | - |
| CMYK | 0 | 0.56 | 0.58 | 0.10 |
| HSL | 1.36º | 0.72% | 0.64% | - |
| HSV(B) | 1.36º | 0.58% | 0.9% | - |
| XYZ | 39.03 | 26.64 | 14.39 | - |
| YUV | 138.23 | 104.74 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 97 | 0 | 0.56 | 0.58 | 0.10 | 1.36 | 0.72 | 0.64 |
| Hex | E5 | 64 | 61 | 0 | 38 | 3A | A | 1 | 48 | 40 |
| Octal | 345 | 144 | 141 | 0 | 70 | 72 | 12 | 1 | 110 | 100 |
| Binary | 11100101 | 1100100 | 1100001 | 0 | 111000 | 111010 | 1010 | 1 | 1001000 | 1000000 |
Color Harmonies of #E56461
Complementary color
Monochromatic Colors of #E56461
Black with #E56461
Text Example
Text Example
White with #E56461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56461; }
p { color: rgb(229,100,97); }
H1.HeaderClassName
{
color: #E56461;
}
.AnyTagClassName
{
color: #E56461;
}
</style>
background-color css
<style>
a { background-color: #E56461; }
a { background-color: rgb(229,100,97); }
div.DivClassName
{
background-color: #E56461;
}
.BgClassName
{
background-color: #E56461;
}
</style>
border-color css
<style>
span { border-color: #E56461; }
span { border-color: rgb(229,100,97); }
td.TdClassName
{
border-color: #E56461;
}
.TagClassName
{
border-color: #E56461;
}
</style>