Shades of Psychedelic Purple #E006EE
Tints of Psychedelic Purple #E006EE
RGB
CMYK
RGB Variations
Color information
#E006EE (or 0xE006EE) is known color: Psychedelic Purple. HEX triplet: E0, 06 and EE. RGB value is (224,6,238). Sum of RGB (Red+Green+Blue) = 224+6+238=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 6 (2.73% from 255 or 1.28% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #E006EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E006EE is #1FF911. Grayscale: #606060. Windows color (decimal): -2095378 or 15599328. OLE color: 15599328.
HSL color Cylindrical-coordinate representation of color #E006EE: hue angle of 296.38º 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 #E006EE is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 6 | 238 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.07 |
| HSL | 296.38º | 0.95% | 0.48% | - |
| HSV(B) | 296.38º | 0.97% | 0.93% | - |
| XYZ | 46.24 | 22.15 | 82.73 | - |
| YUV | 97.63 | 207.22 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 238 | 0.06 | 0.97 | 0 | 0.07 | 296.38 | 0.95 | 0.48 |
| Hex | E0 | 6 | EE | 6 | 61 | 0 | 7 | 128 | 5F | 30 |
| Octal | 340 | 6 | 356 | 6 | 141 | 0 | 7 | 450 | 137 | 60 |
| Binary | 11100000 | 110 | 11101110 | 110 | 1100001 | 0 | 111 | 100101000 | 1011111 | 110000 |
Color Harmonies of #E006EE
Complementary color
Monochromatic Colors of #E006EE
Black with #E006EE
Text Example
Text Example
White with #E006EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E006EE; }
p { color: rgb(224,6,238); }
H1.HeaderClassName
{
color: #E006EE;
}
.AnyTagClassName
{
color: #E006EE;
}
</style>
background-color css
<style>
a { background-color: #E006EE; }
a { background-color: rgb(224,6,238); }
div.DivClassName
{
background-color: #E006EE;
}
.BgClassName
{
background-color: #E006EE;
}
</style>
border-color css
<style>
span { border-color: #E006EE; }
span { border-color: rgb(224,6,238); }
td.TdClassName
{
border-color: #E006EE;
}
.TagClassName
{
border-color: #E006EE;
}
</style>