Shades of Psychedelic Purple #E816E2
Tints of Psychedelic Purple #E816E2
RGB
CMYK
RGB Variations
Color information
#E816E2 (or 0xE816E2) is known color: Psychedelic Purple. HEX triplet: E8, 16 and E2. RGB value is (232,22,226). Sum of RGB (Red+Green+Blue) = 232+22+226=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 22 (8.98% from 255 or 4.58% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E816E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E816E2 is #17E91D. Grayscale: #6B6B6B. Windows color (decimal): -1567006 or 14817000. OLE color: 14817000.
HSL color Cylindrical-coordinate representation of color #E816E2: hue angle of 301.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E816E2 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 226 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.09 |
| HSL | 301.71º | 0.83% | 0.5% | - |
| HSV(B) | 301.71º | 0.91% | 0.91% | - |
| XYZ | 47.29 | 23.22 | 73.94 | - |
| YUV | 108.05 | 194.57 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 226 | 0 | 0.91 | 0.03 | 0.09 | 301.71 | 0.83 | 0.5 |
| Hex | E8 | 16 | E2 | 0 | 5B | 3 | 9 | 12E | 53 | 32 |
| Octal | 350 | 26 | 342 | 0 | 133 | 3 | 11 | 456 | 123 | 62 |
| Binary | 11101000 | 10110 | 11100010 | 0 | 1011011 | 11 | 1001 | 100101110 | 1010011 | 110010 |
Color Harmonies of #E816E2
Complementary color
Monochromatic Colors of #E816E2
Black with #E816E2
Text Example
Text Example
White with #E816E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E816E2; }
p { color: rgb(232,22,226); }
H1.HeaderClassName
{
color: #E816E2;
}
.AnyTagClassName
{
color: #E816E2;
}
</style>
background-color css
<style>
a { background-color: #E816E2; }
a { background-color: rgb(232,22,226); }
div.DivClassName
{
background-color: #E816E2;
}
.BgClassName
{
background-color: #E816E2;
}
</style>
border-color css
<style>
span { border-color: #E816E2; }
span { border-color: rgb(232,22,226); }
td.TdClassName
{
border-color: #E816E2;
}
.TagClassName
{
border-color: #E816E2;
}
</style>