Shades of Psychedelic Purple #E027EF
Tints of Psychedelic Purple #E027EF
RGB
CMYK
RGB Variations
Color information
#E027EF (or 0xE027EF) is known color: Psychedelic Purple. HEX triplet: E0, 27 and EF. RGB value is (224,39,239). Sum of RGB (Red+Green+Blue) = 224+39+239=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 39 (15.62% from 255 or 7.77% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #E027EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E027EF is #1FD810. Grayscale: #747474. Windows color (decimal): -2086929 or 15673312. OLE color: 15673312.
HSL color Cylindrical-coordinate representation of color #E027EF: hue angle of 295.5º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E027EF is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 39 | 239 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.06 |
| HSL | 295.5º | 0.86% | 0.55% | - |
| HSV(B) | 295.5º | 0.84% | 0.94% | - |
| XYZ | 47.05 | 23.53 | 83.72 | - |
| YUV | 117.12 | 196.79 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 239 | 0.06 | 0.84 | 0 | 0.06 | 295.5 | 0.86 | 0.55 |
| Hex | E0 | 27 | EF | 6 | 54 | 0 | 6 | 128 | 56 | 37 |
| Octal | 340 | 47 | 357 | 6 | 124 | 0 | 6 | 450 | 126 | 67 |
| Binary | 11100000 | 100111 | 11101111 | 110 | 1010100 | 0 | 110 | 100101000 | 1010110 | 110111 |
Color Harmonies of #E027EF
Complementary color
Monochromatic Colors of #E027EF
Black with #E027EF
Text Example
Text Example
White with #E027EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E027EF; }
p { color: rgb(224,39,239); }
H1.HeaderClassName
{
color: #E027EF;
}
.AnyTagClassName
{
color: #E027EF;
}
</style>
background-color css
<style>
a { background-color: #E027EF; }
a { background-color: rgb(224,39,239); }
div.DivClassName
{
background-color: #E027EF;
}
.BgClassName
{
background-color: #E027EF;
}
</style>
border-color css
<style>
span { border-color: #E027EF; }
span { border-color: rgb(224,39,239); }
td.TdClassName
{
border-color: #E027EF;
}
.TagClassName
{
border-color: #E027EF;
}
</style>