Shades of Psychedelic Purple #E402ED
Tints of Psychedelic Purple #E402ED
RGB
CMYK
RGB Variations
Color information
#E402ED (or 0xE402ED) is known color: Psychedelic Purple. HEX triplet: E4, 02 and ED. RGB value is (228,2,237). Sum of RGB (Red+Green+Blue) = 228+2+237=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 2 (1.17% from 255 or 0.43% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #E402ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E402ED is #1BFD12. Grayscale: #5F5F5F. Windows color (decimal): -1834259 or 15532772. OLE color: 15532772.
HSL color Cylindrical-coordinate representation of color #E402ED: hue angle of 297.7º 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 #E402ED is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 2 | 237 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.07 |
| HSL | 297.7º | 0.98% | 0.47% | - |
| HSV(B) | 297.7º | 0.99% | 0.93% | - |
| XYZ | 47.3 | 22.65 | 82 | - |
| YUV | 96.36 | 207.37 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 2 | 237 | 0.04 | 0.99 | 0 | 0.07 | 297.7 | 0.98 | 0.47 |
| Hex | E4 | 2 | ED | 4 | 63 | 0 | 7 | 12A | 62 | 2F |
| Octal | 344 | 2 | 355 | 4 | 143 | 0 | 7 | 452 | 142 | 57 |
| Binary | 11100100 | 10 | 11101101 | 100 | 1100011 | 0 | 111 | 100101010 | 1100010 | 101111 |
Color Harmonies of #E402ED
Complementary color
Monochromatic Colors of #E402ED
Black with #E402ED
Text Example
Text Example
White with #E402ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E402ED; }
p { color: rgb(228,2,237); }
H1.HeaderClassName
{
color: #E402ED;
}
.AnyTagClassName
{
color: #E402ED;
}
</style>
background-color css
<style>
a { background-color: #E402ED; }
a { background-color: rgb(228,2,237); }
div.DivClassName
{
background-color: #E402ED;
}
.BgClassName
{
background-color: #E402ED;
}
</style>
border-color css
<style>
span { border-color: #E402ED; }
span { border-color: rgb(228,2,237); }
td.TdClassName
{
border-color: #E402ED;
}
.TagClassName
{
border-color: #E402ED;
}
</style>