Shades of Psychedelic Purple #E900FF
Tints of Psychedelic Purple #E900FF
RGB
CMYK
RGB Variations
Color information
#E900FF (or 0xE900FF) is known color: Psychedelic Purple. HEX triplet: E9, 00 and FF. RGB value is (233,0,255). Sum of RGB (Red+Green+Blue) = 233+0+255=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 0 (0.39% from 255 or 0% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #E900FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E900FF is #16FF00. Grayscale: #616161. Windows color (decimal): -1507073 or 16711913. OLE color: 16711913.
HSL color Cylindrical-coordinate representation of color #E900FF: hue angle of 294.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E900FF is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 0 | 255 | - |
| CMYK | 0.09 | 1 | 0 | 0 |
| HSL | 294.82º | 1% | 0.5% | - |
| HSV(B) | 294.82º | 1% | 1% | - |
| XYZ | 51.65 | 24.54 | 96.62 | - |
| YUV | 98.74 | 216.19 | 223.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 255 | 0.09 | 1 | 0 | 0 | 294.82 | 1 | 0.5 |
| Hex | E9 | 0 | FF | 9 | 64 | 0 | 0 | 127 | 64 | 32 |
| Octal | 351 | 0 | 377 | 11 | 144 | 0 | 0 | 447 | 144 | 62 |
| Binary | 11101001 | 0 | 11111111 | 1001 | 1100100 | 0 | 0 | 100100111 | 1100100 | 110010 |
Color Harmonies of #E900FF
Complementary color
Monochromatic Colors of #E900FF
Black with #E900FF
Text Example
Text Example
White with #E900FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E900FF; }
p { color: rgb(233,0,255); }
H1.HeaderClassName
{
color: #E900FF;
}
.AnyTagClassName
{
color: #E900FF;
}
</style>
background-color css
<style>
a { background-color: #E900FF; }
a { background-color: rgb(233,0,255); }
div.DivClassName
{
background-color: #E900FF;
}
.BgClassName
{
background-color: #E900FF;
}
</style>
border-color css
<style>
span { border-color: #E900FF; }
span { border-color: rgb(233,0,255); }
td.TdClassName
{
border-color: #E900FF;
}
.TagClassName
{
border-color: #E900FF;
}
</style>