Shades of Psychedelic Purple #E914FF
Tints of Psychedelic Purple #E914FF
RGB
CMYK
RGB Variations
Color information
#E914FF (or 0xE914FF) is known color: Psychedelic Purple. HEX triplet: E9, 14 and FF. RGB value is (233,20,255). Sum of RGB (Red+Green+Blue) = 233+20+255=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 20 (8.20% from 255 or 3.94% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #E914FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E914FF is #16EB00. Grayscale: #6D6D6D. Windows color (decimal): -1501953 or 16717033. OLE color: 16717033.
HSL color Cylindrical-coordinate representation of color #E914FF: hue angle of 294.38º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E914FF is Cyan = 0.09, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 20 | 255 | - |
| CMYK | 0.09 | 0.92 | 0 | 0 |
| HSL | 294.38º | 1% | 0.54% | - |
| HSV(B) | 294.38º | 0.92% | 1% | - |
| XYZ | 51.9 | 25.04 | 96.71 | - |
| YUV | 110.48 | 209.57 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 255 | 0.09 | 0.92 | 0 | 0 | 294.38 | 1 | 0.54 |
| Hex | E9 | 14 | FF | 9 | 5C | 0 | 0 | 126 | 64 | 36 |
| Octal | 351 | 24 | 377 | 11 | 134 | 0 | 0 | 446 | 144 | 66 |
| Binary | 11101001 | 10100 | 11111111 | 1001 | 1011100 | 0 | 0 | 100100110 | 1100100 | 110110 |
Color Harmonies of #E914FF
Complementary color
Monochromatic Colors of #E914FF
Black with #E914FF
Text Example
Text Example
White with #E914FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914FF; }
p { color: rgb(233,20,255); }
H1.HeaderClassName
{
color: #E914FF;
}
.AnyTagClassName
{
color: #E914FF;
}
</style>
background-color css
<style>
a { background-color: #E914FF; }
a { background-color: rgb(233,20,255); }
div.DivClassName
{
background-color: #E914FF;
}
.BgClassName
{
background-color: #E914FF;
}
</style>
border-color css
<style>
span { border-color: #E914FF; }
span { border-color: rgb(233,20,255); }
td.TdClassName
{
border-color: #E914FF;
}
.TagClassName
{
border-color: #E914FF;
}
</style>