Shades of Psychedelic Purple #EE24FF
Tints of Psychedelic Purple #EE24FF
RGB
CMYK
RGB Variations
Color information
#EE24FF (or 0xEE24FF) is known color: Psychedelic Purple. HEX triplet: EE, 24 and FF. RGB value is (238,36,255). Sum of RGB (Red+Green+Blue) = 238+36+255=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 36 (14.45% from 255 or 6.81% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE24FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE24FF is #11DB00. Grayscale: #787878. Windows color (decimal): -1170177 or 16721134. OLE color: 16721134.
HSL color Cylindrical-coordinate representation of color #EE24FF: hue angle of 295.34º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE24FF is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 36 | 255 | - |
| CMYK | 0.07 | 0.86 | 0 | 0 |
| HSL | 295.34º | 1% | 0.57% | - |
| HSV(B) | 295.34º | 0.86% | 1% | - |
| XYZ | 53.94 | 26.66 | 96.91 | - |
| YUV | 121.36 | 203.42 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 255 | 0.07 | 0.86 | 0 | 0 | 295.34 | 1 | 0.57 |
| Hex | EE | 24 | FF | 7 | 56 | 0 | 0 | 127 | 64 | 39 |
| Octal | 356 | 44 | 377 | 7 | 126 | 0 | 0 | 447 | 144 | 71 |
| Binary | 11101110 | 100100 | 11111111 | 111 | 1010110 | 0 | 0 | 100100111 | 1100100 | 111001 |
Color Harmonies of #EE24FF
Complementary color
Monochromatic Colors of #EE24FF
Black with #EE24FF
Text Example
Text Example
White with #EE24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE24FF; }
p { color: rgb(238,36,255); }
H1.HeaderClassName
{
color: #EE24FF;
}
.AnyTagClassName
{
color: #EE24FF;
}
</style>
background-color css
<style>
a { background-color: #EE24FF; }
a { background-color: rgb(238,36,255); }
div.DivClassName
{
background-color: #EE24FF;
}
.BgClassName
{
background-color: #EE24FF;
}
</style>
border-color css
<style>
span { border-color: #EE24FF; }
span { border-color: rgb(238,36,255); }
td.TdClassName
{
border-color: #EE24FF;
}
.TagClassName
{
border-color: #EE24FF;
}
</style>