Shades of Psychedelic Purple #E005F6
Tints of Psychedelic Purple #E005F6
RGB
CMYK
RGB Variations
Color information
#E005F6 (or 0xE005F6) is known color: Psychedelic Purple. HEX triplet: E0, 05 and F6. RGB value is (224,5,246). Sum of RGB (Red+Green+Blue) = 224+5+246=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 5 (2.34% from 255 or 1.05% from 475); Blue value is 246 (96.48% from 255 or 51.79% from 475); Max value from RGB is 246 - color contains mainly: blue. Hex color #E005F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E005F6 is #1FFA09. Grayscale: #616161. Windows color (decimal): -2095626 or 16123360. OLE color: 16123360.
HSL color Cylindrical-coordinate representation of color #E005F6: hue angle of 294.52º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E005F6 is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 224 | 5 | 246 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.04 |
| HSL | 294.52º | 0.96% | 0.49% | - |
| HSV(B) | 294.52º | 0.98% | 0.96% | - |
| XYZ | 47.43 | 22.61 | 89.05 | - |
| YUV | 97.96 | 211.55 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 5 | 246 | 0.09 | 0.98 | 0 | 0.04 | 294.52 | 0.96 | 0.49 |
| Hex | E0 | 5 | F6 | 9 | 62 | 0 | 4 | 127 | 60 | 31 |
| Octal | 340 | 5 | 366 | 11 | 142 | 0 | 4 | 447 | 140 | 61 |
| Binary | 11100000 | 101 | 11110110 | 1001 | 1100010 | 0 | 100 | 100100111 | 1100000 | 110001 |
Color Harmonies of #E005F6
Complementary color
Monochromatic Colors of #E005F6
Black with #E005F6
Text Example
Text Example
White with #E005F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E005F6; }
p { color: rgb(224,5,246); }
H1.HeaderClassName
{
color: #E005F6;
}
.AnyTagClassName
{
color: #E005F6;
}
</style>
background-color css
<style>
a { background-color: #E005F6; }
a { background-color: rgb(224,5,246); }
div.DivClassName
{
background-color: #E005F6;
}
.BgClassName
{
background-color: #E005F6;
}
</style>
border-color css
<style>
span { border-color: #E005F6; }
span { border-color: rgb(224,5,246); }
td.TdClassName
{
border-color: #E005F6;
}
.TagClassName
{
border-color: #E005F6;
}
</style>