Shades of Psychedelic Purple #E115ED
Tints of Psychedelic Purple #E115ED
RGB
CMYK
RGB Variations
Color information
#E115ED (or 0xE115ED) is known color: Psychedelic Purple. HEX triplet: E1, 15 and ED. RGB value is (225,21,237). Sum of RGB (Red+Green+Blue) = 225+21+237=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 21 (8.59% from 255 or 4.35% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #E115ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E115ED is #1EEA12. Grayscale: #696969. Windows color (decimal): -2026003 or 15537633. OLE color: 15537633.
HSL color Cylindrical-coordinate representation of color #E115ED: hue angle of 296.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E115ED is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 21 | 237 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.07 |
| HSL | 296.67º | 0.86% | 0.51% | - |
| HSV(B) | 296.67º | 0.91% | 0.93% | - |
| XYZ | 46.61 | 22.66 | 82.04 | - |
| YUV | 106.62 | 201.59 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 21 | 237 | 0.05 | 0.91 | 0 | 0.07 | 296.67 | 0.86 | 0.51 |
| Hex | E1 | 15 | ED | 5 | 5B | 0 | 7 | 129 | 56 | 33 |
| Octal | 341 | 25 | 355 | 5 | 133 | 0 | 7 | 451 | 126 | 63 |
| Binary | 11100001 | 10101 | 11101101 | 101 | 1011011 | 0 | 111 | 100101001 | 1010110 | 110011 |
Color Harmonies of #E115ED
Complementary color
Monochromatic Colors of #E115ED
Black with #E115ED
Text Example
Text Example
White with #E115ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E115ED; }
p { color: rgb(225,21,237); }
H1.HeaderClassName
{
color: #E115ED;
}
.AnyTagClassName
{
color: #E115ED;
}
</style>
background-color css
<style>
a { background-color: #E115ED; }
a { background-color: rgb(225,21,237); }
div.DivClassName
{
background-color: #E115ED;
}
.BgClassName
{
background-color: #E115ED;
}
</style>
border-color css
<style>
span { border-color: #E115ED; }
span { border-color: rgb(225,21,237); }
td.TdClassName
{
border-color: #E115ED;
}
.TagClassName
{
border-color: #E115ED;
}
</style>