Shades of Psychedelic Purple #E027ED
Tints of Psychedelic Purple #E027ED
RGB
CMYK
RGB Variations
Color information
#E027ED (or 0xE027ED) is known color: Psychedelic Purple. HEX triplet: E0, 27 and ED. RGB value is (224,39,237). Sum of RGB (Red+Green+Blue) = 224+39+237=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 39 (15.62% from 255 or 7.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #E027ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E027ED is #1FD812. Grayscale: #747474. Windows color (decimal): -2086931 or 15542240. OLE color: 15542240.
HSL color Cylindrical-coordinate representation of color #E027ED: hue angle of 296.06º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E027ED is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 39 | 237 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.07 |
| HSL | 296.06º | 0.85% | 0.54% | - |
| HSV(B) | 296.06º | 0.84% | 0.93% | - |
| XYZ | 46.75 | 23.41 | 82.18 | - |
| YUV | 116.89 | 195.79 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 237 | 0.05 | 0.84 | 0 | 0.07 | 296.06 | 0.85 | 0.54 |
| Hex | E0 | 27 | ED | 5 | 54 | 0 | 7 | 128 | 55 | 36 |
| Octal | 340 | 47 | 355 | 5 | 124 | 0 | 7 | 450 | 125 | 66 |
| Binary | 11100000 | 100111 | 11101101 | 101 | 1010100 | 0 | 111 | 100101000 | 1010101 | 110110 |
Color Harmonies of #E027ED
Complementary color
Monochromatic Colors of #E027ED
Black with #E027ED
Text Example
Text Example
White with #E027ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E027ED; }
p { color: rgb(224,39,237); }
H1.HeaderClassName
{
color: #E027ED;
}
.AnyTagClassName
{
color: #E027ED;
}
</style>
background-color css
<style>
a { background-color: #E027ED; }
a { background-color: rgb(224,39,237); }
div.DivClassName
{
background-color: #E027ED;
}
.BgClassName
{
background-color: #E027ED;
}
</style>
border-color css
<style>
span { border-color: #E027ED; }
span { border-color: rgb(224,39,237); }
td.TdClassName
{
border-color: #E027ED;
}
.TagClassName
{
border-color: #E027ED;
}
</style>