Shades of Psychedelic Purple #EE27FF
Tints of Psychedelic Purple #EE27FF
RGB
CMYK
RGB Variations
Color information
#EE27FF (or 0xEE27FF) is known color: Psychedelic Purple. HEX triplet: EE, 27 and FF. RGB value is (238,39,255). Sum of RGB (Red+Green+Blue) = 238+39+255=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 39 (15.62% from 255 or 7.33% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #EE27FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE27FF is #11D800. Grayscale: #7A7A7A. Windows color (decimal): -1169409 or 16721902. OLE color: 16721902.
HSL color Cylindrical-coordinate representation of color #EE27FF: hue angle of 295.28º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE27FF is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 39 | 255 | - |
| CMYK | 0.07 | 0.85 | 0 | 0 |
| HSL | 295.28º | 1% | 0.58% | - |
| HSV(B) | 295.28º | 0.85% | 1% | - |
| XYZ | 54.04 | 26.85 | 96.94 | - |
| YUV | 123.13 | 202.43 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 255 | 0.07 | 0.85 | 0 | 0 | 295.28 | 1 | 0.58 |
| Hex | EE | 27 | FF | 7 | 55 | 0 | 0 | 127 | 64 | 3A |
| Octal | 356 | 47 | 377 | 7 | 125 | 0 | 0 | 447 | 144 | 72 |
| Binary | 11101110 | 100111 | 11111111 | 111 | 1010101 | 0 | 0 | 100100111 | 1100100 | 111010 |
Color Harmonies of #EE27FF
Complementary color
Monochromatic Colors of #EE27FF
Black with #EE27FF
Text Example
Text Example
White with #EE27FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE27FF; }
p { color: rgb(238,39,255); }
H1.HeaderClassName
{
color: #EE27FF;
}
.AnyTagClassName
{
color: #EE27FF;
}
</style>
background-color css
<style>
a { background-color: #EE27FF; }
a { background-color: rgb(238,39,255); }
div.DivClassName
{
background-color: #EE27FF;
}
.BgClassName
{
background-color: #EE27FF;
}
</style>
border-color css
<style>
span { border-color: #EE27FF; }
span { border-color: rgb(238,39,255); }
td.TdClassName
{
border-color: #EE27FF;
}
.TagClassName
{
border-color: #EE27FF;
}
</style>