Shades of Psychedelic Purple #E00CE6
Tints of Psychedelic Purple #E00CE6
RGB
CMYK
RGB Variations
Color information
#E00CE6 (or 0xE00CE6) is known color: Psychedelic Purple. HEX triplet: E0, 0C and E6. RGB value is (224,12,230). Sum of RGB (Red+Green+Blue) = 224+12+230=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 12 (5.08% from 255 or 2.58% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #E00CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E00CE6 is #1FF319. Grayscale: #636363. Windows color (decimal): -2093850 or 15076576. OLE color: 15076576.
HSL color Cylindrical-coordinate representation of color #E00CE6: hue angle of 298.35º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00CE6 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 12 | 230 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.10 |
| HSL | 298.35º | 0.9% | 0.47% | - |
| HSV(B) | 298.35º | 0.95% | 0.9% | - |
| XYZ | 45.15 | 21.82 | 76.7 | - |
| YUV | 100.24 | 201.24 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 12 | 230 | 0.03 | 0.95 | 0 | 0.10 | 298.35 | 0.9 | 0.47 |
| Hex | E0 | C | E6 | 3 | 5F | 0 | A | 12A | 5A | 2F |
| Octal | 340 | 14 | 346 | 3 | 137 | 0 | 12 | 452 | 132 | 57 |
| Binary | 11100000 | 1100 | 11100110 | 11 | 1011111 | 0 | 1010 | 100101010 | 1011010 | 101111 |
Color Harmonies of #E00CE6
Complementary color
Monochromatic Colors of #E00CE6
Black with #E00CE6
Text Example
Text Example
White with #E00CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E00CE6; }
p { color: rgb(224,12,230); }
H1.HeaderClassName
{
color: #E00CE6;
}
.AnyTagClassName
{
color: #E00CE6;
}
</style>
background-color css
<style>
a { background-color: #E00CE6; }
a { background-color: rgb(224,12,230); }
div.DivClassName
{
background-color: #E00CE6;
}
.BgClassName
{
background-color: #E00CE6;
}
</style>
border-color css
<style>
span { border-color: #E00CE6; }
span { border-color: rgb(224,12,230); }
td.TdClassName
{
border-color: #E00CE6;
}
.TagClassName
{
border-color: #E00CE6;
}
</style>