Shades of Psychedelic Purple #E211E9
Tints of Psychedelic Purple #E211E9
RGB
CMYK
RGB Variations
Color information
#E211E9 (or 0xE211E9) is known color: Psychedelic Purple. HEX triplet: E2, 11 and E9. RGB value is (226,17,233). Sum of RGB (Red+Green+Blue) = 226+17+233=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 17 (7.03% from 255 or 3.57% from 476); Blue value is 233 (91.41% from 255 or 48.95% from 476); Max value from RGB is 233 - color contains mainly: blue. Hex color #E211E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E211E9 is #1DEE16. Grayscale: #676767. Windows color (decimal): -1961495 or 15274466. OLE color: 15274466.
HSL color Cylindrical-coordinate representation of color #E211E9: hue angle of 298.06º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E211E9 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 17 | 233 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.09 |
| HSL | 298.06º | 0.86% | 0.49% | - |
| HSV(B) | 298.06º | 0.93% | 0.91% | - |
| XYZ | 46.27 | 22.45 | 78.99 | - |
| YUV | 104.12 | 200.74 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 233 | 0.03 | 0.93 | 0 | 0.09 | 298.06 | 0.86 | 0.49 |
| Hex | E2 | 11 | E9 | 3 | 5D | 0 | 9 | 12A | 56 | 31 |
| Octal | 342 | 21 | 351 | 3 | 135 | 0 | 11 | 452 | 126 | 61 |
| Binary | 11100010 | 10001 | 11101001 | 11 | 1011101 | 0 | 1001 | 100101010 | 1010110 | 110001 |
Color Harmonies of #E211E9
Complementary color
Monochromatic Colors of #E211E9
Black with #E211E9
Text Example
Text Example
White with #E211E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E211E9; }
p { color: rgb(226,17,233); }
H1.HeaderClassName
{
color: #E211E9;
}
.AnyTagClassName
{
color: #E211E9;
}
</style>
background-color css
<style>
a { background-color: #E211E9; }
a { background-color: rgb(226,17,233); }
div.DivClassName
{
background-color: #E211E9;
}
.BgClassName
{
background-color: #E211E9;
}
</style>
border-color css
<style>
span { border-color: #E211E9; }
span { border-color: rgb(226,17,233); }
td.TdClassName
{
border-color: #E211E9;
}
.TagClassName
{
border-color: #E211E9;
}
</style>