Shades of Psychedelic Purple #E802ED
Tints of Psychedelic Purple #E802ED
RGB
CMYK
RGB Variations
Color information
#E802ED (or 0xE802ED) is known color: Psychedelic Purple. HEX triplet: E8, 02 and ED. RGB value is (232,2,237). Sum of RGB (Red+Green+Blue) = 232+2+237=471 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.26% from 471); Green value is 2 (1.17% from 255 or 0.42% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #E802ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E802ED is #17FD12. Grayscale: #606060. Windows color (decimal): -1572115 or 15532776. OLE color: 15532776.
HSL color Cylindrical-coordinate representation of color #E802ED: hue angle of 298.72º 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 #E802ED is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 2 | 237 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.07 |
| HSL | 298.72º | 0.98% | 0.47% | - |
| HSV(B) | 298.72º | 0.99% | 0.93% | - |
| XYZ | 48.59 | 23.31 | 82.06 | - |
| YUV | 97.56 | 206.7 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 237 | 0.02 | 0.99 | 0 | 0.07 | 298.72 | 0.98 | 0.47 |
| Hex | E8 | 2 | ED | 2 | 63 | 0 | 7 | 12B | 62 | 2F |
| Octal | 350 | 2 | 355 | 2 | 143 | 0 | 7 | 453 | 142 | 57 |
| Binary | 11101000 | 10 | 11101101 | 10 | 1100011 | 0 | 111 | 100101011 | 1100010 | 101111 |
Color Harmonies of #E802ED
Complementary color
Monochromatic Colors of #E802ED
Black with #E802ED
Text Example
Text Example
White with #E802ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E802ED; }
p { color: rgb(232,2,237); }
H1.HeaderClassName
{
color: #E802ED;
}
.AnyTagClassName
{
color: #E802ED;
}
</style>
background-color css
<style>
a { background-color: #E802ED; }
a { background-color: rgb(232,2,237); }
div.DivClassName
{
background-color: #E802ED;
}
.BgClassName
{
background-color: #E802ED;
}
</style>
border-color css
<style>
span { border-color: #E802ED; }
span { border-color: rgb(232,2,237); }
td.TdClassName
{
border-color: #E802ED;
}
.TagClassName
{
border-color: #E802ED;
}
</style>