Shades of Psychedelic Purple #E70AFE
Tints of Psychedelic Purple #E70AFE
RGB
CMYK
RGB Variations
Color information
#E70AFE (or 0xE70AFE) is known color: Psychedelic Purple. HEX triplet: E7, 0A and FE. RGB value is (231,10,254). Sum of RGB (Red+Green+Blue) = 231+10+254=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 10 (4.30% from 255 or 2.02% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #E70AFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70AFE is #18F501. Grayscale: #676767. Windows color (decimal): -1635586 or 16648935. OLE color: 16648935.
HSL color Cylindrical-coordinate representation of color #E70AFE: hue angle of 294.34º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70AFE is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 10 | 254 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.00 |
| HSL | 294.34º | 0.99% | 0.52% | - |
| HSV(B) | 294.34º | 0.96% | 1% | - |
| XYZ | 50.95 | 24.36 | 95.78 | - |
| YUV | 103.9 | 212.72 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 254 | 0.09 | 0.96 | 0 | 0.00 | 294.34 | 0.99 | 0.52 |
| Hex | E7 | A | FE | 9 | 60 | 0 | 0 | 126 | 63 | 34 |
| Octal | 347 | 12 | 376 | 11 | 140 | 0 | 0 | 446 | 143 | 64 |
| Binary | 11100111 | 1010 | 11111110 | 1001 | 1100000 | 0 | 0 | 100100110 | 1100011 | 110100 |
Color Harmonies of #E70AFE
Complementary color
Monochromatic Colors of #E70AFE
Black with #E70AFE
Text Example
Text Example
White with #E70AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70AFE; }
p { color: rgb(231,10,254); }
H1.HeaderClassName
{
color: #E70AFE;
}
.AnyTagClassName
{
color: #E70AFE;
}
</style>
background-color css
<style>
a { background-color: #E70AFE; }
a { background-color: rgb(231,10,254); }
div.DivClassName
{
background-color: #E70AFE;
}
.BgClassName
{
background-color: #E70AFE;
}
</style>
border-color css
<style>
span { border-color: #E70AFE; }
span { border-color: rgb(231,10,254); }
td.TdClassName
{
border-color: #E70AFE;
}
.TagClassName
{
border-color: #E70AFE;
}
</style>