Shades of Roman #E06A64
Tints of Roman #E06A64
RGB
CMYK
RGB Variations
Color information
#E06A64 (or 0xE06A64) is known color: Roman. HEX triplet: E0, 6A and 64. RGB value is (224,106,100). Sum of RGB (Red+Green+Blue) = 224+106+100=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 100 (39.45% from 255 or 23.26% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06A64 is #1F959B. Grayscale: #8C8C8C. Windows color (decimal): -2069916 or 6580960. OLE color: 6580960.
HSL color Cylindrical-coordinate representation of color #E06A64: hue angle of 2.9º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06A64 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 100 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.12 |
| HSL | 2.9º | 0.67% | 0.64% | - |
| HSV(B) | 2.9º | 0.55% | 0.88% | - |
| XYZ | 38.19 | 27.08 | 15.27 | - |
| YUV | 140.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 100 | 0 | 0.53 | 0.55 | 0.12 | 2.9 | 0.67 | 0.64 |
| Hex | E0 | 6A | 64 | 0 | 35 | 37 | C | 3 | 43 | 40 |
| Octal | 340 | 152 | 144 | 0 | 65 | 67 | 14 | 3 | 103 | 100 |
| Binary | 11100000 | 1101010 | 1100100 | 0 | 110101 | 110111 | 1100 | 11 | 1000011 | 1000000 |
Color Harmonies of #E06A64
Complementary color
Monochromatic Colors of #E06A64
Black with #E06A64
Text Example
Text Example
White with #E06A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A64; }
p { color: rgb(224,106,100); }
H1.HeaderClassName
{
color: #E06A64;
}
.AnyTagClassName
{
color: #E06A64;
}
</style>
background-color css
<style>
a { background-color: #E06A64; }
a { background-color: rgb(224,106,100); }
div.DivClassName
{
background-color: #E06A64;
}
.BgClassName
{
background-color: #E06A64;
}
</style>
border-color css
<style>
span { border-color: #E06A64; }
span { border-color: rgb(224,106,100); }
td.TdClassName
{
border-color: #E06A64;
}
.TagClassName
{
border-color: #E06A64;
}
</style>