Shades of Psychedelic Purple #EE14FE
Tints of Psychedelic Purple #EE14FE
RGB
CMYK
RGB Variations
Color information
#EE14FE (or 0xEE14FE) is known color: Psychedelic Purple. HEX triplet: EE, 14 and FE. RGB value is (238,20,254). Sum of RGB (Red+Green+Blue) = 238+20+254=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 20 (8.20% from 255 or 3.91% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE14FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE14FE is #11EB01. Grayscale: #6F6F6F. Windows color (decimal): -1174274 or 16651502. OLE color: 16651502.
HSL color Cylindrical-coordinate representation of color #EE14FE: hue angle of 295.9º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE14FE is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 20 | 254 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.00 |
| HSL | 295.9º | 0.99% | 0.54% | - |
| HSV(B) | 295.9º | 0.92% | 1% | - |
| XYZ | 53.4 | 25.83 | 95.94 | - |
| YUV | 111.86 | 208.22 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 20 | 254 | 0.06 | 0.92 | 0 | 0.00 | 295.9 | 0.99 | 0.54 |
| Hex | EE | 14 | FE | 6 | 5C | 0 | 0 | 128 | 63 | 36 |
| Octal | 356 | 24 | 376 | 6 | 134 | 0 | 0 | 450 | 143 | 66 |
| Binary | 11101110 | 10100 | 11111110 | 110 | 1011100 | 0 | 0 | 100101000 | 1100011 | 110110 |
Color Harmonies of #EE14FE
Complementary color
Monochromatic Colors of #EE14FE
Black with #EE14FE
Text Example
Text Example
White with #EE14FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE14FE; }
p { color: rgb(238,20,254); }
H1.HeaderClassName
{
color: #EE14FE;
}
.AnyTagClassName
{
color: #EE14FE;
}
</style>
background-color css
<style>
a { background-color: #EE14FE; }
a { background-color: rgb(238,20,254); }
div.DivClassName
{
background-color: #EE14FE;
}
.BgClassName
{
background-color: #EE14FE;
}
</style>
border-color css
<style>
span { border-color: #EE14FE; }
span { border-color: rgb(238,20,254); }
td.TdClassName
{
border-color: #EE14FE;
}
.TagClassName
{
border-color: #EE14FE;
}
</style>