Shades of Psychedelic Purple #E10FF8
Tints of Psychedelic Purple #E10FF8
RGB
CMYK
RGB Variations
Color information
#E10FF8 (or 0xE10FF8) is known color: Psychedelic Purple. HEX triplet: E1, 0F and F8. RGB value is (225,15,248). Sum of RGB (Red+Green+Blue) = 225+15+248=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 15 (6.25% from 255 or 3.07% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #E10FF8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10FF8 is #1EF007. Grayscale: #676767. Windows color (decimal): -2027528 or 16256993. OLE color: 16256993.
HSL color Cylindrical-coordinate representation of color #E10FF8: hue angle of 294.08º 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 #E10FF8 is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 225 | 15 | 248 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.03 |
| HSL | 294.08º | 0.94% | 0.52% | - |
| HSV(B) | 294.08º | 0.94% | 0.97% | - |
| XYZ | 48.17 | 23.13 | 90.73 | - |
| YUV | 104.35 | 209.07 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 15 | 248 | 0.09 | 0.94 | 0 | 0.03 | 294.08 | 0.94 | 0.52 |
| Hex | E1 | F | F8 | 9 | 5E | 0 | 3 | 126 | 5E | 34 |
| Octal | 341 | 17 | 370 | 11 | 136 | 0 | 3 | 446 | 136 | 64 |
| Binary | 11100001 | 1111 | 11111000 | 1001 | 1011110 | 0 | 11 | 100100110 | 1011110 | 110100 |
Color Harmonies of #E10FF8
Complementary color
Monochromatic Colors of #E10FF8
Black with #E10FF8
Text Example
Text Example
White with #E10FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10FF8; }
p { color: rgb(225,15,248); }
H1.HeaderClassName
{
color: #E10FF8;
}
.AnyTagClassName
{
color: #E10FF8;
}
</style>
background-color css
<style>
a { background-color: #E10FF8; }
a { background-color: rgb(225,15,248); }
div.DivClassName
{
background-color: #E10FF8;
}
.BgClassName
{
background-color: #E10FF8;
}
</style>
border-color css
<style>
span { border-color: #E10FF8; }
span { border-color: rgb(225,15,248); }
td.TdClassName
{
border-color: #E10FF8;
}
.TagClassName
{
border-color: #E10FF8;
}
</style>