Shades of Roman #E56968
Tints of Roman #E56968
RGB
CMYK
RGB Variations
Color information
#E56968 (or 0xE56968) is known color: Roman. HEX triplet: E5, 69 and 68. RGB value is (229,105,104). Sum of RGB (Red+Green+Blue) = 229+105+104=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E56968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56968 is #1A9697. Grayscale: #8E8E8E. Windows color (decimal): -1742488 or 6842853. OLE color: 6842853.
HSL color Cylindrical-coordinate representation of color #E56968: hue angle of 0.48º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E56968 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 104 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.10 |
| HSL | 0.48º | 0.71% | 0.65% | - |
| HSV(B) | 0.48º | 0.55% | 0.9% | - |
| XYZ | 39.86 | 27.76 | 16.35 | - |
| YUV | 141.96 | 106.58 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 104 | 0 | 0.54 | 0.55 | 0.10 | 0.48 | 0.71 | 0.65 |
| Hex | E5 | 69 | 68 | 0 | 36 | 37 | A | 0 | 47 | 41 |
| Octal | 345 | 151 | 150 | 0 | 66 | 67 | 12 | 0 | 107 | 101 |
| Binary | 11100101 | 1101001 | 1101000 | 0 | 110110 | 110111 | 1010 | 0 | 1000111 | 1000001 |
Color Harmonies of #E56968
Complementary color
Monochromatic Colors of #E56968
Black with #E56968
Text Example
Text Example
White with #E56968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56968; }
p { color: rgb(229,105,104); }
H1.HeaderClassName
{
color: #E56968;
}
.AnyTagClassName
{
color: #E56968;
}
</style>
background-color css
<style>
a { background-color: #E56968; }
a { background-color: rgb(229,105,104); }
div.DivClassName
{
background-color: #E56968;
}
.BgClassName
{
background-color: #E56968;
}
</style>
border-color css
<style>
span { border-color: #E56968; }
span { border-color: rgb(229,105,104); }
td.TdClassName
{
border-color: #E56968;
}
.TagClassName
{
border-color: #E56968;
}
</style>