Shades of Psychedelic Purple #EE14FF
Tints of Psychedelic Purple #EE14FF
RGB
CMYK
RGB Variations
Color information
#EE14FF (or 0xEE14FF) is known color: Psychedelic Purple. HEX triplet: EE, 14 and FF. RGB value is (238,20,255). Sum of RGB (Red+Green+Blue) = 238+20+255=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 20 (8.20% from 255 or 3.90% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE14FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE14FF is #11EB00. Grayscale: #6F6F6F. Windows color (decimal): -1174273 or 16717038. OLE color: 16717038.
HSL color Cylindrical-coordinate representation of color #EE14FF: hue angle of 295.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE14FF is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 20 | 255 | - |
| CMYK | 0.07 | 0.92 | 0 | 0 |
| HSL | 295.66º | 1% | 0.54% | - |
| HSV(B) | 295.66º | 0.92% | 1% | - |
| XYZ | 53.56 | 25.9 | 96.78 | - |
| YUV | 111.97 | 208.72 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 255 | 0.07 | 0.92 | 0 | 0 | 295.66 | 1 | 0.54 |
| Hex | EE | 14 | FF | 7 | 5C | 0 | 0 | 128 | 64 | 36 |
| Octal | 356 | 24 | 377 | 7 | 134 | 0 | 0 | 450 | 144 | 66 |
| Binary | 11101110 | 10100 | 11111111 | 111 | 1011100 | 0 | 0 | 100101000 | 1100100 | 110110 |
Color Harmonies of #EE14FF
Complementary color
Monochromatic Colors of #EE14FF
Black with #EE14FF
Text Example
Text Example
White with #EE14FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE14FF; }
p { color: rgb(238,20,255); }
H1.HeaderClassName
{
color: #EE14FF;
}
.AnyTagClassName
{
color: #EE14FF;
}
</style>
background-color css
<style>
a { background-color: #EE14FF; }
a { background-color: rgb(238,20,255); }
div.DivClassName
{
background-color: #EE14FF;
}
.BgClassName
{
background-color: #EE14FF;
}
</style>
border-color css
<style>
span { border-color: #EE14FF; }
span { border-color: rgb(238,20,255); }
td.TdClassName
{
border-color: #EE14FF;
}
.TagClassName
{
border-color: #EE14FF;
}
</style>