Shades of Psychedelic Purple #E42CEF
Tints of Psychedelic Purple #E42CEF
RGB
CMYK
RGB Variations
Color information
#E42CEF (or 0xE42CEF) is known color: Psychedelic Purple. HEX triplet: E4, 2C and EF. RGB value is (228,44,239). Sum of RGB (Red+Green+Blue) = 228+44+239=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 44 (17.58% from 255 or 8.61% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #E42CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42CEF is #1BD310. Grayscale: #787878. Windows color (decimal): -1823505 or 15674596. OLE color: 15674596.
HSL color Cylindrical-coordinate representation of color #E42CEF: hue angle of 296.62º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42CEF is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 44 | 239 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.06 |
| HSL | 296.62º | 0.86% | 0.55% | - |
| HSV(B) | 296.62º | 0.82% | 0.94% | - |
| XYZ | 48.48 | 24.53 | 83.84 | - |
| YUV | 121.25 | 194.46 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 44 | 239 | 0.05 | 0.82 | 0 | 0.06 | 296.62 | 0.86 | 0.55 |
| Hex | E4 | 2C | EF | 5 | 52 | 0 | 6 | 129 | 56 | 37 |
| Octal | 344 | 54 | 357 | 5 | 122 | 0 | 6 | 451 | 126 | 67 |
| Binary | 11100100 | 101100 | 11101111 | 101 | 1010010 | 0 | 110 | 100101001 | 1010110 | 110111 |
Color Harmonies of #E42CEF
Complementary color
Monochromatic Colors of #E42CEF
Black with #E42CEF
Text Example
Text Example
White with #E42CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E42CEF; }
p { color: rgb(228,44,239); }
H1.HeaderClassName
{
color: #E42CEF;
}
.AnyTagClassName
{
color: #E42CEF;
}
</style>
background-color css
<style>
a { background-color: #E42CEF; }
a { background-color: rgb(228,44,239); }
div.DivClassName
{
background-color: #E42CEF;
}
.BgClassName
{
background-color: #E42CEF;
}
</style>
border-color css
<style>
span { border-color: #E42CEF; }
span { border-color: rgb(228,44,239); }
td.TdClassName
{
border-color: #E42CEF;
}
.TagClassName
{
border-color: #E42CEF;
}
</style>