Shades of Psychedelic Purple #E20CE7
Tints of Psychedelic Purple #E20CE7
RGB
CMYK
RGB Variations
Color information
#E20CE7 (or 0xE20CE7) is known color: Psychedelic Purple. HEX triplet: E2, 0C and E7. RGB value is (226,12,231). Sum of RGB (Red+Green+Blue) = 226+12+231=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 12 (5.08% from 255 or 2.56% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #E20CE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20CE7 is #1DF318. Grayscale: #646464. Windows color (decimal): -1962777 or 15142114. OLE color: 15142114.
HSL color Cylindrical-coordinate representation of color #E20CE7: hue angle of 298.63º 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 #E20CE7 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 12 | 231 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.09 |
| HSL | 298.63º | 0.9% | 0.48% | - |
| HSV(B) | 298.63º | 0.95% | 0.91% | - |
| XYZ | 45.92 | 22.2 | 77.47 | - |
| YUV | 100.95 | 201.4 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 231 | 0.02 | 0.95 | 0 | 0.09 | 298.63 | 0.9 | 0.48 |
| Hex | E2 | C | E7 | 2 | 5F | 0 | 9 | 12B | 5A | 30 |
| Octal | 342 | 14 | 347 | 2 | 137 | 0 | 11 | 453 | 132 | 60 |
| Binary | 11100010 | 1100 | 11100111 | 10 | 1011111 | 0 | 1001 | 100101011 | 1011010 | 110000 |
Color Harmonies of #E20CE7
Complementary color
Monochromatic Colors of #E20CE7
Black with #E20CE7
Text Example
Text Example
White with #E20CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CE7; }
p { color: rgb(226,12,231); }
H1.HeaderClassName
{
color: #E20CE7;
}
.AnyTagClassName
{
color: #E20CE7;
}
</style>
background-color css
<style>
a { background-color: #E20CE7; }
a { background-color: rgb(226,12,231); }
div.DivClassName
{
background-color: #E20CE7;
}
.BgClassName
{
background-color: #E20CE7;
}
</style>
border-color css
<style>
span { border-color: #E20CE7; }
span { border-color: rgb(226,12,231); }
td.TdClassName
{
border-color: #E20CE7;
}
.TagClassName
{
border-color: #E20CE7;
}
</style>