Shades of Psychedelic Purple #E202EF
Tints of Psychedelic Purple #E202EF
RGB
CMYK
RGB Variations
Color information
#E202EF (or 0xE202EF) is known color: Psychedelic Purple. HEX triplet: E2, 02 and EF. RGB value is (226,2,239). Sum of RGB (Red+Green+Blue) = 226+2+239=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 2 (1.17% from 255 or 0.43% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #E202EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E202EF is #1DFD10. Grayscale: #5F5F5F. Windows color (decimal): -1965329 or 15663842. OLE color: 15663842.
HSL color Cylindrical-coordinate representation of color #E202EF: hue angle of 296.71º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E202EF is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 2 | 239 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.06 |
| HSL | 296.71º | 0.98% | 0.47% | - |
| HSV(B) | 296.71º | 0.99% | 0.94% | - |
| XYZ | 46.97 | 22.44 | 83.52 | - |
| YUV | 95.99 | 208.71 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 239 | 0.05 | 0.99 | 0 | 0.06 | 296.71 | 0.98 | 0.47 |
| Hex | E2 | 2 | EF | 5 | 63 | 0 | 6 | 129 | 62 | 2F |
| Octal | 342 | 2 | 357 | 5 | 143 | 0 | 6 | 451 | 142 | 57 |
| Binary | 11100010 | 10 | 11101111 | 101 | 1100011 | 0 | 110 | 100101001 | 1100010 | 101111 |
Color Harmonies of #E202EF
Complementary color
Monochromatic Colors of #E202EF
Black with #E202EF
Text Example
Text Example
White with #E202EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E202EF; }
p { color: rgb(226,2,239); }
H1.HeaderClassName
{
color: #E202EF;
}
.AnyTagClassName
{
color: #E202EF;
}
</style>
background-color css
<style>
a { background-color: #E202EF; }
a { background-color: rgb(226,2,239); }
div.DivClassName
{
background-color: #E202EF;
}
.BgClassName
{
background-color: #E202EF;
}
</style>
border-color css
<style>
span { border-color: #E202EF; }
span { border-color: rgb(226,2,239); }
td.TdClassName
{
border-color: #E202EF;
}
.TagClassName
{
border-color: #E202EF;
}
</style>