Shades of Psychedelic Purple #E002FF
Tints of Psychedelic Purple #E002FF
RGB
CMYK
RGB Variations
Color information
#E002FF (or 0xE002FF) is known color: Psychedelic Purple. HEX triplet: E0, 02 and FF. RGB value is (224,2,255). Sum of RGB (Red+Green+Blue) = 224+2+255=481 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.57% from 481); Green value is 2 (1.17% from 255 or 0.42% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #E002FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E002FF is #1FFD00. Grayscale: #606060. Windows color (decimal): -2096385 or 16712416. OLE color: 16712416.
HSL color Cylindrical-coordinate representation of color #E002FF: hue angle of 292.65º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E002FF is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 2 | 255 | - |
| CMYK | 0.12 | 0.99 | 0 | 0 |
| HSL | 292.65º | 1% | 0.5% | - |
| HSV(B) | 292.65º | 0.99% | 1% | - |
| XYZ | 48.81 | 23.11 | 96.5 | - |
| YUV | 97.22 | 217.05 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 2 | 255 | 0.12 | 0.99 | 0 | 0 | 292.65 | 1 | 0.5 |
| Hex | E0 | 2 | FF | C | 63 | 0 | 0 | 125 | 64 | 32 |
| Octal | 340 | 2 | 377 | 14 | 143 | 0 | 0 | 445 | 144 | 62 |
| Binary | 11100000 | 10 | 11111111 | 1100 | 1100011 | 0 | 0 | 100100101 | 1100100 | 110010 |
Color Harmonies of #E002FF
Complementary color
Monochromatic Colors of #E002FF
Black with #E002FF
Text Example
Text Example
White with #E002FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E002FF; }
p { color: rgb(224,2,255); }
H1.HeaderClassName
{
color: #E002FF;
}
.AnyTagClassName
{
color: #E002FF;
}
</style>
background-color css
<style>
a { background-color: #E002FF; }
a { background-color: rgb(224,2,255); }
div.DivClassName
{
background-color: #E002FF;
}
.BgClassName
{
background-color: #E002FF;
}
</style>
border-color css
<style>
span { border-color: #E002FF; }
span { border-color: rgb(224,2,255); }
td.TdClassName
{
border-color: #E002FF;
}
.TagClassName
{
border-color: #E002FF;
}
</style>