Shades of Psychedelic Purple #EE29FF
Tints of Psychedelic Purple #EE29FF
RGB
CMYK
RGB Variations
Color information
#EE29FF (or 0xEE29FF) is known color: Psychedelic Purple. HEX triplet: EE, 29 and FF. RGB value is (238,41,255). Sum of RGB (Red+Green+Blue) = 238+41+255=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 41 (16.41% from 255 or 7.68% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE29FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE29FF is #11D600. Grayscale: #7B7B7B. Windows color (decimal): -1168897 or 16722414. OLE color: 16722414.
HSL color Cylindrical-coordinate representation of color #EE29FF: hue angle of 295.23º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE29FF is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 41 | 255 | - |
| CMYK | 0.07 | 0.84 | 0 | 0 |
| HSL | 295.23º | 1% | 0.58% | - |
| HSV(B) | 295.23º | 0.84% | 1% | - |
| XYZ | 54.1 | 26.98 | 96.96 | - |
| YUV | 124.3 | 201.77 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 255 | 0.07 | 0.84 | 0 | 0 | 295.23 | 1 | 0.58 |
| Hex | EE | 29 | FF | 7 | 54 | 0 | 0 | 127 | 64 | 3A |
| Octal | 356 | 51 | 377 | 7 | 124 | 0 | 0 | 447 | 144 | 72 |
| Binary | 11101110 | 101001 | 11111111 | 111 | 1010100 | 0 | 0 | 100100111 | 1100100 | 111010 |
Color Harmonies of #EE29FF
Complementary color
Monochromatic Colors of #EE29FF
Black with #EE29FF
Text Example
Text Example
White with #EE29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE29FF; }
p { color: rgb(238,41,255); }
H1.HeaderClassName
{
color: #EE29FF;
}
.AnyTagClassName
{
color: #EE29FF;
}
</style>
background-color css
<style>
a { background-color: #EE29FF; }
a { background-color: rgb(238,41,255); }
div.DivClassName
{
background-color: #EE29FF;
}
.BgClassName
{
background-color: #EE29FF;
}
</style>
border-color css
<style>
span { border-color: #EE29FF; }
span { border-color: rgb(238,41,255); }
td.TdClassName
{
border-color: #EE29FF;
}
.TagClassName
{
border-color: #EE29FF;
}
</style>