Shades of Psychedelic Purple #EE23FF
Tints of Psychedelic Purple #EE23FF
RGB
CMYK
RGB Variations
Color information
#EE23FF (or 0xEE23FF) is known color: Psychedelic Purple. HEX triplet: EE, 23 and FF. RGB value is (238,35,255). Sum of RGB (Red+Green+Blue) = 238+35+255=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 35 (14.06% from 255 or 6.63% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE23FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE23FF is #11DC00. Grayscale: #787878. Windows color (decimal): -1170433 or 16720878. OLE color: 16720878.
HSL color Cylindrical-coordinate representation of color #EE23FF: hue angle of 295.36º 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 #EE23FF is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 35 | 255 | - |
| CMYK | 0.07 | 0.86 | 0 | 0 |
| HSL | 295.36º | 1% | 0.57% | - |
| HSV(B) | 295.36º | 0.86% | 1% | - |
| XYZ | 53.91 | 26.6 | 96.9 | - |
| YUV | 120.78 | 203.75 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 255 | 0.07 | 0.86 | 0 | 0 | 295.36 | 1 | 0.57 |
| Hex | EE | 23 | FF | 7 | 56 | 0 | 0 | 127 | 64 | 39 |
| Octal | 356 | 43 | 377 | 7 | 126 | 0 | 0 | 447 | 144 | 71 |
| Binary | 11101110 | 100011 | 11111111 | 111 | 1010110 | 0 | 0 | 100100111 | 1100100 | 111001 |
Color Harmonies of #EE23FF
Complementary color
Monochromatic Colors of #EE23FF
Black with #EE23FF
Text Example
Text Example
White with #EE23FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE23FF; }
p { color: rgb(238,35,255); }
H1.HeaderClassName
{
color: #EE23FF;
}
.AnyTagClassName
{
color: #EE23FF;
}
</style>
background-color css
<style>
a { background-color: #EE23FF; }
a { background-color: rgb(238,35,255); }
div.DivClassName
{
background-color: #EE23FF;
}
.BgClassName
{
background-color: #EE23FF;
}
</style>
border-color css
<style>
span { border-color: #EE23FF; }
span { border-color: rgb(238,35,255); }
td.TdClassName
{
border-color: #EE23FF;
}
.TagClassName
{
border-color: #EE23FF;
}
</style>