Shades of Psychedelic Purple #EE32FC
Tints of Psychedelic Purple #EE32FC
RGB
CMYK
RGB Variations
Color information
#EE32FC (or 0xEE32FC) is known color: Psychedelic Purple. HEX triplet: EE, 32 and FC. RGB value is (238,50,252). Sum of RGB (Red+Green+Blue) = 238+50+252=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 50 (19.92% from 255 or 9.26% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE32FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE32FC is #11CD03. Grayscale: #808080. Windows color (decimal): -1166596 or 16528110. OLE color: 16528110.
HSL color Cylindrical-coordinate representation of color #EE32FC: hue angle of 295.84º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE32FC is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 238 | 50 | 252 | - |
| CMYK | 0.06 | 0.80 | 0 | 0.01 |
| HSL | 295.84º | 0.97% | 0.59% | - |
| HSV(B) | 295.84º | 0.8% | 0.99% | - |
| XYZ | 53.97 | 27.49 | 94.56 | - |
| YUV | 129.24 | 197.28 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 252 | 0.06 | 0.80 | 0 | 0.01 | 295.84 | 0.97 | 0.59 |
| Hex | EE | 32 | FC | 6 | 50 | 0 | 1 | 128 | 61 | 3B |
| Octal | 356 | 62 | 374 | 6 | 120 | 0 | 1 | 450 | 141 | 73 |
| Binary | 11101110 | 110010 | 11111100 | 110 | 1010000 | 0 | 1 | 100101000 | 1100001 | 111011 |
Color Harmonies of #EE32FC
Complementary color
Monochromatic Colors of #EE32FC
Black with #EE32FC
Text Example
Text Example
White with #EE32FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32FC; }
p { color: rgb(238,50,252); }
H1.HeaderClassName
{
color: #EE32FC;
}
.AnyTagClassName
{
color: #EE32FC;
}
</style>
background-color css
<style>
a { background-color: #EE32FC; }
a { background-color: rgb(238,50,252); }
div.DivClassName
{
background-color: #EE32FC;
}
.BgClassName
{
background-color: #EE32FC;
}
</style>
border-color css
<style>
span { border-color: #EE32FC; }
span { border-color: rgb(238,50,252); }
td.TdClassName
{
border-color: #EE32FC;
}
.TagClassName
{
border-color: #EE32FC;
}
</style>