Shades of Psychedelic Purple #E20CEE
Tints of Psychedelic Purple #E20CEE
RGB
CMYK
RGB Variations
Color information
#E20CEE (or 0xE20CEE) is known color: Psychedelic Purple. HEX triplet: E2, 0C and EE. RGB value is (226,12,238). Sum of RGB (Red+Green+Blue) = 226+12+238=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 12 (5.08% from 255 or 2.52% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #E20CEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E20CEE is #1DF311. Grayscale: #656565. Windows color (decimal): -1962770 or 15600866. OLE color: 15600866.
HSL color Cylindrical-coordinate representation of color #E20CEE: hue angle of 296.81º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E20CEE is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 12 | 238 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.07 |
| HSL | 296.81º | 0.9% | 0.49% | - |
| HSV(B) | 296.81º | 0.95% | 0.93% | - |
| XYZ | 46.93 | 22.6 | 82.78 | - |
| YUV | 101.75 | 204.9 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 12 | 238 | 0.05 | 0.95 | 0 | 0.07 | 296.81 | 0.9 | 0.49 |
| Hex | E2 | C | EE | 5 | 5F | 0 | 7 | 129 | 5A | 31 |
| Octal | 342 | 14 | 356 | 5 | 137 | 0 | 7 | 451 | 132 | 61 |
| Binary | 11100010 | 1100 | 11101110 | 101 | 1011111 | 0 | 111 | 100101001 | 1011010 | 110001 |
Color Harmonies of #E20CEE
Complementary color
Monochromatic Colors of #E20CEE
Black with #E20CEE
Text Example
Text Example
White with #E20CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20CEE; }
p { color: rgb(226,12,238); }
H1.HeaderClassName
{
color: #E20CEE;
}
.AnyTagClassName
{
color: #E20CEE;
}
</style>
background-color css
<style>
a { background-color: #E20CEE; }
a { background-color: rgb(226,12,238); }
div.DivClassName
{
background-color: #E20CEE;
}
.BgClassName
{
background-color: #E20CEE;
}
</style>
border-color css
<style>
span { border-color: #E20CEE; }
span { border-color: rgb(226,12,238); }
td.TdClassName
{
border-color: #E20CEE;
}
.TagClassName
{
border-color: #E20CEE;
}
</style>