Shades of Psychedelic Purple #E90CFF
Tints of Psychedelic Purple #E90CFF
RGB
CMYK
RGB Variations
Color information
#E90CFF (or 0xE90CFF) is known color: Psychedelic Purple. HEX triplet: E9, 0C and FF. RGB value is (233,12,255). Sum of RGB (Red+Green+Blue) = 233+12+255=500 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.6% from 500); Green value is 12 (5.08% from 255 or 2.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #E90CFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90CFF is #16F300. Grayscale: #696969. Windows color (decimal): -1504001 or 16714985. OLE color: 16714985.
HSL color Cylindrical-coordinate representation of color #E90CFF: hue angle of 294.57º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E90CFF is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 12 | 255 | - |
| CMYK | 0.09 | 0.95 | 0 | 0 |
| HSL | 294.57º | 1% | 0.52% | - |
| HSV(B) | 294.57º | 0.95% | 1% | - |
| XYZ | 51.79 | 24.81 | 96.67 | - |
| YUV | 105.78 | 212.22 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 12 | 255 | 0.09 | 0.95 | 0 | 0 | 294.57 | 1 | 0.52 |
| Hex | E9 | C | FF | 9 | 5F | 0 | 0 | 127 | 64 | 34 |
| Octal | 351 | 14 | 377 | 11 | 137 | 0 | 0 | 447 | 144 | 64 |
| Binary | 11101001 | 1100 | 11111111 | 1001 | 1011111 | 0 | 0 | 100100111 | 1100100 | 110100 |
Color Harmonies of #E90CFF
Complementary color
Monochromatic Colors of #E90CFF
Black with #E90CFF
Text Example
Text Example
White with #E90CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90CFF; }
p { color: rgb(233,12,255); }
H1.HeaderClassName
{
color: #E90CFF;
}
.AnyTagClassName
{
color: #E90CFF;
}
</style>
background-color css
<style>
a { background-color: #E90CFF; }
a { background-color: rgb(233,12,255); }
div.DivClassName
{
background-color: #E90CFF;
}
.BgClassName
{
background-color: #E90CFF;
}
</style>
border-color css
<style>
span { border-color: #E90CFF; }
span { border-color: rgb(233,12,255); }
td.TdClassName
{
border-color: #E90CFF;
}
.TagClassName
{
border-color: #E90CFF;
}
</style>