Shades of Psychedelic Purple #E203FA
Tints of Psychedelic Purple #E203FA
RGB
CMYK
RGB Variations
Color information
#E203FA (or 0xE203FA) is known color: Psychedelic Purple. HEX triplet: E2, 03 and FA. RGB value is (226,3,250). Sum of RGB (Red+Green+Blue) = 226+3+250=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 3 (1.56% from 255 or 0.63% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #E203FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E203FA is #1DFC05. Grayscale: #616161. Windows color (decimal): -1965062 or 16384994. OLE color: 16384994.
HSL color Cylindrical-coordinate representation of color #E203FA: hue angle of 294.17º 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 #E203FA is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 3 | 250 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.02 |
| HSL | 294.17º | 0.98% | 0.5% | - |
| HSV(B) | 294.17º | 0.99% | 0.98% | - |
| XYZ | 48.65 | 23.14 | 92.34 | - |
| YUV | 97.84 | 213.88 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 250 | 0.10 | 0.99 | 0 | 0.02 | 294.17 | 0.98 | 0.5 |
| Hex | E2 | 3 | FA | A | 63 | 0 | 2 | 126 | 62 | 32 |
| Octal | 342 | 3 | 372 | 12 | 143 | 0 | 2 | 446 | 142 | 62 |
| Binary | 11100010 | 11 | 11111010 | 1010 | 1100011 | 0 | 10 | 100100110 | 1100010 | 110010 |
Color Harmonies of #E203FA
Complementary color
Monochromatic Colors of #E203FA
Black with #E203FA
Text Example
Text Example
White with #E203FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E203FA; }
p { color: rgb(226,3,250); }
H1.HeaderClassName
{
color: #E203FA;
}
.AnyTagClassName
{
color: #E203FA;
}
</style>
background-color css
<style>
a { background-color: #E203FA; }
a { background-color: rgb(226,3,250); }
div.DivClassName
{
background-color: #E203FA;
}
.BgClassName
{
background-color: #E203FA;
}
</style>
border-color css
<style>
span { border-color: #E203FA; }
span { border-color: rgb(226,3,250); }
td.TdClassName
{
border-color: #E203FA;
}
.TagClassName
{
border-color: #E203FA;
}
</style>