Shades of Psychedelic Purple #E917F8
Tints of Psychedelic Purple #E917F8
RGB
CMYK
RGB Variations
Color information
#E917F8 (or 0xE917F8) is known color: Psychedelic Purple. HEX triplet: E9, 17 and F8. RGB value is (233,23,248). Sum of RGB (Red+Green+Blue) = 233+23+248=504 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.23% from 504); Green value is 23 (9.38% from 255 or 4.56% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #E917F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E917F8 is #16E807. Grayscale: #6E6E6E. Windows color (decimal): -1501192 or 16259049. OLE color: 16259049.
HSL color Cylindrical-coordinate representation of color #E917F8: hue angle of 296º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E917F8 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 233 | 23 | 248 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.03 |
| HSL | 296º | 0.94% | 0.53% | - |
| HSV(B) | 296º | 0.91% | 0.97% | - |
| XYZ | 50.85 | 24.71 | 90.9 | - |
| YUV | 111.44 | 205.07 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 23 | 248 | 0.06 | 0.91 | 0 | 0.03 | 296 | 0.94 | 0.53 |
| Hex | E9 | 17 | F8 | 6 | 5B | 0 | 3 | 128 | 5E | 35 |
| Octal | 351 | 27 | 370 | 6 | 133 | 0 | 3 | 450 | 136 | 65 |
| Binary | 11101001 | 10111 | 11111000 | 110 | 1011011 | 0 | 11 | 100101000 | 1011110 | 110101 |
Color Harmonies of #E917F8
Complementary color
Monochromatic Colors of #E917F8
Black with #E917F8
Text Example
Text Example
White with #E917F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E917F8; }
p { color: rgb(233,23,248); }
H1.HeaderClassName
{
color: #E917F8;
}
.AnyTagClassName
{
color: #E917F8;
}
</style>
background-color css
<style>
a { background-color: #E917F8; }
a { background-color: rgb(233,23,248); }
div.DivClassName
{
background-color: #E917F8;
}
.BgClassName
{
background-color: #E917F8;
}
</style>
border-color css
<style>
span { border-color: #E917F8; }
span { border-color: rgb(233,23,248); }
td.TdClassName
{
border-color: #E917F8;
}
.TagClassName
{
border-color: #E917F8;
}
</style>