Shades of Psychedelic Purple #E902FD
Tints of Psychedelic Purple #E902FD
RGB
CMYK
RGB Variations
Color information
#E902FD (or 0xE902FD) is known color: Psychedelic Purple. HEX triplet: E9, 02 and FD. RGB value is (233,2,253). Sum of RGB (Red+Green+Blue) = 233+2+253=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 2 (1.17% from 255 or 0.41% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #E902FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E902FD is #16FD02. Grayscale: #626262. Windows color (decimal): -1506563 or 16581353. OLE color: 16581353.
HSL color Cylindrical-coordinate representation of color #E902FD: hue angle of 295.22º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E902FD is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 2 | 253 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.01 |
| HSL | 295.22º | 0.98% | 0.5% | - |
| HSV(B) | 295.22º | 0.99% | 0.99% | - |
| XYZ | 51.36 | 24.46 | 94.94 | - |
| YUV | 99.68 | 214.53 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 253 | 0.08 | 0.99 | 0 | 0.01 | 295.22 | 0.98 | 0.5 |
| Hex | E9 | 2 | FD | 8 | 63 | 0 | 1 | 127 | 62 | 32 |
| Octal | 351 | 2 | 375 | 10 | 143 | 0 | 1 | 447 | 142 | 62 |
| Binary | 11101001 | 10 | 11111101 | 1000 | 1100011 | 0 | 1 | 100100111 | 1100010 | 110010 |
Color Harmonies of #E902FD
Complementary color
Monochromatic Colors of #E902FD
Black with #E902FD
Text Example
Text Example
White with #E902FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E902FD; }
p { color: rgb(233,2,253); }
H1.HeaderClassName
{
color: #E902FD;
}
.AnyTagClassName
{
color: #E902FD;
}
</style>
background-color css
<style>
a { background-color: #E902FD; }
a { background-color: rgb(233,2,253); }
div.DivClassName
{
background-color: #E902FD;
}
.BgClassName
{
background-color: #E902FD;
}
</style>
border-color css
<style>
span { border-color: #E902FD; }
span { border-color: rgb(233,2,253); }
td.TdClassName
{
border-color: #E902FD;
}
.TagClassName
{
border-color: #E902FD;
}
</style>