Shades of Psychedelic Purple #E20EE7
Tints of Psychedelic Purple #E20EE7
RGB
CMYK
RGB Variations
Color information
#E20EE7 (or 0xE20EE7) is known color: Psychedelic Purple. HEX triplet: E2, 0E and E7. RGB value is (226,14,231). Sum of RGB (Red+Green+Blue) = 226+14+231=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #E20EE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20EE7 is #1DF118. Grayscale: #656565. Windows color (decimal): -1962265 or 15142626. OLE color: 15142626.
HSL color Cylindrical-coordinate representation of color #E20EE7: hue angle of 298.62º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20EE7 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 14 | 231 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.09 |
| HSL | 298.62º | 0.89% | 0.48% | - |
| HSV(B) | 298.62º | 0.94% | 0.91% | - |
| XYZ | 45.94 | 22.25 | 77.47 | - |
| YUV | 102.13 | 200.74 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 14 | 231 | 0.02 | 0.94 | 0 | 0.09 | 298.62 | 0.89 | 0.48 |
| Hex | E2 | E | E7 | 2 | 5E | 0 | 9 | 12B | 59 | 30 |
| Octal | 342 | 16 | 347 | 2 | 136 | 0 | 11 | 453 | 131 | 60 |
| Binary | 11100010 | 1110 | 11100111 | 10 | 1011110 | 0 | 1001 | 100101011 | 1011001 | 110000 |
Color Harmonies of #E20EE7
Complementary color
Monochromatic Colors of #E20EE7
Black with #E20EE7
Text Example
Text Example
White with #E20EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20EE7; }
p { color: rgb(226,14,231); }
H1.HeaderClassName
{
color: #E20EE7;
}
.AnyTagClassName
{
color: #E20EE7;
}
</style>
background-color css
<style>
a { background-color: #E20EE7; }
a { background-color: rgb(226,14,231); }
div.DivClassName
{
background-color: #E20EE7;
}
.BgClassName
{
background-color: #E20EE7;
}
</style>
border-color css
<style>
span { border-color: #E20EE7; }
span { border-color: rgb(226,14,231); }
td.TdClassName
{
border-color: #E20EE7;
}
.TagClassName
{
border-color: #E20EE7;
}
</style>