Shades of Psychedelic Purple #E10EED
Tints of Psychedelic Purple #E10EED
RGB
CMYK
RGB Variations
Color information
#E10EED (or 0xE10EED) is known color: Psychedelic Purple. HEX triplet: E1, 0E and ED. RGB value is (225,14,237). Sum of RGB (Red+Green+Blue) = 225+14+237=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 14 (5.86% from 255 or 2.94% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #E10EED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E10EED is #1EF112. Grayscale: #656565. Windows color (decimal): -2027795 or 15535841. OLE color: 15535841.
HSL color Cylindrical-coordinate representation of color #E10EED: hue angle of 296.77º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10EED is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 14 | 237 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.07 |
| HSL | 296.77º | 0.89% | 0.49% | - |
| HSV(B) | 296.77º | 0.94% | 0.93% | - |
| XYZ | 46.49 | 22.44 | 82 | - |
| YUV | 102.51 | 203.9 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 14 | 237 | 0.05 | 0.94 | 0 | 0.07 | 296.77 | 0.89 | 0.49 |
| Hex | E1 | E | ED | 5 | 5E | 0 | 7 | 129 | 59 | 31 |
| Octal | 341 | 16 | 355 | 5 | 136 | 0 | 7 | 451 | 131 | 61 |
| Binary | 11100001 | 1110 | 11101101 | 101 | 1011110 | 0 | 111 | 100101001 | 1011001 | 110001 |
Color Harmonies of #E10EED
Complementary color
Monochromatic Colors of #E10EED
Black with #E10EED
Text Example
Text Example
White with #E10EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10EED; }
p { color: rgb(225,14,237); }
H1.HeaderClassName
{
color: #E10EED;
}
.AnyTagClassName
{
color: #E10EED;
}
</style>
background-color css
<style>
a { background-color: #E10EED; }
a { background-color: rgb(225,14,237); }
div.DivClassName
{
background-color: #E10EED;
}
.BgClassName
{
background-color: #E10EED;
}
</style>
border-color css
<style>
span { border-color: #E10EED; }
span { border-color: rgb(225,14,237); }
td.TdClassName
{
border-color: #E10EED;
}
.TagClassName
{
border-color: #E10EED;
}
</style>