Shades of Violet #E66EEF
Tints of Violet #E66EEF
RGB
CMYK
RGB Variations
Color information
#E66EEF (or 0xE66EEF) is known color: Violet. HEX triplet: E6, 6E and EF. RGB value is (230,110,239). Sum of RGB (Red+Green+Blue) = 230+110+239=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 110 (43.36% from 255 or 19.00% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #E66EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66EEF is #199110. Grayscale: #A0A0A0. Windows color (decimal): -1675537 or 15691494. OLE color: 15691494.
HSL color Cylindrical-coordinate representation of color #E66EEF: hue angle of 295.81º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66EEF is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 110 | 239 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.06 |
| HSL | 295.81º | 0.8% | 0.68% | - |
| HSV(B) | 295.81º | 0.54% | 0.94% | - |
| XYZ | 53.79 | 34.21 | 85.43 | - |
| YUV | 160.59 | 172.26 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 239 | 0.04 | 0.54 | 0 | 0.06 | 295.81 | 0.8 | 0.68 |
| Hex | E6 | 6E | EF | 4 | 36 | 0 | 6 | 128 | 50 | 44 |
| Octal | 346 | 156 | 357 | 4 | 66 | 0 | 6 | 450 | 120 | 104 |
| Binary | 11100110 | 1101110 | 11101111 | 100 | 110110 | 0 | 110 | 100101000 | 1010000 | 1000100 |
Color Harmonies of #E66EEF
Complementary color
Monochromatic Colors of #E66EEF
Black with #E66EEF
Text Example
Text Example
White with #E66EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66EEF; }
p { color: rgb(230,110,239); }
H1.HeaderClassName
{
color: #E66EEF;
}
.AnyTagClassName
{
color: #E66EEF;
}
</style>
background-color css
<style>
a { background-color: #E66EEF; }
a { background-color: rgb(230,110,239); }
div.DivClassName
{
background-color: #E66EEF;
}
.BgClassName
{
background-color: #E66EEF;
}
</style>
border-color css
<style>
span { border-color: #E66EEF; }
span { border-color: rgb(230,110,239); }
td.TdClassName
{
border-color: #E66EEF;
}
.TagClassName
{
border-color: #E66EEF;
}
</style>