Shades of Psychedelic Purple #E90FFD
Tints of Psychedelic Purple #E90FFD
RGB
CMYK
RGB Variations
Color information
#E90FFD (or 0xE90FFD) is known color: Psychedelic Purple. HEX triplet: E9, 0F and FD. RGB value is (233,15,253). Sum of RGB (Red+Green+Blue) = 233+15+253=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 15 (6.25% from 255 or 2.99% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #E90FFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E90FFD is #16F002. Grayscale: #6A6A6A. Windows color (decimal): -1503235 or 16584681. OLE color: 16584681.
HSL color Cylindrical-coordinate representation of color #E90FFD: hue angle of 294.96º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90FFD is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 15 | 253 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.01 |
| HSL | 294.96º | 0.98% | 0.53% | - |
| HSV(B) | 294.96º | 0.94% | 0.99% | - |
| XYZ | 51.5 | 24.76 | 94.99 | - |
| YUV | 107.31 | 210.22 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 15 | 253 | 0.08 | 0.94 | 0 | 0.01 | 294.96 | 0.98 | 0.53 |
| Hex | E9 | F | FD | 8 | 5E | 0 | 1 | 127 | 62 | 35 |
| Octal | 351 | 17 | 375 | 10 | 136 | 0 | 1 | 447 | 142 | 65 |
| Binary | 11101001 | 1111 | 11111101 | 1000 | 1011110 | 0 | 1 | 100100111 | 1100010 | 110101 |
Color Harmonies of #E90FFD
Complementary color
Monochromatic Colors of #E90FFD
Black with #E90FFD
Text Example
Text Example
White with #E90FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90FFD; }
p { color: rgb(233,15,253); }
H1.HeaderClassName
{
color: #E90FFD;
}
.AnyTagClassName
{
color: #E90FFD;
}
</style>
background-color css
<style>
a { background-color: #E90FFD; }
a { background-color: rgb(233,15,253); }
div.DivClassName
{
background-color: #E90FFD;
}
.BgClassName
{
background-color: #E90FFD;
}
</style>
border-color css
<style>
span { border-color: #E90FFD; }
span { border-color: rgb(233,15,253); }
td.TdClassName
{
border-color: #E90FFD;
}
.TagClassName
{
border-color: #E90FFD;
}
</style>