Shades of Psychedelic Purple #E202EE
Tints of Psychedelic Purple #E202EE
RGB
CMYK
RGB Variations
Color information
#E202EE (or 0xE202EE) is known color: Psychedelic Purple. HEX triplet: E2, 02 and EE. RGB value is (226,2,238). Sum of RGB (Red+Green+Blue) = 226+2+238=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 2 (1.17% from 255 or 0.43% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #E202EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E202EE is #1DFD11. Grayscale: #5F5F5F. Windows color (decimal): -1965330 or 15598306. OLE color: 15598306.
HSL color Cylindrical-coordinate representation of color #E202EE: hue angle of 296.95º 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 #E202EE is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 2 | 238 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.07 |
| HSL | 296.95º | 0.98% | 0.47% | - |
| HSV(B) | 296.95º | 0.99% | 0.93% | - |
| XYZ | 46.82 | 22.39 | 82.74 | - |
| YUV | 95.88 | 208.21 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 238 | 0.05 | 0.99 | 0 | 0.07 | 296.95 | 0.98 | 0.47 |
| Hex | E2 | 2 | EE | 5 | 63 | 0 | 7 | 129 | 62 | 2F |
| Octal | 342 | 2 | 356 | 5 | 143 | 0 | 7 | 451 | 142 | 57 |
| Binary | 11100010 | 10 | 11101110 | 101 | 1100011 | 0 | 111 | 100101001 | 1100010 | 101111 |
Color Harmonies of #E202EE
Complementary color
Monochromatic Colors of #E202EE
Black with #E202EE
Text Example
Text Example
White with #E202EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E202EE; }
p { color: rgb(226,2,238); }
H1.HeaderClassName
{
color: #E202EE;
}
.AnyTagClassName
{
color: #E202EE;
}
</style>
background-color css
<style>
a { background-color: #E202EE; }
a { background-color: rgb(226,2,238); }
div.DivClassName
{
background-color: #E202EE;
}
.BgClassName
{
background-color: #E202EE;
}
</style>
border-color css
<style>
span { border-color: #E202EE; }
span { border-color: rgb(226,2,238); }
td.TdClassName
{
border-color: #E202EE;
}
.TagClassName
{
border-color: #E202EE;
}
</style>