Shades of Psychedelic Purple #EE16FE
Tints of Psychedelic Purple #EE16FE
RGB
CMYK
RGB Variations
Color information
#EE16FE (or 0xEE16FE) is known color: Psychedelic Purple. HEX triplet: EE, 16 and FE. RGB value is (238,22,254). Sum of RGB (Red+Green+Blue) = 238+22+254=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 22 (8.98% from 255 or 4.28% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE16FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE16FE is #11E901. Grayscale: #707070. Windows color (decimal): -1173762 or 16652014. OLE color: 16652014.
HSL color Cylindrical-coordinate representation of color #EE16FE: hue angle of 295.86º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE16FE is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 22 | 254 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.00 |
| HSL | 295.86º | 0.99% | 0.54% | - |
| HSV(B) | 295.86º | 0.91% | 1% | - |
| XYZ | 53.44 | 25.91 | 95.95 | - |
| YUV | 113.03 | 207.56 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 254 | 0.06 | 0.91 | 0 | 0.00 | 295.86 | 0.99 | 0.54 |
| Hex | EE | 16 | FE | 6 | 5B | 0 | 0 | 128 | 63 | 36 |
| Octal | 356 | 26 | 376 | 6 | 133 | 0 | 0 | 450 | 143 | 66 |
| Binary | 11101110 | 10110 | 11111110 | 110 | 1011011 | 0 | 0 | 100101000 | 1100011 | 110110 |
Color Harmonies of #EE16FE
Complementary color
Monochromatic Colors of #EE16FE
Black with #EE16FE
Text Example
Text Example
White with #EE16FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE16FE; }
p { color: rgb(238,22,254); }
H1.HeaderClassName
{
color: #EE16FE;
}
.AnyTagClassName
{
color: #EE16FE;
}
</style>
background-color css
<style>
a { background-color: #EE16FE; }
a { background-color: rgb(238,22,254); }
div.DivClassName
{
background-color: #EE16FE;
}
.BgClassName
{
background-color: #EE16FE;
}
</style>
border-color css
<style>
span { border-color: #EE16FE; }
span { border-color: rgb(238,22,254); }
td.TdClassName
{
border-color: #EE16FE;
}
.TagClassName
{
border-color: #EE16FE;
}
</style>