Shades of Roman #E06866
Tints of Roman #E06866
RGB
CMYK
RGB Variations
Color information
#E06866 (or 0xE06866) is known color: Roman. HEX triplet: E0, 68 and 66. RGB value is (224,104,102). Sum of RGB (Red+Green+Blue) = 224+104+102=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E06866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06866 is #1F9799. Grayscale: #8B8B8B. Windows color (decimal): -2070426 or 6711520. OLE color: 6711520.
HSL color Cylindrical-coordinate representation of color #E06866: hue angle of 0.98º 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 #E06866 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 102 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.12 |
| HSL | 0.98º | 0.66% | 0.64% | - |
| HSV(B) | 0.98º | 0.54% | 0.88% | - |
| XYZ | 38.09 | 26.71 | 15.72 | - |
| YUV | 139.65 | 106.76 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 102 | 0 | 0.54 | 0.54 | 0.12 | 0.98 | 0.66 | 0.64 |
| Hex | E0 | 68 | 66 | 0 | 36 | 36 | C | 1 | 42 | 40 |
| Octal | 340 | 150 | 146 | 0 | 66 | 66 | 14 | 1 | 102 | 100 |
| Binary | 11100000 | 1101000 | 1100110 | 0 | 110110 | 110110 | 1100 | 1 | 1000010 | 1000000 |
Color Harmonies of #E06866
Complementary color
Monochromatic Colors of #E06866
Black with #E06866
Text Example
Text Example
White with #E06866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06866; }
p { color: rgb(224,104,102); }
H1.HeaderClassName
{
color: #E06866;
}
.AnyTagClassName
{
color: #E06866;
}
</style>
background-color css
<style>
a { background-color: #E06866; }
a { background-color: rgb(224,104,102); }
div.DivClassName
{
background-color: #E06866;
}
.BgClassName
{
background-color: #E06866;
}
</style>
border-color css
<style>
span { border-color: #E06866; }
span { border-color: rgb(224,104,102); }
td.TdClassName
{
border-color: #E06866;
}
.TagClassName
{
border-color: #E06866;
}
</style>