Shades of Psychedelic Purple #E008FD
Tints of Psychedelic Purple #E008FD
RGB
CMYK
RGB Variations
Color information
#E008FD (or 0xE008FD) is known color: Psychedelic Purple. HEX triplet: E0, 08 and FD. RGB value is (224,8,253). Sum of RGB (Red+Green+Blue) = 224+8+253=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 8 (3.52% from 255 or 1.65% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #E008FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E008FD is #1FF702. Grayscale: #636363. Windows color (decimal): -2094851 or 16582880. OLE color: 16582880.
HSL color Cylindrical-coordinate representation of color #E008FD: hue angle of 292.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E008FD is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 8 | 253 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.01 |
| HSL | 292.9º | 0.98% | 0.51% | - |
| HSV(B) | 292.9º | 0.97% | 0.99% | - |
| XYZ | 48.56 | 23.11 | 94.83 | - |
| YUV | 100.51 | 214.06 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 8 | 253 | 0.11 | 0.97 | 0 | 0.01 | 292.9 | 0.98 | 0.51 |
| Hex | E0 | 8 | FD | B | 61 | 0 | 1 | 125 | 62 | 33 |
| Octal | 340 | 10 | 375 | 13 | 141 | 0 | 1 | 445 | 142 | 63 |
| Binary | 11100000 | 1000 | 11111101 | 1011 | 1100001 | 0 | 1 | 100100101 | 1100010 | 110011 |
Color Harmonies of #E008FD
Complementary color
Monochromatic Colors of #E008FD
Black with #E008FD
Text Example
Text Example
White with #E008FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E008FD; }
p { color: rgb(224,8,253); }
H1.HeaderClassName
{
color: #E008FD;
}
.AnyTagClassName
{
color: #E008FD;
}
</style>
background-color css
<style>
a { background-color: #E008FD; }
a { background-color: rgb(224,8,253); }
div.DivClassName
{
background-color: #E008FD;
}
.BgClassName
{
background-color: #E008FD;
}
</style>
border-color css
<style>
span { border-color: #E008FD; }
span { border-color: rgb(224,8,253); }
td.TdClassName
{
border-color: #E008FD;
}
.TagClassName
{
border-color: #E008FD;
}
</style>