Shades of Psychedelic Purple #E202ED
Tints of Psychedelic Purple #E202ED
RGB
CMYK
RGB Variations
Color information
#E202ED (or 0xE202ED) is known color: Psychedelic Purple. HEX triplet: E2, 02 and ED. RGB value is (226,2,237). Sum of RGB (Red+Green+Blue) = 226+2+237=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 2 (1.17% from 255 or 0.43% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #E202ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E202ED is #1DFD12. Grayscale: #5F5F5F. Windows color (decimal): -1965331 or 15532770. OLE color: 15532770.
HSL color Cylindrical-coordinate representation of color #E202ED: hue angle of 297.19º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E202ED is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 2 | 237 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.07 |
| HSL | 297.19º | 0.98% | 0.47% | - |
| HSV(B) | 297.19º | 0.99% | 0.93% | - |
| XYZ | 46.67 | 22.33 | 81.97 | - |
| YUV | 95.77 | 207.71 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 237 | 0.05 | 0.99 | 0 | 0.07 | 297.19 | 0.98 | 0.47 |
| Hex | E2 | 2 | ED | 5 | 63 | 0 | 7 | 129 | 62 | 2F |
| Octal | 342 | 2 | 355 | 5 | 143 | 0 | 7 | 451 | 142 | 57 |
| Binary | 11100010 | 10 | 11101101 | 101 | 1100011 | 0 | 111 | 100101001 | 1100010 | 101111 |
Color Harmonies of #E202ED
Complementary color
Monochromatic Colors of #E202ED
Black with #E202ED
Text Example
Text Example
White with #E202ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E202ED; }
p { color: rgb(226,2,237); }
H1.HeaderClassName
{
color: #E202ED;
}
.AnyTagClassName
{
color: #E202ED;
}
</style>
background-color css
<style>
a { background-color: #E202ED; }
a { background-color: rgb(226,2,237); }
div.DivClassName
{
background-color: #E202ED;
}
.BgClassName
{
background-color: #E202ED;
}
</style>
border-color css
<style>
span { border-color: #E202ED; }
span { border-color: rgb(226,2,237); }
td.TdClassName
{
border-color: #E202ED;
}
.TagClassName
{
border-color: #E202ED;
}
</style>