Shades of Roman #E06662
Tints of Roman #E06662
RGB
CMYK
RGB Variations
Color information
#E06662 (or 0xE06662) is known color: Roman. HEX triplet: E0, 66 and 62. RGB value is (224,102,98). Sum of RGB (Red+Green+Blue) = 224+102+98=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 102 (40.23% from 255 or 24.06% from 424); Blue value is 98 (38.67% from 255 or 23.11% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E06662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06662 is #1F999D. Grayscale: #8A8A8A. Windows color (decimal): -2070942 or 6448864. OLE color: 6448864.
HSL color Cylindrical-coordinate representation of color #E06662: hue angle of 1.9º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E06662 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 98 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.12 |
| HSL | 1.9º | 0.67% | 0.63% | - |
| HSV(B) | 1.9º | 0.56% | 0.88% | - |
| XYZ | 37.7 | 26.23 | 14.63 | - |
| YUV | 138.02 | 105.42 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 98 | 0 | 0.54 | 0.56 | 0.12 | 1.9 | 0.67 | 0.63 |
| Hex | E0 | 66 | 62 | 0 | 36 | 38 | C | 2 | 43 | 3F |
| Octal | 340 | 146 | 142 | 0 | 66 | 70 | 14 | 2 | 103 | 77 |
| Binary | 11100000 | 1100110 | 1100010 | 0 | 110110 | 111000 | 1100 | 10 | 1000011 | 111111 |
Color Harmonies of #E06662
Complementary color
Monochromatic Colors of #E06662
Black with #E06662
Text Example
Text Example
White with #E06662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06662; }
p { color: rgb(224,102,98); }
H1.HeaderClassName
{
color: #E06662;
}
.AnyTagClassName
{
color: #E06662;
}
</style>
background-color css
<style>
a { background-color: #E06662; }
a { background-color: rgb(224,102,98); }
div.DivClassName
{
background-color: #E06662;
}
.BgClassName
{
background-color: #E06662;
}
</style>
border-color css
<style>
span { border-color: #E06662; }
span { border-color: rgb(224,102,98); }
td.TdClassName
{
border-color: #E06662;
}
.TagClassName
{
border-color: #E06662;
}
</style>