Shades of Psychedelic Purple #EE33FE
Tints of Psychedelic Purple #EE33FE
RGB
CMYK
RGB Variations
Color information
#EE33FE (or 0xEE33FE) is known color: Psychedelic Purple. HEX triplet: EE, 33 and FE. RGB value is (238,51,254). Sum of RGB (Red+Green+Blue) = 238+51+254=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 51 (20.31% from 255 or 9.39% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE33FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE33FE is #11CC01. Grayscale: #818181. Windows color (decimal): -1166338 or 16659438. OLE color: 16659438.
HSL color Cylindrical-coordinate representation of color #EE33FE: hue angle of 295.27º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE33FE is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 51 | 254 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.00 |
| HSL | 295.27º | 0.99% | 0.6% | - |
| HSV(B) | 295.27º | 0.8% | 1% | - |
| XYZ | 54.33 | 27.7 | 96.25 | - |
| YUV | 130.06 | 197.95 | 204.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 254 | 0.06 | 0.80 | 0 | 0.00 | 295.27 | 0.99 | 0.6 |
| Hex | EE | 33 | FE | 6 | 50 | 0 | 0 | 127 | 63 | 3C |
| Octal | 356 | 63 | 376 | 6 | 120 | 0 | 0 | 447 | 143 | 74 |
| Binary | 11101110 | 110011 | 11111110 | 110 | 1010000 | 0 | 0 | 100100111 | 1100011 | 111100 |
Color Harmonies of #EE33FE
Complementary color
Monochromatic Colors of #EE33FE
Black with #EE33FE
Text Example
Text Example
White with #EE33FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE33FE; }
p { color: rgb(238,51,254); }
H1.HeaderClassName
{
color: #EE33FE;
}
.AnyTagClassName
{
color: #EE33FE;
}
</style>
background-color css
<style>
a { background-color: #EE33FE; }
a { background-color: rgb(238,51,254); }
div.DivClassName
{
background-color: #EE33FE;
}
.BgClassName
{
background-color: #EE33FE;
}
</style>
border-color css
<style>
span { border-color: #EE33FE; }
span { border-color: rgb(238,51,254); }
td.TdClassName
{
border-color: #EE33FE;
}
.TagClassName
{
border-color: #EE33FE;
}
</style>