Shades of Psychedelic Purple #E914ED
Tints of Psychedelic Purple #E914ED
RGB
CMYK
RGB Variations
Color information
#E914ED (or 0xE914ED) is known color: Psychedelic Purple. HEX triplet: E9, 14 and ED. RGB value is (233,20,237). Sum of RGB (Red+Green+Blue) = 233+20+237=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 20 (8.20% from 255 or 4.08% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #E914ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E914ED is #16EB12. Grayscale: #6B6B6B. Windows color (decimal): -1501971 or 15537385. OLE color: 15537385.
HSL color Cylindrical-coordinate representation of color #E914ED: hue angle of 298.89º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E914ED is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 20 | 237 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.07 |
| HSL | 298.89º | 0.86% | 0.5% | - |
| HSV(B) | 298.89º | 0.92% | 0.93% | - |
| XYZ | 49.14 | 23.94 | 82.15 | - |
| YUV | 108.43 | 200.57 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 237 | 0.02 | 0.92 | 0 | 0.07 | 298.89 | 0.86 | 0.5 |
| Hex | E9 | 14 | ED | 2 | 5C | 0 | 7 | 12B | 56 | 32 |
| Octal | 351 | 24 | 355 | 2 | 134 | 0 | 7 | 453 | 126 | 62 |
| Binary | 11101001 | 10100 | 11101101 | 10 | 1011100 | 0 | 111 | 100101011 | 1010110 | 110010 |
Color Harmonies of #E914ED
Complementary color
Monochromatic Colors of #E914ED
Black with #E914ED
Text Example
Text Example
White with #E914ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914ED; }
p { color: rgb(233,20,237); }
H1.HeaderClassName
{
color: #E914ED;
}
.AnyTagClassName
{
color: #E914ED;
}
</style>
background-color css
<style>
a { background-color: #E914ED; }
a { background-color: rgb(233,20,237); }
div.DivClassName
{
background-color: #E914ED;
}
.BgClassName
{
background-color: #E914ED;
}
</style>
border-color css
<style>
span { border-color: #E914ED; }
span { border-color: rgb(233,20,237); }
td.TdClassName
{
border-color: #E914ED;
}
.TagClassName
{
border-color: #E914ED;
}
</style>