Shades of Psychedelic Purple #E914EA
Tints of Psychedelic Purple #E914EA
RGB
CMYK
RGB Variations
Color information
#E914EA (or 0xE914EA) is known color: Psychedelic Purple. HEX triplet: E9, 14 and EA. RGB value is (233,20,234). Sum of RGB (Red+Green+Blue) = 233+20+234=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #E914EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E914EA is #16EB15. Grayscale: #6B6B6B. Windows color (decimal): -1501974 or 15340777. OLE color: 15340777.
HSL color Cylindrical-coordinate representation of color #E914EA: hue angle of 299.72º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E914EA is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 20 | 234 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.08 |
| HSL | 299.72º | 0.84% | 0.5% | - |
| HSV(B) | 299.72º | 0.91% | 0.92% | - |
| XYZ | 48.71 | 23.76 | 79.86 | - |
| YUV | 108.08 | 199.07 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 20 | 234 | 0.00 | 0.91 | 0 | 0.08 | 299.72 | 0.84 | 0.5 |
| Hex | E9 | 14 | EA | 0 | 5B | 0 | 8 | 12C | 54 | 32 |
| Octal | 351 | 24 | 352 | 0 | 133 | 0 | 10 | 454 | 124 | 62 |
| Binary | 11101001 | 10100 | 11101010 | 0 | 1011011 | 0 | 1000 | 100101100 | 1010100 | 110010 |
Color Harmonies of #E914EA
Complementary color
Monochromatic Colors of #E914EA
Black with #E914EA
Text Example
Text Example
White with #E914EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E914EA; }
p { color: rgb(233,20,234); }
H1.HeaderClassName
{
color: #E914EA;
}
.AnyTagClassName
{
color: #E914EA;
}
</style>
background-color css
<style>
a { background-color: #E914EA; }
a { background-color: rgb(233,20,234); }
div.DivClassName
{
background-color: #E914EA;
}
.BgClassName
{
background-color: #E914EA;
}
</style>
border-color css
<style>
span { border-color: #E914EA; }
span { border-color: rgb(233,20,234); }
td.TdClassName
{
border-color: #E914EA;
}
.TagClassName
{
border-color: #E914EA;
}
</style>