Shades of Psychedelic Purple #EE2FFF
Tints of Psychedelic Purple #EE2FFF
RGB
CMYK
RGB Variations
Color information
#EE2FFF (or 0xEE2FFF) is known color: Psychedelic Purple. HEX triplet: EE, 2F and FF. RGB value is (238,47,255). Sum of RGB (Red+Green+Blue) = 238+47+255=540 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.07% from 540); Green value is 47 (18.75% from 255 or 8.70% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE2FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2FFF is #11D000. Grayscale: #7F7F7F. Windows color (decimal): -1167361 or 16723950. OLE color: 16723950.
HSL color Cylindrical-coordinate representation of color #EE2FFF: hue angle of 295.1º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2FFF is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 47 | 255 | - |
| CMYK | 0.07 | 0.82 | 0 | 0 |
| HSL | 295.1º | 1% | 0.59% | - |
| HSV(B) | 295.1º | 0.82% | 1% | - |
| XYZ | 54.33 | 27.43 | 97.04 | - |
| YUV | 127.82 | 199.78 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 47 | 255 | 0.07 | 0.82 | 0 | 0 | 295.1 | 1 | 0.59 |
| Hex | EE | 2F | FF | 7 | 52 | 0 | 0 | 127 | 64 | 3B |
| Octal | 356 | 57 | 377 | 7 | 122 | 0 | 0 | 447 | 144 | 73 |
| Binary | 11101110 | 101111 | 11111111 | 111 | 1010010 | 0 | 0 | 100100111 | 1100100 | 111011 |
Color Harmonies of #EE2FFF
Complementary color
Monochromatic Colors of #EE2FFF
Black with #EE2FFF
Text Example
Text Example
White with #EE2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2FFF; }
p { color: rgb(238,47,255); }
H1.HeaderClassName
{
color: #EE2FFF;
}
.AnyTagClassName
{
color: #EE2FFF;
}
</style>
background-color css
<style>
a { background-color: #EE2FFF; }
a { background-color: rgb(238,47,255); }
div.DivClassName
{
background-color: #EE2FFF;
}
.BgClassName
{
background-color: #EE2FFF;
}
</style>
border-color css
<style>
span { border-color: #EE2FFF; }
span { border-color: rgb(238,47,255); }
td.TdClassName
{
border-color: #EE2FFF;
}
.TagClassName
{
border-color: #EE2FFF;
}
</style>