Shades of Psychedelic Purple #E02CEF
Tints of Psychedelic Purple #E02CEF
RGB
CMYK
RGB Variations
Color information
#E02CEF (or 0xE02CEF) is known color: Psychedelic Purple. HEX triplet: E0, 2C and EF. RGB value is (224,44,239). Sum of RGB (Red+Green+Blue) = 224+44+239=507 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.18% from 507); Green value is 44 (17.58% from 255 or 8.68% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #E02CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02CEF is #1FD310. Grayscale: #777777. Windows color (decimal): -2085649 or 15674592. OLE color: 15674592.
HSL color Cylindrical-coordinate representation of color #E02CEF: hue angle of 295.38º 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 #E02CEF is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 44 | 239 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.06 |
| HSL | 295.38º | 0.86% | 0.55% | - |
| HSV(B) | 295.38º | 0.82% | 0.94% | - |
| XYZ | 47.22 | 23.88 | 83.78 | - |
| YUV | 120.05 | 195.13 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 239 | 0.06 | 0.82 | 0 | 0.06 | 295.38 | 0.86 | 0.55 |
| Hex | E0 | 2C | EF | 6 | 52 | 0 | 6 | 127 | 56 | 37 |
| Octal | 340 | 54 | 357 | 6 | 122 | 0 | 6 | 447 | 126 | 67 |
| Binary | 11100000 | 101100 | 11101111 | 110 | 1010010 | 0 | 110 | 100100111 | 1010110 | 110111 |
Color Harmonies of #E02CEF
Complementary color
Monochromatic Colors of #E02CEF
Black with #E02CEF
Text Example
Text Example
White with #E02CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02CEF; }
p { color: rgb(224,44,239); }
H1.HeaderClassName
{
color: #E02CEF;
}
.AnyTagClassName
{
color: #E02CEF;
}
</style>
background-color css
<style>
a { background-color: #E02CEF; }
a { background-color: rgb(224,44,239); }
div.DivClassName
{
background-color: #E02CEF;
}
.BgClassName
{
background-color: #E02CEF;
}
</style>
border-color css
<style>
span { border-color: #E02CEF; }
span { border-color: rgb(224,44,239); }
td.TdClassName
{
border-color: #E02CEF;
}
.TagClassName
{
border-color: #E02CEF;
}
</style>