Shades of Psychedelic Purple #E215EA
Tints of Psychedelic Purple #E215EA
RGB
CMYK
RGB Variations
Color information
#E215EA (or 0xE215EA) is known color: Psychedelic Purple. HEX triplet: E2, 15 and EA. RGB value is (226,21,234). Sum of RGB (Red+Green+Blue) = 226+21+234=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #E215EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E215EA is #1DEA15. Grayscale: #696969. Windows color (decimal): -1960470 or 15341026. OLE color: 15341026.
HSL color Cylindrical-coordinate representation of color #E215EA: hue angle of 297.75º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E215EA is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 21 | 234 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.08 |
| HSL | 297.75º | 0.84% | 0.5% | - |
| HSV(B) | 297.75º | 0.91% | 0.92% | - |
| XYZ | 46.48 | 22.65 | 79.76 | - |
| YUV | 106.58 | 199.92 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 21 | 234 | 0.03 | 0.91 | 0 | 0.08 | 297.75 | 0.84 | 0.5 |
| Hex | E2 | 15 | EA | 3 | 5B | 0 | 8 | 12A | 54 | 32 |
| Octal | 342 | 25 | 352 | 3 | 133 | 0 | 10 | 452 | 124 | 62 |
| Binary | 11100010 | 10101 | 11101010 | 11 | 1011011 | 0 | 1000 | 100101010 | 1010100 | 110010 |
Color Harmonies of #E215EA
Complementary color
Monochromatic Colors of #E215EA
Black with #E215EA
Text Example
Text Example
White with #E215EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E215EA; }
p { color: rgb(226,21,234); }
H1.HeaderClassName
{
color: #E215EA;
}
.AnyTagClassName
{
color: #E215EA;
}
</style>
background-color css
<style>
a { background-color: #E215EA; }
a { background-color: rgb(226,21,234); }
div.DivClassName
{
background-color: #E215EA;
}
.BgClassName
{
background-color: #E215EA;
}
</style>
border-color css
<style>
span { border-color: #E215EA; }
span { border-color: rgb(226,21,234); }
td.TdClassName
{
border-color: #E215EA;
}
.TagClassName
{
border-color: #E215EA;
}
</style>