Shades of Psychedelic Purple #E911FA
Tints of Psychedelic Purple #E911FA
RGB
CMYK
RGB Variations
Color information
#E911FA (or 0xE911FA) is known color: Psychedelic Purple. HEX triplet: E9, 11 and FA. RGB value is (233,17,250). Sum of RGB (Red+Green+Blue) = 233+17+250=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 17 (7.03% from 255 or 3.4% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #E911FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E911FA is #16EE05. Grayscale: #6B6B6B. Windows color (decimal): -1502726 or 16388585. OLE color: 16388585.
HSL color Cylindrical-coordinate representation of color #E911FA: hue angle of 295.62º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E911FA is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 17 | 250 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.02 |
| HSL | 295.62º | 0.96% | 0.52% | - |
| HSV(B) | 295.62º | 0.93% | 0.98% | - |
| XYZ | 51.06 | 24.63 | 92.5 | - |
| YUV | 108.15 | 208.06 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 17 | 250 | 0.07 | 0.93 | 0 | 0.02 | 295.62 | 0.96 | 0.52 |
| Hex | E9 | 11 | FA | 7 | 5D | 0 | 2 | 128 | 60 | 34 |
| Octal | 351 | 21 | 372 | 7 | 135 | 0 | 2 | 450 | 140 | 64 |
| Binary | 11101001 | 10001 | 11111010 | 111 | 1011101 | 0 | 10 | 100101000 | 1100000 | 110100 |
Color Harmonies of #E911FA
Complementary color
Monochromatic Colors of #E911FA
Black with #E911FA
Text Example
Text Example
White with #E911FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E911FA; }
p { color: rgb(233,17,250); }
H1.HeaderClassName
{
color: #E911FA;
}
.AnyTagClassName
{
color: #E911FA;
}
</style>
background-color css
<style>
a { background-color: #E911FA; }
a { background-color: rgb(233,17,250); }
div.DivClassName
{
background-color: #E911FA;
}
.BgClassName
{
background-color: #E911FA;
}
</style>
border-color css
<style>
span { border-color: #E911FA; }
span { border-color: rgb(233,17,250); }
td.TdClassName
{
border-color: #E911FA;
}
.TagClassName
{
border-color: #E911FA;
}
</style>