Shades of Roman #E06C68
Tints of Roman #E06C68
RGB
CMYK
RGB Variations
Color information
#E06C68 (or 0xE06C68) is known color: Roman. HEX triplet: E0, 6C and 68. RGB value is (224,108,104). Sum of RGB (Red+Green+Blue) = 224+108+104=436 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.38% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 224 - color contains mainly: red. Hex color #E06C68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06C68 is #1F9397. Grayscale: #8E8E8E. Windows color (decimal): -2069400 or 6843616. OLE color: 6843616.
HSL color Cylindrical-coordinate representation of color #E06C68: hue angle of 2º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E06C68 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 104 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.12 |
| HSL | 2º | 0.66% | 0.64% | - |
| HSV(B) | 2º | 0.54% | 0.88% | - |
| XYZ | 38.6 | 27.57 | 16.38 | - |
| YUV | 142.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 104 | 0 | 0.52 | 0.54 | 0.12 | 2 | 0.66 | 0.64 |
| Hex | E0 | 6C | 68 | 0 | 34 | 36 | C | 2 | 42 | 40 |
| Octal | 340 | 154 | 150 | 0 | 64 | 66 | 14 | 2 | 102 | 100 |
| Binary | 11100000 | 1101100 | 1101000 | 0 | 110100 | 110110 | 1100 | 10 | 1000010 | 1000000 |
Color Harmonies of #E06C68
Complementary color
Monochromatic Colors of #E06C68
Black with #E06C68
Text Example
Text Example
White with #E06C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06C68; }
p { color: rgb(224,108,104); }
H1.HeaderClassName
{
color: #E06C68;
}
.AnyTagClassName
{
color: #E06C68;
}
</style>
background-color css
<style>
a { background-color: #E06C68; }
a { background-color: rgb(224,108,104); }
div.DivClassName
{
background-color: #E06C68;
}
.BgClassName
{
background-color: #E06C68;
}
</style>
border-color css
<style>
span { border-color: #E06C68; }
span { border-color: rgb(224,108,104); }
td.TdClassName
{
border-color: #E06C68;
}
.TagClassName
{
border-color: #E06C68;
}
</style>