Shades of Psychedelic Purple #E810F8
Tints of Psychedelic Purple #E810F8
RGB
CMYK
RGB Variations
Color information
#E810F8 (or 0xE810F8) is known color: Psychedelic Purple. HEX triplet: E8, 10 and F8. RGB value is (232,16,248). Sum of RGB (Red+Green+Blue) = 232+16+248=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 16 (6.64% from 255 or 3.23% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #E810F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E810F8 is #17EF07. Grayscale: #6A6A6A. Windows color (decimal): -1568520 or 16257256. OLE color: 16257256.
HSL color Cylindrical-coordinate representation of color #E810F8: hue angle of 295.86º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E810F8 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 232 | 16 | 248 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.03 |
| HSL | 295.86º | 0.94% | 0.52% | - |
| HSV(B) | 295.86º | 0.94% | 0.97% | - |
| XYZ | 50.41 | 24.3 | 90.84 | - |
| YUV | 107.03 | 207.56 | 217.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 248 | 0.06 | 0.94 | 0 | 0.03 | 295.86 | 0.94 | 0.52 |
| Hex | E8 | 10 | F8 | 6 | 5E | 0 | 3 | 128 | 5E | 34 |
| Octal | 350 | 20 | 370 | 6 | 136 | 0 | 3 | 450 | 136 | 64 |
| Binary | 11101000 | 10000 | 11111000 | 110 | 1011110 | 0 | 11 | 100101000 | 1011110 | 110100 |
Color Harmonies of #E810F8
Complementary color
Monochromatic Colors of #E810F8
Black with #E810F8
Text Example
Text Example
White with #E810F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E810F8; }
p { color: rgb(232,16,248); }
H1.HeaderClassName
{
color: #E810F8;
}
.AnyTagClassName
{
color: #E810F8;
}
</style>
background-color css
<style>
a { background-color: #E810F8; }
a { background-color: rgb(232,16,248); }
div.DivClassName
{
background-color: #E810F8;
}
.BgClassName
{
background-color: #E810F8;
}
</style>
border-color css
<style>
span { border-color: #E810F8; }
span { border-color: rgb(232,16,248); }
td.TdClassName
{
border-color: #E810F8;
}
.TagClassName
{
border-color: #E810F8;
}
</style>