Shades of Roman #E66864
Tints of Roman #E66864
RGB
CMYK
RGB Variations
Color information
#E66864 (or 0xE66864) is known color: Roman. HEX triplet: E6, 68 and 64. RGB value is (230,104,100). Sum of RGB (Red+Green+Blue) = 230+104+100=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 100 (39.45% from 255 or 23.04% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E66864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66864 is #19979B. Grayscale: #8D8D8D. Windows color (decimal): -1677212 or 6580454. OLE color: 6580454.
HSL color Cylindrical-coordinate representation of color #E66864: hue angle of 1.85º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66864 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 100 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.10 |
| HSL | 1.85º | 0.72% | 0.65% | - |
| HSV(B) | 1.85º | 0.57% | 0.9% | - |
| XYZ | 39.88 | 27.64 | 15.29 | - |
| YUV | 141.22 | 104.74 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 100 | 0 | 0.55 | 0.57 | 0.10 | 1.85 | 0.72 | 0.65 |
| Hex | E6 | 68 | 64 | 0 | 37 | 39 | A | 2 | 48 | 41 |
| Octal | 346 | 150 | 144 | 0 | 67 | 71 | 12 | 2 | 110 | 101 |
| Binary | 11100110 | 1101000 | 1100100 | 0 | 110111 | 111001 | 1010 | 10 | 1001000 | 1000001 |
Color Harmonies of #E66864
Complementary color
Monochromatic Colors of #E66864
Black with #E66864
Text Example
Text Example
White with #E66864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66864; }
p { color: rgb(230,104,100); }
H1.HeaderClassName
{
color: #E66864;
}
.AnyTagClassName
{
color: #E66864;
}
</style>
background-color css
<style>
a { background-color: #E66864; }
a { background-color: rgb(230,104,100); }
div.DivClassName
{
background-color: #E66864;
}
.BgClassName
{
background-color: #E66864;
}
</style>
border-color css
<style>
span { border-color: #E66864; }
span { border-color: rgb(230,104,100); }
td.TdClassName
{
border-color: #E66864;
}
.TagClassName
{
border-color: #E66864;
}
</style>