Shades of Psychedelic Purple #E502EC
Tints of Psychedelic Purple #E502EC
RGB
CMYK
RGB Variations
Color information
#E502EC (or 0xE502EC) is known color: Psychedelic Purple. HEX triplet: E5, 02 and EC. RGB value is (229,2,236). Sum of RGB (Red+Green+Blue) = 229+2+236=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 2 (1.17% from 255 or 0.43% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #E502EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E502EC is #1AFD13. Grayscale: #5F5F5F. Windows color (decimal): -1768724 or 15467237. OLE color: 15467237.
HSL color Cylindrical-coordinate representation of color #E502EC: hue angle of 298.21º 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 #E502EC is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 2 | 236 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.07 |
| HSL | 298.21º | 0.98% | 0.47% | - |
| HSV(B) | 298.21º | 0.99% | 0.93% | - |
| XYZ | 47.48 | 22.76 | 81.25 | - |
| YUV | 96.55 | 206.71 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 2 | 236 | 0.03 | 0.99 | 0 | 0.07 | 298.21 | 0.98 | 0.47 |
| Hex | E5 | 2 | EC | 3 | 63 | 0 | 7 | 12A | 62 | 2F |
| Octal | 345 | 2 | 354 | 3 | 143 | 0 | 7 | 452 | 142 | 57 |
| Binary | 11100101 | 10 | 11101100 | 11 | 1100011 | 0 | 111 | 100101010 | 1100010 | 101111 |
Color Harmonies of #E502EC
Complementary color
Monochromatic Colors of #E502EC
Black with #E502EC
Text Example
Text Example
White with #E502EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E502EC; }
p { color: rgb(229,2,236); }
H1.HeaderClassName
{
color: #E502EC;
}
.AnyTagClassName
{
color: #E502EC;
}
</style>
background-color css
<style>
a { background-color: #E502EC; }
a { background-color: rgb(229,2,236); }
div.DivClassName
{
background-color: #E502EC;
}
.BgClassName
{
background-color: #E502EC;
}
</style>
border-color css
<style>
span { border-color: #E502EC; }
span { border-color: rgb(229,2,236); }
td.TdClassName
{
border-color: #E502EC;
}
.TagClassName
{
border-color: #E502EC;
}
</style>