Shades of Psychedelic Purple #E005E6
Tints of Psychedelic Purple #E005E6
RGB
CMYK
RGB Variations
Color information
#E005E6 (or 0xE005E6) is known color: Psychedelic Purple. HEX triplet: E0, 05 and E6. RGB value is (224,5,230). Sum of RGB (Red+Green+Blue) = 224+5+230=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 5 (2.34% from 255 or 1.09% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #E005E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E005E6 is #1FFA19. Grayscale: #5F5F5F. Windows color (decimal): -2095642 or 15074784. OLE color: 15074784.
HSL color Cylindrical-coordinate representation of color #E005E6: hue angle of 298.4º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005E6 is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 224 | 5 | 230 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.10 |
| HSL | 298.4º | 0.96% | 0.46% | - |
| HSV(B) | 298.4º | 0.98% | 0.9% | - |
| XYZ | 45.08 | 21.67 | 76.67 | - |
| YUV | 96.13 | 203.55 | 219.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 230 | 0.03 | 0.98 | 0 | 0.10 | 298.4 | 0.96 | 0.46 |
| Hex | E0 | 5 | E6 | 3 | 62 | 0 | A | 12A | 60 | 2E |
| Octal | 340 | 5 | 346 | 3 | 142 | 0 | 12 | 452 | 140 | 56 |
| Binary | 11100000 | 101 | 11100110 | 11 | 1100010 | 0 | 1010 | 100101010 | 1100000 | 101110 |
Color Harmonies of #E005E6
Complementary color
Monochromatic Colors of #E005E6
Black with #E005E6
Text Example
Text Example
White with #E005E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005E6; }
p { color: rgb(224,5,230); }
H1.HeaderClassName
{
color: #E005E6;
}
.AnyTagClassName
{
color: #E005E6;
}
</style>
background-color css
<style>
a { background-color: #E005E6; }
a { background-color: rgb(224,5,230); }
div.DivClassName
{
background-color: #E005E6;
}
.BgClassName
{
background-color: #E005E6;
}
</style>
border-color css
<style>
span { border-color: #E005E6; }
span { border-color: rgb(224,5,230); }
td.TdClassName
{
border-color: #E005E6;
}
.TagClassName
{
border-color: #E005E6;
}
</style>