Shades of Psychedelic Purple #E42CEE
Tints of Psychedelic Purple #E42CEE
RGB
CMYK
RGB Variations
Color information
#E42CEE (or 0xE42CEE) is known color: Psychedelic Purple. HEX triplet: E4, 2C and EE. RGB value is (228,44,238). Sum of RGB (Red+Green+Blue) = 228+44+238=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 44 (17.58% from 255 or 8.63% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #E42CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42CEE is #1BD311. Grayscale: #787878. Windows color (decimal): -1823506 or 15609060. OLE color: 15609060.
HSL color Cylindrical-coordinate representation of color #E42CEE: hue angle of 296.91º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42CEE is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 44 | 238 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.07 |
| HSL | 296.91º | 0.85% | 0.55% | - |
| HSV(B) | 296.91º | 0.82% | 0.93% | - |
| XYZ | 48.33 | 24.47 | 83.06 | - |
| YUV | 121.13 | 193.96 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 238 | 0.04 | 0.82 | 0 | 0.07 | 296.91 | 0.85 | 0.55 |
| Hex | E4 | 2C | EE | 4 | 52 | 0 | 7 | 129 | 55 | 37 |
| Octal | 344 | 54 | 356 | 4 | 122 | 0 | 7 | 451 | 125 | 67 |
| Binary | 11100100 | 101100 | 11101110 | 100 | 1010010 | 0 | 111 | 100101001 | 1010101 | 110111 |
Color Harmonies of #E42CEE
Complementary color
Monochromatic Colors of #E42CEE
Black with #E42CEE
Text Example
Text Example
White with #E42CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42CEE; }
p { color: rgb(228,44,238); }
H1.HeaderClassName
{
color: #E42CEE;
}
.AnyTagClassName
{
color: #E42CEE;
}
</style>
background-color css
<style>
a { background-color: #E42CEE; }
a { background-color: rgb(228,44,238); }
div.DivClassName
{
background-color: #E42CEE;
}
.BgClassName
{
background-color: #E42CEE;
}
</style>
border-color css
<style>
span { border-color: #E42CEE; }
span { border-color: rgb(228,44,238); }
td.TdClassName
{
border-color: #E42CEE;
}
.TagClassName
{
border-color: #E42CEE;
}
</style>