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