Shades of Roman #E06A67
Tints of Roman #E06A67
RGB
CMYK
RGB Variations
Color information
#E06A67 (or 0xE06A67) is known color: Roman. HEX triplet: E0, 6A and 67. RGB value is (224,106,103). Sum of RGB (Red+Green+Blue) = 224+106+103=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06A67 is #1F9598. Grayscale: #8D8D8D. Windows color (decimal): -2069913 or 6777568. OLE color: 6777568.
HSL color Cylindrical-coordinate representation of color #E06A67: hue angle of 1.49º 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 #E06A67 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 103 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.12 |
| HSL | 1.49º | 0.66% | 0.64% | - |
| HSV(B) | 1.49º | 0.54% | 0.88% | - |
| XYZ | 38.34 | 27.13 | 16.05 | - |
| YUV | 140.94 | 106.59 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 103 | 0 | 0.53 | 0.54 | 0.12 | 1.49 | 0.66 | 0.64 |
| Hex | E0 | 6A | 67 | 0 | 35 | 36 | C | 1 | 42 | 40 |
| Octal | 340 | 152 | 147 | 0 | 65 | 66 | 14 | 1 | 102 | 100 |
| Binary | 11100000 | 1101010 | 1100111 | 0 | 110101 | 110110 | 1100 | 1 | 1000010 | 1000000 |
Color Harmonies of #E06A67
Complementary color
Monochromatic Colors of #E06A67
Black with #E06A67
Text Example
Text Example
White with #E06A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A67; }
p { color: rgb(224,106,103); }
H1.HeaderClassName
{
color: #E06A67;
}
.AnyTagClassName
{
color: #E06A67;
}
</style>
background-color css
<style>
a { background-color: #E06A67; }
a { background-color: rgb(224,106,103); }
div.DivClassName
{
background-color: #E06A67;
}
.BgClassName
{
background-color: #E06A67;
}
</style>
border-color css
<style>
span { border-color: #E06A67; }
span { border-color: rgb(224,106,103); }
td.TdClassName
{
border-color: #E06A67;
}
.TagClassName
{
border-color: #E06A67;
}
</style>