Shades of Psychedelic Purple #E006EA
Tints of Psychedelic Purple #E006EA
RGB
CMYK
RGB Variations
Color information
#E006EA (or 0xE006EA) is known color: Psychedelic Purple. HEX triplet: E0, 06 and EA. RGB value is (224,6,234). Sum of RGB (Red+Green+Blue) = 224+6+234=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 6 (2.73% from 255 or 1.29% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #E006EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E006EA is #1FF915. Grayscale: #606060. Windows color (decimal): -2095382 or 15337184. OLE color: 15337184.
HSL color Cylindrical-coordinate representation of color #E006EA: hue angle of 297.37º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E006EA is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 6 | 234 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.08 |
| HSL | 297.37º | 0.95% | 0.47% | - |
| HSV(B) | 297.37º | 0.97% | 0.92% | - |
| XYZ | 45.66 | 21.92 | 79.67 | - |
| YUV | 97.17 | 205.22 | 218.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 6 | 234 | 0.04 | 0.97 | 0 | 0.08 | 297.37 | 0.95 | 0.47 |
| Hex | E0 | 6 | EA | 4 | 61 | 0 | 8 | 129 | 5F | 2F |
| Octal | 340 | 6 | 352 | 4 | 141 | 0 | 10 | 451 | 137 | 57 |
| Binary | 11100000 | 110 | 11101010 | 100 | 1100001 | 0 | 1000 | 100101001 | 1011111 | 101111 |
Color Harmonies of #E006EA
Complementary color
Monochromatic Colors of #E006EA
Black with #E006EA
Text Example
Text Example
White with #E006EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E006EA; }
p { color: rgb(224,6,234); }
H1.HeaderClassName
{
color: #E006EA;
}
.AnyTagClassName
{
color: #E006EA;
}
</style>
background-color css
<style>
a { background-color: #E006EA; }
a { background-color: rgb(224,6,234); }
div.DivClassName
{
background-color: #E006EA;
}
.BgClassName
{
background-color: #E006EA;
}
</style>
border-color css
<style>
span { border-color: #E006EA; }
span { border-color: rgb(224,6,234); }
td.TdClassName
{
border-color: #E006EA;
}
.TagClassName
{
border-color: #E006EA;
}
</style>