Shades of Psychedelic Purple #E00AF3
Tints of Psychedelic Purple #E00AF3
RGB
CMYK
RGB Variations
Color information
#E00AF3 (or 0xE00AF3) is known color: Psychedelic Purple. HEX triplet: E0, 0A and F3. RGB value is (224,10,243). Sum of RGB (Red+Green+Blue) = 224+10+243=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 10 (4.30% from 255 or 2.10% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #E00AF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00AF3 is #1FF50C. Grayscale: #636363. Windows color (decimal): -2094349 or 15928032. OLE color: 15928032.
HSL color Cylindrical-coordinate representation of color #E00AF3: hue angle of 295.11º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E00AF3 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 10 | 243 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.05 |
| HSL | 295.11º | 0.92% | 0.5% | - |
| HSV(B) | 295.11º | 0.96% | 0.95% | - |
| XYZ | 47.03 | 22.54 | 86.67 | - |
| YUV | 100.55 | 208.4 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 10 | 243 | 0.08 | 0.96 | 0 | 0.05 | 295.11 | 0.92 | 0.5 |
| Hex | E0 | A | F3 | 8 | 60 | 0 | 5 | 127 | 5C | 32 |
| Octal | 340 | 12 | 363 | 10 | 140 | 0 | 5 | 447 | 134 | 62 |
| Binary | 11100000 | 1010 | 11110011 | 1000 | 1100000 | 0 | 101 | 100100111 | 1011100 | 110010 |
Color Harmonies of #E00AF3
Complementary color
Monochromatic Colors of #E00AF3
Black with #E00AF3
Text Example
Text Example
White with #E00AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00AF3; }
p { color: rgb(224,10,243); }
H1.HeaderClassName
{
color: #E00AF3;
}
.AnyTagClassName
{
color: #E00AF3;
}
</style>
background-color css
<style>
a { background-color: #E00AF3; }
a { background-color: rgb(224,10,243); }
div.DivClassName
{
background-color: #E00AF3;
}
.BgClassName
{
background-color: #E00AF3;
}
</style>
border-color css
<style>
span { border-color: #E00AF3; }
span { border-color: rgb(224,10,243); }
td.TdClassName
{
border-color: #E00AF3;
}
.TagClassName
{
border-color: #E00AF3;
}
</style>