Shades of Psychedelic Purple #EE32FF
Tints of Psychedelic Purple #EE32FF
RGB
CMYK
RGB Variations
Color information
#EE32FF (or 0xEE32FF) is known color: Psychedelic Purple. HEX triplet: EE, 32 and FF. RGB value is (238,50,255). Sum of RGB (Red+Green+Blue) = 238+50+255=543 (71% of max value = 765). Red value is 238 (93.36% from 255 or 43.83% from 543); Green value is 50 (19.92% from 255 or 9.21% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE32FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE32FF is #11CD00. Grayscale: #808080. Windows color (decimal): -1166593 or 16724718. OLE color: 16724718.
HSL color Cylindrical-coordinate representation of color #EE32FF: hue angle of 295.02º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE32FF is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 50 | 255 | - |
| CMYK | 0.07 | 0.80 | 0 | 0 |
| HSL | 295.02º | 1% | 0.6% | - |
| HSV(B) | 295.02º | 0.8% | 1% | - |
| XYZ | 54.45 | 27.68 | 97.08 | - |
| YUV | 129.58 | 198.78 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 255 | 0.07 | 0.80 | 0 | 0 | 295.02 | 1 | 0.6 |
| Hex | EE | 32 | FF | 7 | 50 | 0 | 0 | 127 | 64 | 3C |
| Octal | 356 | 62 | 377 | 7 | 120 | 0 | 0 | 447 | 144 | 74 |
| Binary | 11101110 | 110010 | 11111111 | 111 | 1010000 | 0 | 0 | 100100111 | 1100100 | 111100 |
Color Harmonies of #EE32FF
Complementary color
Monochromatic Colors of #EE32FF
Black with #EE32FF
Text Example
Text Example
White with #EE32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32FF; }
p { color: rgb(238,50,255); }
H1.HeaderClassName
{
color: #EE32FF;
}
.AnyTagClassName
{
color: #EE32FF;
}
</style>
background-color css
<style>
a { background-color: #EE32FF; }
a { background-color: rgb(238,50,255); }
div.DivClassName
{
background-color: #EE32FF;
}
.BgClassName
{
background-color: #EE32FF;
}
</style>
border-color css
<style>
span { border-color: #EE32FF; }
span { border-color: rgb(238,50,255); }
td.TdClassName
{
border-color: #EE32FF;
}
.TagClassName
{
border-color: #EE32FF;
}
</style>