Shades of Violet #E66EEB
Tints of Violet #E66EEB
RGB
CMYK
RGB Variations
Color information
#E66EEB (or 0xE66EEB) is known color: Violet. HEX triplet: E6, 6E and EB. RGB value is (230,110,235). Sum of RGB (Red+Green+Blue) = 230+110+235=575 (76% of max value = 765). Red value is 230 (90.23% from 255 or 40% from 575); Green value is 110 (43.36% from 255 or 19.13% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #E66EEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66EEB is #199114. Grayscale: #9F9F9F. Windows color (decimal): -1675541 or 15429350. OLE color: 15429350.
HSL color Cylindrical-coordinate representation of color #E66EEB: hue angle of 297.6º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66EEB is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 110 | 235 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.08 |
| HSL | 297.6º | 0.76% | 0.68% | - |
| HSV(B) | 297.6º | 0.53% | 0.92% | - |
| XYZ | 53.2 | 33.97 | 82.35 | - |
| YUV | 160.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 235 | 0.02 | 0.53 | 0 | 0.08 | 297.6 | 0.76 | 0.68 |
| Hex | E6 | 6E | EB | 2 | 35 | 0 | 8 | 12A | 4C | 44 |
| Octal | 346 | 156 | 353 | 2 | 65 | 0 | 10 | 452 | 114 | 104 |
| Binary | 11100110 | 1101110 | 11101011 | 10 | 110101 | 0 | 1000 | 100101010 | 1001100 | 1000100 |
Color Harmonies of #E66EEB
Complementary color
Monochromatic Colors of #E66EEB
Black with #E66EEB
Text Example
Text Example
White with #E66EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66EEB; }
p { color: rgb(230,110,235); }
H1.HeaderClassName
{
color: #E66EEB;
}
.AnyTagClassName
{
color: #E66EEB;
}
</style>
background-color css
<style>
a { background-color: #E66EEB; }
a { background-color: rgb(230,110,235); }
div.DivClassName
{
background-color: #E66EEB;
}
.BgClassName
{
background-color: #E66EEB;
}
</style>
border-color css
<style>
span { border-color: #E66EEB; }
span { border-color: rgb(230,110,235); }
td.TdClassName
{
border-color: #E66EEB;
}
.TagClassName
{
border-color: #E66EEB;
}
</style>