Shades of Psychedelic Purple #E202FD
Tints of Psychedelic Purple #E202FD
RGB
CMYK
RGB Variations
Color information
#E202FD (or 0xE202FD) is known color: Psychedelic Purple. HEX triplet: E2, 02 and FD. RGB value is (226,2,253). Sum of RGB (Red+Green+Blue) = 226+2+253=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 2 (1.17% from 255 or 0.42% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #E202FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E202FD is #1DFD02. Grayscale: #606060. Windows color (decimal): -1965315 or 16581346. OLE color: 16581346.
HSL color Cylindrical-coordinate representation of color #E202FD: hue angle of 293.55º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E202FD is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 2 | 253 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.01 |
| HSL | 293.55º | 0.98% | 0.5% | - |
| HSV(B) | 293.55º | 0.99% | 0.99% | - |
| XYZ | 49.12 | 23.3 | 94.84 | - |
| YUV | 97.59 | 215.71 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 253 | 0.11 | 0.99 | 0 | 0.01 | 293.55 | 0.98 | 0.5 |
| Hex | E2 | 2 | FD | B | 63 | 0 | 1 | 126 | 62 | 32 |
| Octal | 342 | 2 | 375 | 13 | 143 | 0 | 1 | 446 | 142 | 62 |
| Binary | 11100010 | 10 | 11111101 | 1011 | 1100011 | 0 | 1 | 100100110 | 1100010 | 110010 |
Color Harmonies of #E202FD
Complementary color
Monochromatic Colors of #E202FD
Black with #E202FD
Text Example
Text Example
White with #E202FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E202FD; }
p { color: rgb(226,2,253); }
H1.HeaderClassName
{
color: #E202FD;
}
.AnyTagClassName
{
color: #E202FD;
}
</style>
background-color css
<style>
a { background-color: #E202FD; }
a { background-color: rgb(226,2,253); }
div.DivClassName
{
background-color: #E202FD;
}
.BgClassName
{
background-color: #E202FD;
}
</style>
border-color css
<style>
span { border-color: #E202FD; }
span { border-color: rgb(226,2,253); }
td.TdClassName
{
border-color: #E202FD;
}
.TagClassName
{
border-color: #E202FD;
}
</style>