Shades of Psychedelic Purple #E406EE
Tints of Psychedelic Purple #E406EE
RGB
CMYK
RGB Variations
Color information
#E406EE (or 0xE406EE) is known color: Psychedelic Purple. HEX triplet: E4, 06 and EE. RGB value is (228,6,238). Sum of RGB (Red+Green+Blue) = 228+6+238=472 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.31% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #E406EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E406EE is #1BF911. Grayscale: #626262. Windows color (decimal): -1833234 or 15599332. OLE color: 15599332.
HSL color Cylindrical-coordinate representation of color #E406EE: hue angle of 297.41º 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 #E406EE is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 6 | 238 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.07 |
| HSL | 297.41º | 0.95% | 0.48% | - |
| HSV(B) | 297.41º | 0.97% | 0.93% | - |
| XYZ | 47.49 | 22.8 | 82.79 | - |
| YUV | 98.83 | 206.55 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 238 | 0.04 | 0.97 | 0 | 0.07 | 297.41 | 0.95 | 0.48 |
| Hex | E4 | 6 | EE | 4 | 61 | 0 | 7 | 129 | 5F | 30 |
| Octal | 344 | 6 | 356 | 4 | 141 | 0 | 7 | 451 | 137 | 60 |
| Binary | 11100100 | 110 | 11101110 | 100 | 1100001 | 0 | 111 | 100101001 | 1011111 | 110000 |
Color Harmonies of #E406EE
Complementary color
Monochromatic Colors of #E406EE
Black with #E406EE
Text Example
Text Example
White with #E406EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E406EE; }
p { color: rgb(228,6,238); }
H1.HeaderClassName
{
color: #E406EE;
}
.AnyTagClassName
{
color: #E406EE;
}
</style>
background-color css
<style>
a { background-color: #E406EE; }
a { background-color: rgb(228,6,238); }
div.DivClassName
{
background-color: #E406EE;
}
.BgClassName
{
background-color: #E406EE;
}
</style>
border-color css
<style>
span { border-color: #E406EE; }
span { border-color: rgb(228,6,238); }
td.TdClassName
{
border-color: #E406EE;
}
.TagClassName
{
border-color: #E406EE;
}
</style>