Shades of Psychedelic Purple #E20CE9
Tints of Psychedelic Purple #E20CE9
RGB
CMYK
RGB Variations
Color information
#E20CE9 (or 0xE20CE9) is known color: Psychedelic Purple. HEX triplet: E2, 0C and E9. RGB value is (226,12,233). Sum of RGB (Red+Green+Blue) = 226+12+233=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 12 (5.08% from 255 or 2.55% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #E20CE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20CE9 is #1DF316. Grayscale: #646464. Windows color (decimal): -1962775 or 15273186. OLE color: 15273186.
HSL color Cylindrical-coordinate representation of color #E20CE9: hue angle of 298.1º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20CE9 is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 12 | 233 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.09 |
| HSL | 298.1º | 0.9% | 0.48% | - |
| HSV(B) | 298.1º | 0.95% | 0.91% | - |
| XYZ | 46.2 | 22.31 | 78.96 | - |
| YUV | 101.18 | 202.4 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 233 | 0.03 | 0.95 | 0 | 0.09 | 298.1 | 0.9 | 0.48 |
| Hex | E2 | C | E9 | 3 | 5F | 0 | 9 | 12A | 5A | 30 |
| Octal | 342 | 14 | 351 | 3 | 137 | 0 | 11 | 452 | 132 | 60 |
| Binary | 11100010 | 1100 | 11101001 | 11 | 1011111 | 0 | 1001 | 100101010 | 1011010 | 110000 |
Color Harmonies of #E20CE9
Complementary color
Monochromatic Colors of #E20CE9
Black with #E20CE9
Text Example
Text Example
White with #E20CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CE9; }
p { color: rgb(226,12,233); }
H1.HeaderClassName
{
color: #E20CE9;
}
.AnyTagClassName
{
color: #E20CE9;
}
</style>
background-color css
<style>
a { background-color: #E20CE9; }
a { background-color: rgb(226,12,233); }
div.DivClassName
{
background-color: #E20CE9;
}
.BgClassName
{
background-color: #E20CE9;
}
</style>
border-color css
<style>
span { border-color: #E20CE9; }
span { border-color: rgb(226,12,233); }
td.TdClassName
{
border-color: #E20CE9;
}
.TagClassName
{
border-color: #E20CE9;
}
</style>