Shades of Psychedelic Purple #E502EE
Tints of Psychedelic Purple #E502EE
RGB
CMYK
RGB Variations
Color information
#E502EE (or 0xE502EE) is known color: Psychedelic Purple. HEX triplet: E5, 02 and EE. RGB value is (229,2,238). Sum of RGB (Red+Green+Blue) = 229+2+238=469 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.83% from 469); Green value is 2 (1.17% from 255 or 0.43% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #E502EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E502EE is #1AFD11. Grayscale: #606060. Windows color (decimal): -1768722 or 15598309. OLE color: 15598309.
HSL color Cylindrical-coordinate representation of color #E502EE: hue angle of 297.71º 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 #E502EE is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 2 | 238 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.07 |
| HSL | 297.71º | 0.98% | 0.47% | - |
| HSV(B) | 297.71º | 0.99% | 0.93% | - |
| XYZ | 47.77 | 22.87 | 82.79 | - |
| YUV | 96.78 | 207.71 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 238 | 0.04 | 0.99 | 0 | 0.07 | 297.71 | 0.98 | 0.47 |
| Hex | E5 | 2 | EE | 4 | 63 | 0 | 7 | 12A | 62 | 2F |
| Octal | 345 | 2 | 356 | 4 | 143 | 0 | 7 | 452 | 142 | 57 |
| Binary | 11100101 | 10 | 11101110 | 100 | 1100011 | 0 | 111 | 100101010 | 1100010 | 101111 |
Color Harmonies of #E502EE
Complementary color
Monochromatic Colors of #E502EE
Black with #E502EE
Text Example
Text Example
White with #E502EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E502EE; }
p { color: rgb(229,2,238); }
H1.HeaderClassName
{
color: #E502EE;
}
.AnyTagClassName
{
color: #E502EE;
}
</style>
background-color css
<style>
a { background-color: #E502EE; }
a { background-color: rgb(229,2,238); }
div.DivClassName
{
background-color: #E502EE;
}
.BgClassName
{
background-color: #E502EE;
}
</style>
border-color css
<style>
span { border-color: #E502EE; }
span { border-color: rgb(229,2,238); }
td.TdClassName
{
border-color: #E502EE;
}
.TagClassName
{
border-color: #E502EE;
}
</style>