Shades of Psychedelic Purple #E003FA
Tints of Psychedelic Purple #E003FA
RGB
CMYK
RGB Variations
Color information
#E003FA (or 0xE003FA) is known color: Psychedelic Purple. HEX triplet: E0, 03 and FA. RGB value is (224,3,250). Sum of RGB (Red+Green+Blue) = 224+3+250=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 3 (1.56% from 255 or 0.63% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #E003FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E003FA is #1FFC05. Grayscale: #606060. Windows color (decimal): -2096134 or 16384992. OLE color: 16384992.
HSL color Cylindrical-coordinate representation of color #E003FA: hue angle of 293.68º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E003FA is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 3 | 250 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.02 |
| HSL | 293.68º | 0.98% | 0.5% | - |
| HSV(B) | 293.68º | 0.99% | 0.98% | - |
| XYZ | 48.03 | 22.81 | 92.31 | - |
| YUV | 97.24 | 214.22 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 3 | 250 | 0.10 | 0.99 | 0 | 0.02 | 293.68 | 0.98 | 0.5 |
| Hex | E0 | 3 | FA | A | 63 | 0 | 2 | 126 | 62 | 32 |
| Octal | 340 | 3 | 372 | 12 | 143 | 0 | 2 | 446 | 142 | 62 |
| Binary | 11100000 | 11 | 11111010 | 1010 | 1100011 | 0 | 10 | 100100110 | 1100010 | 110010 |
Color Harmonies of #E003FA
Complementary color
Monochromatic Colors of #E003FA
Black with #E003FA
Text Example
Text Example
White with #E003FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E003FA; }
p { color: rgb(224,3,250); }
H1.HeaderClassName
{
color: #E003FA;
}
.AnyTagClassName
{
color: #E003FA;
}
</style>
background-color css
<style>
a { background-color: #E003FA; }
a { background-color: rgb(224,3,250); }
div.DivClassName
{
background-color: #E003FA;
}
.BgClassName
{
background-color: #E003FA;
}
</style>
border-color css
<style>
span { border-color: #E003FA; }
span { border-color: rgb(224,3,250); }
td.TdClassName
{
border-color: #E003FA;
}
.TagClassName
{
border-color: #E003FA;
}
</style>