Shades of Roman #E66664
Tints of Roman #E66664
RGB
CMYK
RGB Variations
Color information
#E66664 (or 0xE66664) is known color: Roman. HEX triplet: E6, 66 and 64. RGB value is (230,102,100). Sum of RGB (Red+Green+Blue) = 230+102+100=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E66664 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66664 is #19999B. Grayscale: #8C8C8C. Windows color (decimal): -1677724 or 6579942. OLE color: 6579942.
HSL color Cylindrical-coordinate representation of color #E66664: hue angle of 0.92º 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 #E66664 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 100 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.10 |
| HSL | 0.92º | 0.72% | 0.65% | - |
| HSV(B) | 0.92º | 0.57% | 0.9% | - |
| XYZ | 39.68 | 27.25 | 15.22 | - |
| YUV | 140.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 100 | 0 | 0.56 | 0.57 | 0.10 | 0.92 | 0.72 | 0.65 |
| Hex | E6 | 66 | 64 | 0 | 38 | 39 | A | 1 | 48 | 41 |
| Octal | 346 | 146 | 144 | 0 | 70 | 71 | 12 | 1 | 110 | 101 |
| Binary | 11100110 | 1100110 | 1100100 | 0 | 111000 | 111001 | 1010 | 1 | 1001000 | 1000001 |
Color Harmonies of #E66664
Complementary color
Monochromatic Colors of #E66664
Black with #E66664
Text Example
Text Example
White with #E66664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66664; }
p { color: rgb(230,102,100); }
H1.HeaderClassName
{
color: #E66664;
}
.AnyTagClassName
{
color: #E66664;
}
</style>
background-color css
<style>
a { background-color: #E66664; }
a { background-color: rgb(230,102,100); }
div.DivClassName
{
background-color: #E66664;
}
.BgClassName
{
background-color: #E66664;
}
</style>
border-color css
<style>
span { border-color: #E66664; }
span { border-color: rgb(230,102,100); }
td.TdClassName
{
border-color: #E66664;
}
.TagClassName
{
border-color: #E66664;
}
</style>