Shades of Psychedelic Purple #E210E9
Tints of Psychedelic Purple #E210E9
RGB
CMYK
RGB Variations
Color information
#E210E9 (or 0xE210E9) is known color: Psychedelic Purple. HEX triplet: E2, 10 and E9. RGB value is (226,16,233). Sum of RGB (Red+Green+Blue) = 226+16+233=475 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.58% from 475); Green value is 16 (6.64% from 255 or 3.37% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #E210E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E210E9 is #1DEF16. Grayscale: #666666. Windows color (decimal): -1961751 or 15274210. OLE color: 15274210.
HSL color Cylindrical-coordinate representation of color #E210E9: hue angle of 298.06º degrees, saturation: 0.87, 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 #E210E9 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 16 | 233 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.09 |
| HSL | 298.06º | 0.87% | 0.49% | - |
| HSV(B) | 298.06º | 0.93% | 0.91% | - |
| XYZ | 46.26 | 22.42 | 78.98 | - |
| YUV | 103.53 | 201.07 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 233 | 0.03 | 0.93 | 0 | 0.09 | 298.06 | 0.87 | 0.49 |
| Hex | E2 | 10 | E9 | 3 | 5D | 0 | 9 | 12A | 57 | 31 |
| Octal | 342 | 20 | 351 | 3 | 135 | 0 | 11 | 452 | 127 | 61 |
| Binary | 11100010 | 10000 | 11101001 | 11 | 1011101 | 0 | 1001 | 100101010 | 1010111 | 110001 |
Color Harmonies of #E210E9
Complementary color
Monochromatic Colors of #E210E9
Black with #E210E9
Text Example
Text Example
White with #E210E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E210E9; }
p { color: rgb(226,16,233); }
H1.HeaderClassName
{
color: #E210E9;
}
.AnyTagClassName
{
color: #E210E9;
}
</style>
background-color css
<style>
a { background-color: #E210E9; }
a { background-color: rgb(226,16,233); }
div.DivClassName
{
background-color: #E210E9;
}
.BgClassName
{
background-color: #E210E9;
}
</style>
border-color css
<style>
span { border-color: #E210E9; }
span { border-color: rgb(226,16,233); }
td.TdClassName
{
border-color: #E210E9;
}
.TagClassName
{
border-color: #E210E9;
}
</style>