Shades of Psychedelic Purple #E406FA
Tints of Psychedelic Purple #E406FA
RGB
CMYK
RGB Variations
Color information
#E406FA (or 0xE406FA) is known color: Psychedelic Purple. HEX triplet: E4, 06 and FA. RGB value is (228,6,250). Sum of RGB (Red+Green+Blue) = 228+6+250=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 6 (2.73% from 255 or 1.24% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #E406FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E406FA is #1BF905. Grayscale: #636363. Windows color (decimal): -1833222 or 16385764. OLE color: 16385764.
HSL color Cylindrical-coordinate representation of color #E406FA: hue angle of 294.59º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E406FA is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 6 | 250 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.02 |
| HSL | 294.59º | 0.96% | 0.5% | - |
| HSV(B) | 294.59º | 0.98% | 0.98% | - |
| XYZ | 49.32 | 23.53 | 92.38 | - |
| YUV | 100.19 | 212.55 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 250 | 0.09 | 0.98 | 0 | 0.02 | 294.59 | 0.96 | 0.5 |
| Hex | E4 | 6 | FA | 9 | 62 | 0 | 2 | 127 | 60 | 32 |
| Octal | 344 | 6 | 372 | 11 | 142 | 0 | 2 | 447 | 140 | 62 |
| Binary | 11100100 | 110 | 11111010 | 1001 | 1100010 | 0 | 10 | 100100111 | 1100000 | 110010 |
Color Harmonies of #E406FA
Complementary color
Monochromatic Colors of #E406FA
Black with #E406FA
Text Example
Text Example
White with #E406FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E406FA; }
p { color: rgb(228,6,250); }
H1.HeaderClassName
{
color: #E406FA;
}
.AnyTagClassName
{
color: #E406FA;
}
</style>
background-color css
<style>
a { background-color: #E406FA; }
a { background-color: rgb(228,6,250); }
div.DivClassName
{
background-color: #E406FA;
}
.BgClassName
{
background-color: #E406FA;
}
</style>
border-color css
<style>
span { border-color: #E406FA; }
span { border-color: rgb(228,6,250); }
td.TdClassName
{
border-color: #E406FA;
}
.TagClassName
{
border-color: #E406FA;
}
</style>