Shades of Psychedelic Purple #E008FA
Tints of Psychedelic Purple #E008FA
RGB
CMYK
RGB Variations
Color information
#E008FA (or 0xE008FA) is known color: Psychedelic Purple. HEX triplet: E0, 08 and FA. RGB value is (224,8,250). Sum of RGB (Red+Green+Blue) = 224+8+250=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 8 (3.52% from 255 or 1.66% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #E008FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E008FA is #1FF705. Grayscale: #636363. Windows color (decimal): -2094854 or 16386272. OLE color: 16386272.
HSL color Cylindrical-coordinate representation of color #E008FA: hue angle of 293.55º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E008FA is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 8 | 250 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.02 |
| HSL | 293.55º | 0.96% | 0.51% | - |
| HSV(B) | 293.55º | 0.97% | 0.98% | - |
| XYZ | 48.08 | 22.92 | 92.33 | - |
| YUV | 100.17 | 212.56 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 250 | 0.10 | 0.97 | 0 | 0.02 | 293.55 | 0.96 | 0.51 |
| Hex | E0 | 8 | FA | A | 61 | 0 | 2 | 126 | 60 | 33 |
| Octal | 340 | 10 | 372 | 12 | 141 | 0 | 2 | 446 | 140 | 63 |
| Binary | 11100000 | 1000 | 11111010 | 1010 | 1100001 | 0 | 10 | 100100110 | 1100000 | 110011 |
Color Harmonies of #E008FA
Complementary color
Monochromatic Colors of #E008FA
Black with #E008FA
Text Example
Text Example
White with #E008FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008FA; }
p { color: rgb(224,8,250); }
H1.HeaderClassName
{
color: #E008FA;
}
.AnyTagClassName
{
color: #E008FA;
}
</style>
background-color css
<style>
a { background-color: #E008FA; }
a { background-color: rgb(224,8,250); }
div.DivClassName
{
background-color: #E008FA;
}
.BgClassName
{
background-color: #E008FA;
}
</style>
border-color css
<style>
span { border-color: #E008FA; }
span { border-color: rgb(224,8,250); }
td.TdClassName
{
border-color: #E008FA;
}
.TagClassName
{
border-color: #E008FA;
}
</style>