Shades of Psychedelic Purple #E00AEE
Tints of Psychedelic Purple #E00AEE
RGB
CMYK
RGB Variations
Color information
#E00AEE (or 0xE00AEE) is known color: Psychedelic Purple. HEX triplet: E0, 0A and EE. RGB value is (224,10,238). Sum of RGB (Red+Green+Blue) = 224+10+238=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 10 (4.30% from 255 or 2.12% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #E00AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00AEE is #1FF511. Grayscale: #636363. Windows color (decimal): -2094354 or 15600352. OLE color: 15600352.
HSL color Cylindrical-coordinate representation of color #E00AEE: hue angle of 296.32º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00AEE is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 10 | 238 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.07 |
| HSL | 296.32º | 0.92% | 0.49% | - |
| HSV(B) | 296.32º | 0.96% | 0.93% | - |
| XYZ | 46.28 | 22.24 | 82.74 | - |
| YUV | 99.98 | 205.9 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 238 | 0.06 | 0.96 | 0 | 0.07 | 296.32 | 0.92 | 0.49 |
| Hex | E0 | A | EE | 6 | 60 | 0 | 7 | 128 | 5C | 31 |
| Octal | 340 | 12 | 356 | 6 | 140 | 0 | 7 | 450 | 134 | 61 |
| Binary | 11100000 | 1010 | 11101110 | 110 | 1100000 | 0 | 111 | 100101000 | 1011100 | 110001 |
Color Harmonies of #E00AEE
Complementary color
Monochromatic Colors of #E00AEE
Black with #E00AEE
Text Example
Text Example
White with #E00AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00AEE; }
p { color: rgb(224,10,238); }
H1.HeaderClassName
{
color: #E00AEE;
}
.AnyTagClassName
{
color: #E00AEE;
}
</style>
background-color css
<style>
a { background-color: #E00AEE; }
a { background-color: rgb(224,10,238); }
div.DivClassName
{
background-color: #E00AEE;
}
.BgClassName
{
background-color: #E00AEE;
}
</style>
border-color css
<style>
span { border-color: #E00AEE; }
span { border-color: rgb(224,10,238); }
td.TdClassName
{
border-color: #E00AEE;
}
.TagClassName
{
border-color: #E00AEE;
}
</style>