Shades of Psychedelic Purple #EE27FE
Tints of Psychedelic Purple #EE27FE
RGB
CMYK
RGB Variations
Color information
#EE27FE (or 0xEE27FE) is known color: Psychedelic Purple. HEX triplet: EE, 27 and FE. RGB value is (238,39,254). Sum of RGB (Red+Green+Blue) = 238+39+254=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 39 (15.62% from 255 or 7.34% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE27FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE27FE is #11D801. Grayscale: #7A7A7A. Windows color (decimal): -1169410 or 16656366. OLE color: 16656366.
HSL color Cylindrical-coordinate representation of color #EE27FE: hue angle of 295.53º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE27FE is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 238 | 39 | 254 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.00 |
| HSL | 295.53º | 0.99% | 0.57% | - |
| HSV(B) | 295.53º | 0.85% | 1% | - |
| XYZ | 53.87 | 26.78 | 96.1 | - |
| YUV | 123.01 | 201.93 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 254 | 0.06 | 0.85 | 0 | 0.00 | 295.53 | 0.99 | 0.57 |
| Hex | EE | 27 | FE | 6 | 55 | 0 | 0 | 128 | 63 | 39 |
| Octal | 356 | 47 | 376 | 6 | 125 | 0 | 0 | 450 | 143 | 71 |
| Binary | 11101110 | 100111 | 11111110 | 110 | 1010101 | 0 | 0 | 100101000 | 1100011 | 111001 |
Color Harmonies of #EE27FE
Complementary color
Monochromatic Colors of #EE27FE
Black with #EE27FE
Text Example
Text Example
White with #EE27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE27FE; }
p { color: rgb(238,39,254); }
H1.HeaderClassName
{
color: #EE27FE;
}
.AnyTagClassName
{
color: #EE27FE;
}
</style>
background-color css
<style>
a { background-color: #EE27FE; }
a { background-color: rgb(238,39,254); }
div.DivClassName
{
background-color: #EE27FE;
}
.BgClassName
{
background-color: #EE27FE;
}
</style>
border-color css
<style>
span { border-color: #EE27FE; }
span { border-color: rgb(238,39,254); }
td.TdClassName
{
border-color: #EE27FE;
}
.TagClassName
{
border-color: #EE27FE;
}
</style>