Shades of Psychedelic Purple #E02CFF
Tints of Psychedelic Purple #E02CFF
RGB
CMYK
RGB Variations
Color information
#E02CFF (or 0xE02CFF) is known color: Psychedelic Purple. HEX triplet: E0, 2C and FF. RGB value is (224,44,255). Sum of RGB (Red+Green+Blue) = 224+44+255=523 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.83% from 523); Green value is 44 (17.58% from 255 or 8.41% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #E02CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02CFF is #1FD300. Grayscale: #797979. Windows color (decimal): -2085633 or 16723168. OLE color: 16723168.
HSL color Cylindrical-coordinate representation of color #E02CFF: hue angle of 291.18º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02CFF is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 44 | 255 | - |
| CMYK | 0.12 | 0.83 | 0 | 0 |
| HSL | 291.18º | 1% | 0.59% | - |
| HSV(B) | 291.18º | 0.83% | 1% | - |
| XYZ | 49.69 | 24.87 | 96.79 | - |
| YUV | 121.87 | 203.13 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 255 | 0.12 | 0.83 | 0 | 0 | 291.18 | 1 | 0.59 |
| Hex | E0 | 2C | FF | C | 53 | 0 | 0 | 123 | 64 | 3B |
| Octal | 340 | 54 | 377 | 14 | 123 | 0 | 0 | 443 | 144 | 73 |
| Binary | 11100000 | 101100 | 11111111 | 1100 | 1010011 | 0 | 0 | 100100011 | 1100100 | 111011 |
Color Harmonies of #E02CFF
Complementary color
Monochromatic Colors of #E02CFF
Black with #E02CFF
Text Example
Text Example
White with #E02CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02CFF; }
p { color: rgb(224,44,255); }
H1.HeaderClassName
{
color: #E02CFF;
}
.AnyTagClassName
{
color: #E02CFF;
}
</style>
background-color css
<style>
a { background-color: #E02CFF; }
a { background-color: rgb(224,44,255); }
div.DivClassName
{
background-color: #E02CFF;
}
.BgClassName
{
background-color: #E02CFF;
}
</style>
border-color css
<style>
span { border-color: #E02CFF; }
span { border-color: rgb(224,44,255); }
td.TdClassName
{
border-color: #E02CFF;
}
.TagClassName
{
border-color: #E02CFF;
}
</style>