Shades of Psychedelic Purple #E027EA
Tints of Psychedelic Purple #E027EA
RGB
CMYK
RGB Variations
Color information
#E027EA (or 0xE027EA) is known color: Psychedelic Purple. HEX triplet: E0, 27 and EA. RGB value is (224,39,234). Sum of RGB (Red+Green+Blue) = 224+39+234=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 39 (15.62% from 255 or 7.85% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #E027EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E027EA is #1FD815. Grayscale: #737373. Windows color (decimal): -2086934 or 15345632. OLE color: 15345632.
HSL color Cylindrical-coordinate representation of color #E027EA: hue angle of 296.92º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E027EA is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 39 | 234 | - |
| CMYK | 0.04 | 0.83 | 0 | 0.08 |
| HSL | 296.92º | 0.82% | 0.54% | - |
| HSV(B) | 296.92º | 0.83% | 0.92% | - |
| XYZ | 46.32 | 23.24 | 79.89 | - |
| YUV | 116.55 | 194.29 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 234 | 0.04 | 0.83 | 0 | 0.08 | 296.92 | 0.82 | 0.54 |
| Hex | E0 | 27 | EA | 4 | 53 | 0 | 8 | 129 | 52 | 36 |
| Octal | 340 | 47 | 352 | 4 | 123 | 0 | 10 | 451 | 122 | 66 |
| Binary | 11100000 | 100111 | 11101010 | 100 | 1010011 | 0 | 1000 | 100101001 | 1010010 | 110110 |
Color Harmonies of #E027EA
Complementary color
Monochromatic Colors of #E027EA
Black with #E027EA
Text Example
Text Example
White with #E027EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E027EA; }
p { color: rgb(224,39,234); }
H1.HeaderClassName
{
color: #E027EA;
}
.AnyTagClassName
{
color: #E027EA;
}
</style>
background-color css
<style>
a { background-color: #E027EA; }
a { background-color: rgb(224,39,234); }
div.DivClassName
{
background-color: #E027EA;
}
.BgClassName
{
background-color: #E027EA;
}
</style>
border-color css
<style>
span { border-color: #E027EA; }
span { border-color: rgb(224,39,234); }
td.TdClassName
{
border-color: #E027EA;
}
.TagClassName
{
border-color: #E027EA;
}
</style>