Shades of Psychedelic Purple #E902FF
Tints of Psychedelic Purple #E902FF
RGB
CMYK
RGB Variations
Color information
#E902FF (or 0xE902FF) is known color: Psychedelic Purple. HEX triplet: E9, 02 and FF. RGB value is (233,2,255). Sum of RGB (Red+Green+Blue) = 233+2+255=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 2 (1.17% from 255 or 0.41% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #E902FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E902FF is #16FD00. Grayscale: #636363. Windows color (decimal): -1506561 or 16712425. OLE color: 16712425.
HSL color Cylindrical-coordinate representation of color #E902FF: hue angle of 294.78º 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 #E902FF is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 2 | 255 | - |
| CMYK | 0.09 | 0.99 | 0 | 0 |
| HSL | 294.78º | 1% | 0.5% | - |
| HSV(B) | 294.78º | 0.99% | 1% | - |
| XYZ | 51.68 | 24.59 | 96.63 | - |
| YUV | 99.91 | 215.53 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 255 | 0.09 | 0.99 | 0 | 0 | 294.78 | 1 | 0.5 |
| Hex | E9 | 2 | FF | 9 | 63 | 0 | 0 | 127 | 64 | 32 |
| Octal | 351 | 2 | 377 | 11 | 143 | 0 | 0 | 447 | 144 | 62 |
| Binary | 11101001 | 10 | 11111111 | 1001 | 1100011 | 0 | 0 | 100100111 | 1100100 | 110010 |
Color Harmonies of #E902FF
Complementary color
Monochromatic Colors of #E902FF
Black with #E902FF
Text Example
Text Example
White with #E902FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E902FF; }
p { color: rgb(233,2,255); }
H1.HeaderClassName
{
color: #E902FF;
}
.AnyTagClassName
{
color: #E902FF;
}
</style>
background-color css
<style>
a { background-color: #E902FF; }
a { background-color: rgb(233,2,255); }
div.DivClassName
{
background-color: #E902FF;
}
.BgClassName
{
background-color: #E902FF;
}
</style>
border-color css
<style>
span { border-color: #E902FF; }
span { border-color: rgb(233,2,255); }
td.TdClassName
{
border-color: #E902FF;
}
.TagClassName
{
border-color: #E902FF;
}
</style>