Shades of Psychedelic Purple #E027F8
Tints of Psychedelic Purple #E027F8
RGB
CMYK
RGB Variations
Color information
#E027F8 (or 0xE027F8) is known color: Psychedelic Purple. HEX triplet: E0, 27 and F8. RGB value is (224,39,248). Sum of RGB (Red+Green+Blue) = 224+39+248=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 39 (15.62% from 255 or 7.63% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 248 - color contains mainly: blue. Hex color #E027F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E027F8 is #1FD807. Grayscale: #757575. Windows color (decimal): -2086920 or 16263136. OLE color: 16263136.
HSL color Cylindrical-coordinate representation of color #E027F8: hue angle of 293.11º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E027F8 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 39 | 248 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.03 |
| HSL | 293.11º | 0.94% | 0.56% | - |
| HSV(B) | 293.11º | 0.84% | 0.97% | - |
| XYZ | 48.41 | 24.08 | 90.9 | - |
| YUV | 118.14 | 201.29 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 248 | 0.10 | 0.84 | 0 | 0.03 | 293.11 | 0.94 | 0.56 |
| Hex | E0 | 27 | F8 | A | 54 | 0 | 3 | 125 | 5E | 38 |
| Octal | 340 | 47 | 370 | 12 | 124 | 0 | 3 | 445 | 136 | 70 |
| Binary | 11100000 | 100111 | 11111000 | 1010 | 1010100 | 0 | 11 | 100100101 | 1011110 | 111000 |
Color Harmonies of #E027F8
Complementary color
Monochromatic Colors of #E027F8
Black with #E027F8
Text Example
Text Example
White with #E027F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E027F8; }
p { color: rgb(224,39,248); }
H1.HeaderClassName
{
color: #E027F8;
}
.AnyTagClassName
{
color: #E027F8;
}
</style>
background-color css
<style>
a { background-color: #E027F8; }
a { background-color: rgb(224,39,248); }
div.DivClassName
{
background-color: #E027F8;
}
.BgClassName
{
background-color: #E027F8;
}
</style>
border-color css
<style>
span { border-color: #E027F8; }
span { border-color: rgb(224,39,248); }
td.TdClassName
{
border-color: #E027F8;
}
.TagClassName
{
border-color: #E027F8;
}
</style>