Shades of Psychedelic Purple #E90FFC
Tints of Psychedelic Purple #E90FFC
RGB
CMYK
RGB Variations
Color information
#E90FFC (or 0xE90FFC) is known color: Psychedelic Purple. HEX triplet: E9, 0F and FC. RGB value is (233,15,252). Sum of RGB (Red+Green+Blue) = 233+15+252=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 15 (6.25% from 255 or 3% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #E90FFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90FFC is #16F003. Grayscale: #6A6A6A. Windows color (decimal): -1503236 or 16519145. OLE color: 16519145.
HSL color Cylindrical-coordinate representation of color #E90FFC: hue angle of 295.19º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90FFC is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 15 | 252 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.01 |
| HSL | 295.19º | 0.98% | 0.52% | - |
| HSV(B) | 295.19º | 0.94% | 0.99% | - |
| XYZ | 51.35 | 24.69 | 94.16 | - |
| YUV | 107.2 | 209.72 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 252 | 0.08 | 0.94 | 0 | 0.01 | 295.19 | 0.98 | 0.52 |
| Hex | E9 | F | FC | 8 | 5E | 0 | 1 | 127 | 62 | 34 |
| Octal | 351 | 17 | 374 | 10 | 136 | 0 | 1 | 447 | 142 | 64 |
| Binary | 11101001 | 1111 | 11111100 | 1000 | 1011110 | 0 | 1 | 100100111 | 1100010 | 110100 |
Color Harmonies of #E90FFC
Complementary color
Monochromatic Colors of #E90FFC
Black with #E90FFC
Text Example
Text Example
White with #E90FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FFC; }
p { color: rgb(233,15,252); }
H1.HeaderClassName
{
color: #E90FFC;
}
.AnyTagClassName
{
color: #E90FFC;
}
</style>
background-color css
<style>
a { background-color: #E90FFC; }
a { background-color: rgb(233,15,252); }
div.DivClassName
{
background-color: #E90FFC;
}
.BgClassName
{
background-color: #E90FFC;
}
</style>
border-color css
<style>
span { border-color: #E90FFC; }
span { border-color: rgb(233,15,252); }
td.TdClassName
{
border-color: #E90FFC;
}
.TagClassName
{
border-color: #E90FFC;
}
</style>