Shades of Psychedelic Purple #EE22FF
Tints of Psychedelic Purple #EE22FF
RGB
CMYK
RGB Variations
Color information
#EE22FF (or 0xEE22FF) is known color: Psychedelic Purple. HEX triplet: EE, 22 and FF. RGB value is (238,34,255). Sum of RGB (Red+Green+Blue) = 238+34+255=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 34 (13.67% from 255 or 6.45% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE22FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE22FF is #11DD00. Grayscale: #777777. Windows color (decimal): -1170689 or 16720622. OLE color: 16720622.
HSL color Cylindrical-coordinate representation of color #EE22FF: hue angle of 295.38º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE22FF is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 34 | 255 | - |
| CMYK | 0.07 | 0.87 | 0 | 0 |
| HSL | 295.38º | 1% | 0.57% | - |
| HSV(B) | 295.38º | 0.87% | 1% | - |
| XYZ | 53.88 | 26.54 | 96.89 | - |
| YUV | 120.19 | 204.09 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 255 | 0.07 | 0.87 | 0 | 0 | 295.38 | 1 | 0.57 |
| Hex | EE | 22 | FF | 7 | 57 | 0 | 0 | 127 | 64 | 39 |
| Octal | 356 | 42 | 377 | 7 | 127 | 0 | 0 | 447 | 144 | 71 |
| Binary | 11101110 | 100010 | 11111111 | 111 | 1010111 | 0 | 0 | 100100111 | 1100100 | 111001 |
Color Harmonies of #EE22FF
Complementary color
Monochromatic Colors of #EE22FF
Black with #EE22FF
Text Example
Text Example
White with #EE22FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE22FF; }
p { color: rgb(238,34,255); }
H1.HeaderClassName
{
color: #EE22FF;
}
.AnyTagClassName
{
color: #EE22FF;
}
</style>
background-color css
<style>
a { background-color: #EE22FF; }
a { background-color: rgb(238,34,255); }
div.DivClassName
{
background-color: #EE22FF;
}
.BgClassName
{
background-color: #EE22FF;
}
</style>
border-color css
<style>
span { border-color: #EE22FF; }
span { border-color: rgb(238,34,255); }
td.TdClassName
{
border-color: #EE22FF;
}
.TagClassName
{
border-color: #EE22FF;
}
</style>