Shades of Roman #E06764
Tints of Roman #E06764
RGB
CMYK
RGB Variations
Color information
#E06764 (or 0xE06764) is known color: Roman. HEX triplet: E0, 67 and 64. RGB value is (224,103,100). Sum of RGB (Red+Green+Blue) = 224+103+100=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E06764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06764 is #1F989B. Grayscale: #8A8A8A. Windows color (decimal): -2070684 or 6580192. OLE color: 6580192.
HSL color Cylindrical-coordinate representation of color #E06764: hue angle of 1.45º 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 #E06764 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 100 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.12 |
| HSL | 1.45º | 0.67% | 0.64% | - |
| HSV(B) | 1.45º | 0.55% | 0.88% | - |
| XYZ | 37.89 | 26.47 | 15.17 | - |
| YUV | 138.84 | 106.09 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 100 | 0 | 0.54 | 0.55 | 0.12 | 1.45 | 0.67 | 0.64 |
| Hex | E0 | 67 | 64 | 0 | 36 | 37 | C | 1 | 43 | 40 |
| Octal | 340 | 147 | 144 | 0 | 66 | 67 | 14 | 1 | 103 | 100 |
| Binary | 11100000 | 1100111 | 1100100 | 0 | 110110 | 110111 | 1100 | 1 | 1000011 | 1000000 |
Color Harmonies of #E06764
Complementary color
Monochromatic Colors of #E06764
Black with #E06764
Text Example
Text Example
White with #E06764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06764; }
p { color: rgb(224,103,100); }
H1.HeaderClassName
{
color: #E06764;
}
.AnyTagClassName
{
color: #E06764;
}
</style>
background-color css
<style>
a { background-color: #E06764; }
a { background-color: rgb(224,103,100); }
div.DivClassName
{
background-color: #E06764;
}
.BgClassName
{
background-color: #E06764;
}
</style>
border-color css
<style>
span { border-color: #E06764; }
span { border-color: rgb(224,103,100); }
td.TdClassName
{
border-color: #E06764;
}
.TagClassName
{
border-color: #E06764;
}
</style>