Shades of Psychedelic Purple #EE12FE
Tints of Psychedelic Purple #EE12FE
RGB
CMYK
RGB Variations
Color information
#EE12FE (or 0xEE12FE) is known color: Psychedelic Purple. HEX triplet: EE, 12 and FE. RGB value is (238,18,254). Sum of RGB (Red+Green+Blue) = 238+18+254=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 18 (7.42% from 255 or 3.53% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE12FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE12FE is #11ED01. Grayscale: #6D6D6D. Windows color (decimal): -1174786 or 16650990. OLE color: 16650990.
HSL color Cylindrical-coordinate representation of color #EE12FE: hue angle of 295.93º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE12FE is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 18 | 254 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.00 |
| HSL | 295.93º | 0.99% | 0.53% | - |
| HSV(B) | 295.93º | 0.93% | 1% | - |
| XYZ | 53.37 | 25.77 | 95.93 | - |
| YUV | 110.68 | 208.89 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 18 | 254 | 0.06 | 0.93 | 0 | 0.00 | 295.93 | 0.99 | 0.53 |
| Hex | EE | 12 | FE | 6 | 5D | 0 | 0 | 128 | 63 | 35 |
| Octal | 356 | 22 | 376 | 6 | 135 | 0 | 0 | 450 | 143 | 65 |
| Binary | 11101110 | 10010 | 11111110 | 110 | 1011101 | 0 | 0 | 100101000 | 1100011 | 110101 |
Color Harmonies of #EE12FE
Complementary color
Monochromatic Colors of #EE12FE
Black with #EE12FE
Text Example
Text Example
White with #EE12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE12FE; }
p { color: rgb(238,18,254); }
H1.HeaderClassName
{
color: #EE12FE;
}
.AnyTagClassName
{
color: #EE12FE;
}
</style>
background-color css
<style>
a { background-color: #EE12FE; }
a { background-color: rgb(238,18,254); }
div.DivClassName
{
background-color: #EE12FE;
}
.BgClassName
{
background-color: #EE12FE;
}
</style>
border-color css
<style>
span { border-color: #EE12FE; }
span { border-color: rgb(238,18,254); }
td.TdClassName
{
border-color: #EE12FE;
}
.TagClassName
{
border-color: #EE12FE;
}
</style>