Shades of Roman #E66662
Tints of Roman #E66662
RGB
CMYK
RGB Variations
Color information
#E66662 (or 0xE66662) is known color: Roman. HEX triplet: E6, 66 and 62. RGB value is (230,102,98). Sum of RGB (Red+Green+Blue) = 230+102+98=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 98 (38.67% from 255 or 22.79% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E66662 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66662 is #19999D. Grayscale: #8B8B8B. Windows color (decimal): -1677726 or 6448870. OLE color: 6448870.
HSL color Cylindrical-coordinate representation of color #E66662: hue angle of 1.82º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66662 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 98 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.10 |
| HSL | 1.82º | 0.73% | 0.64% | - |
| HSV(B) | 1.82º | 0.57% | 0.9% | - |
| XYZ | 39.59 | 27.21 | 14.72 | - |
| YUV | 139.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 98 | 0 | 0.56 | 0.57 | 0.10 | 1.82 | 0.73 | 0.64 |
| Hex | E6 | 66 | 62 | 0 | 38 | 39 | A | 2 | 49 | 40 |
| Octal | 346 | 146 | 142 | 0 | 70 | 71 | 12 | 2 | 111 | 100 |
| Binary | 11100110 | 1100110 | 1100010 | 0 | 111000 | 111001 | 1010 | 10 | 1001001 | 1000000 |
Color Harmonies of #E66662
Complementary color
Monochromatic Colors of #E66662
Black with #E66662
Text Example
Text Example
White with #E66662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66662; }
p { color: rgb(230,102,98); }
H1.HeaderClassName
{
color: #E66662;
}
.AnyTagClassName
{
color: #E66662;
}
</style>
background-color css
<style>
a { background-color: #E66662; }
a { background-color: rgb(230,102,98); }
div.DivClassName
{
background-color: #E66662;
}
.BgClassName
{
background-color: #E66662;
}
</style>
border-color css
<style>
span { border-color: #E66662; }
span { border-color: rgb(230,102,98); }
td.TdClassName
{
border-color: #E66662;
}
.TagClassName
{
border-color: #E66662;
}
</style>