Shades of Psychedelic Purple #E00AFA
Tints of Psychedelic Purple #E00AFA
RGB
CMYK
RGB Variations
Color information
#E00AFA (or 0xE00AFA) is known color: Psychedelic Purple. HEX triplet: E0, 0A and FA. RGB value is (224,10,250). Sum of RGB (Red+Green+Blue) = 224+10+250=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 10 (4.30% from 255 or 2.07% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #E00AFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00AFA is #1FF505. Grayscale: #646464. Windows color (decimal): -2094342 or 16386784. OLE color: 16386784.
HSL color Cylindrical-coordinate representation of color #E00AFA: hue angle of 293.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00AFA is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 10 | 250 | - |
| CMYK | 0.10 | 0.96 | 0 | 0.02 |
| HSL | 293.5º | 0.96% | 0.51% | - |
| HSV(B) | 293.5º | 0.96% | 0.98% | - |
| XYZ | 48.1 | 22.97 | 92.34 | - |
| YUV | 101.35 | 211.9 | 215.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 250 | 0.10 | 0.96 | 0 | 0.02 | 293.5 | 0.96 | 0.51 |
| Hex | E0 | A | FA | A | 60 | 0 | 2 | 126 | 60 | 33 |
| Octal | 340 | 12 | 372 | 12 | 140 | 0 | 2 | 446 | 140 | 63 |
| Binary | 11100000 | 1010 | 11111010 | 1010 | 1100000 | 0 | 10 | 100100110 | 1100000 | 110011 |
Color Harmonies of #E00AFA
Complementary color
Monochromatic Colors of #E00AFA
Black with #E00AFA
Text Example
Text Example
White with #E00AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00AFA; }
p { color: rgb(224,10,250); }
H1.HeaderClassName
{
color: #E00AFA;
}
.AnyTagClassName
{
color: #E00AFA;
}
</style>
background-color css
<style>
a { background-color: #E00AFA; }
a { background-color: rgb(224,10,250); }
div.DivClassName
{
background-color: #E00AFA;
}
.BgClassName
{
background-color: #E00AFA;
}
</style>
border-color css
<style>
span { border-color: #E00AFA; }
span { border-color: rgb(224,10,250); }
td.TdClassName
{
border-color: #E00AFA;
}
.TagClassName
{
border-color: #E00AFA;
}
</style>