Shades of Psychedelic Purple #E10AFF
Tints of Psychedelic Purple #E10AFF
RGB
CMYK
RGB Variations
Color information
#E10AFF (or 0xE10AFF) is known color: Psychedelic Purple. HEX triplet: E1, 0A and FF. RGB value is (225,10,255). Sum of RGB (Red+Green+Blue) = 225+10+255=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 10 (4.30% from 255 or 2.04% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #E10AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10AFF is #1EF500. Grayscale: #656565. Windows color (decimal): -2028801 or 16714465. OLE color: 16714465.
HSL color Cylindrical-coordinate representation of color #E10AFF: hue angle of 292.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E10AFF is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 10 | 255 | - |
| CMYK | 0.12 | 0.96 | 0 | 0 |
| HSL | 292.65º | 1% | 0.52% | - |
| HSV(B) | 292.65º | 0.96% | 1% | - |
| XYZ | 49.21 | 23.44 | 96.54 | - |
| YUV | 102.22 | 214.23 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 255 | 0.12 | 0.96 | 0 | 0 | 292.65 | 1 | 0.52 |
| Hex | E1 | A | FF | C | 60 | 0 | 0 | 125 | 64 | 34 |
| Octal | 341 | 12 | 377 | 14 | 140 | 0 | 0 | 445 | 144 | 64 |
| Binary | 11100001 | 1010 | 11111111 | 1100 | 1100000 | 0 | 0 | 100100101 | 1100100 | 110100 |
Color Harmonies of #E10AFF
Complementary color
Monochromatic Colors of #E10AFF
Black with #E10AFF
Text Example
Text Example
White with #E10AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10AFF; }
p { color: rgb(225,10,255); }
H1.HeaderClassName
{
color: #E10AFF;
}
.AnyTagClassName
{
color: #E10AFF;
}
</style>
background-color css
<style>
a { background-color: #E10AFF; }
a { background-color: rgb(225,10,255); }
div.DivClassName
{
background-color: #E10AFF;
}
.BgClassName
{
background-color: #E10AFF;
}
</style>
border-color css
<style>
span { border-color: #E10AFF; }
span { border-color: rgb(225,10,255); }
td.TdClassName
{
border-color: #E10AFF;
}
.TagClassName
{
border-color: #E10AFF;
}
</style>