Shades of Violet #E66FEF
Tints of Violet #E66FEF
RGB
CMYK
RGB Variations
Color information
#E66FEF (or 0xE66FEF) is known color: Violet. HEX triplet: E6, 6F and EF. RGB value is (230,111,239). Sum of RGB (Red+Green+Blue) = 230+111+239=580 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.66% from 580); Green value is 111 (43.75% from 255 or 19.14% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #E66FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #E66FEF is #199010. Grayscale: #A0A0A0. Windows color (decimal): -1675281 or 15691750. OLE color: 15691750.
HSL color Cylindrical-coordinate representation of color #E66FEF: hue angle of 295.78º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66FEF is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 111 | 239 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.06 |
| HSL | 295.78º | 0.8% | 0.69% | - |
| HSV(B) | 295.78º | 0.54% | 0.94% | - |
| XYZ | 53.9 | 34.42 | 85.47 | - |
| YUV | 161.17 | 171.92 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 239 | 0.04 | 0.54 | 0 | 0.06 | 295.78 | 0.8 | 0.69 |
| Hex | E6 | 6F | EF | 4 | 36 | 0 | 6 | 128 | 50 | 45 |
| Octal | 346 | 157 | 357 | 4 | 66 | 0 | 6 | 450 | 120 | 105 |
| Binary | 11100110 | 1101111 | 11101111 | 100 | 110110 | 0 | 110 | 100101000 | 1010000 | 1000101 |
Color Harmonies of #E66FEF
Complementary color
Monochromatic Colors of #E66FEF
Black with #E66FEF
Text Example
Text Example
White with #E66FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FEF; }
p { color: rgb(230,111,239); }
H1.HeaderClassName
{
color: #E66FEF;
}
.AnyTagClassName
{
color: #E66FEF;
}
</style>
background-color css
<style>
a { background-color: #E66FEF; }
a { background-color: rgb(230,111,239); }
div.DivClassName
{
background-color: #E66FEF;
}
.BgClassName
{
background-color: #E66FEF;
}
</style>
border-color css
<style>
span { border-color: #E66FEF; }
span { border-color: rgb(230,111,239); }
td.TdClassName
{
border-color: #E66FEF;
}
.TagClassName
{
border-color: #E66FEF;
}
</style>