Shades of Psychedelic Purple #E406ED
Tints of Psychedelic Purple #E406ED
RGB
CMYK
RGB Variations
Color information
#E406ED (or 0xE406ED) is known color: Psychedelic Purple. HEX triplet: E4, 06 and ED. RGB value is (228,6,237). Sum of RGB (Red+Green+Blue) = 228+6+237=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 6 (2.73% from 255 or 1.27% 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 #E406ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E406ED is #1BF912. Grayscale: #626262. Windows color (decimal): -1833235 or 15533796. OLE color: 15533796.
HSL color Cylindrical-coordinate representation of color #E406ED: hue angle of 297.66º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E406ED is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 6 | 237 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.07 |
| HSL | 297.66º | 0.95% | 0.48% | - |
| HSV(B) | 297.66º | 0.97% | 0.93% | - |
| XYZ | 47.35 | 22.74 | 82.01 | - |
| YUV | 98.71 | 206.05 | 220.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 237 | 0.04 | 0.97 | 0 | 0.07 | 297.66 | 0.95 | 0.48 |
| Hex | E4 | 6 | ED | 4 | 61 | 0 | 7 | 12A | 5F | 30 |
| Octal | 344 | 6 | 355 | 4 | 141 | 0 | 7 | 452 | 137 | 60 |
| Binary | 11100100 | 110 | 11101101 | 100 | 1100001 | 0 | 111 | 100101010 | 1011111 | 110000 |
Color Harmonies of #E406ED
Complementary color
Monochromatic Colors of #E406ED
Black with #E406ED
Text Example
Text Example
White with #E406ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E406ED; }
p { color: rgb(228,6,237); }
H1.HeaderClassName
{
color: #E406ED;
}
.AnyTagClassName
{
color: #E406ED;
}
</style>
background-color css
<style>
a { background-color: #E406ED; }
a { background-color: rgb(228,6,237); }
div.DivClassName
{
background-color: #E406ED;
}
.BgClassName
{
background-color: #E406ED;
}
</style>
border-color css
<style>
span { border-color: #E406ED; }
span { border-color: rgb(228,6,237); }
td.TdClassName
{
border-color: #E406ED;
}
.TagClassName
{
border-color: #E406ED;
}
</style>