Shades of Roman #E06966
Tints of Roman #E06966
RGB
CMYK
RGB Variations
Color information
#E06966 (or 0xE06966) is known color: Roman. HEX triplet: E0, 69 and 66. RGB value is (224,105,102). Sum of RGB (Red+Green+Blue) = 224+105+102=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E06966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06966 is #1F9699. Grayscale: #8C8C8C. Windows color (decimal): -2070170 or 6711776. OLE color: 6711776.
HSL color Cylindrical-coordinate representation of color #E06966: hue angle of 1.48º 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 #E06966 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 102 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.12 |
| HSL | 1.48º | 0.66% | 0.64% | - |
| HSV(B) | 1.48º | 0.54% | 0.88% | - |
| XYZ | 38.19 | 26.91 | 15.75 | - |
| YUV | 140.24 | 106.42 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 102 | 0 | 0.53 | 0.54 | 0.12 | 1.48 | 0.66 | 0.64 |
| Hex | E0 | 69 | 66 | 0 | 35 | 36 | C | 1 | 42 | 40 |
| Octal | 340 | 151 | 146 | 0 | 65 | 66 | 14 | 1 | 102 | 100 |
| Binary | 11100000 | 1101001 | 1100110 | 0 | 110101 | 110110 | 1100 | 1 | 1000010 | 1000000 |
Color Harmonies of #E06966
Complementary color
Monochromatic Colors of #E06966
Black with #E06966
Text Example
Text Example
White with #E06966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06966; }
p { color: rgb(224,105,102); }
H1.HeaderClassName
{
color: #E06966;
}
.AnyTagClassName
{
color: #E06966;
}
</style>
background-color css
<style>
a { background-color: #E06966; }
a { background-color: rgb(224,105,102); }
div.DivClassName
{
background-color: #E06966;
}
.BgClassName
{
background-color: #E06966;
}
</style>
border-color css
<style>
span { border-color: #E06966; }
span { border-color: rgb(224,105,102); }
td.TdClassName
{
border-color: #E06966;
}
.TagClassName
{
border-color: #E06966;
}
</style>