Shades of Psychedelic Purple #E02CFC
Tints of Psychedelic Purple #E02CFC
RGB
CMYK
RGB Variations
Color information
#E02CFC (or 0xE02CFC) is known color: Psychedelic Purple. HEX triplet: E0, 2C and FC. RGB value is (224,44,252). Sum of RGB (Red+Green+Blue) = 224+44+252=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 44 (17.58% from 255 or 8.46% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #E02CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02CFC is #1FD303. Grayscale: #787878. Windows color (decimal): -2085636 or 16526560. OLE color: 16526560.
HSL color Cylindrical-coordinate representation of color #E02CFC: hue angle of 291.92º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02CFC is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 44 | 252 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.01 |
| HSL | 291.92º | 0.97% | 0.58% | - |
| HSV(B) | 291.92º | 0.83% | 0.99% | - |
| XYZ | 49.21 | 24.68 | 94.26 | - |
| YUV | 121.53 | 201.63 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 252 | 0.11 | 0.83 | 0 | 0.01 | 291.92 | 0.97 | 0.58 |
| Hex | E0 | 2C | FC | B | 53 | 0 | 1 | 124 | 61 | 3A |
| Octal | 340 | 54 | 374 | 13 | 123 | 0 | 1 | 444 | 141 | 72 |
| Binary | 11100000 | 101100 | 11111100 | 1011 | 1010011 | 0 | 1 | 100100100 | 1100001 | 111010 |
Color Harmonies of #E02CFC
Complementary color
Monochromatic Colors of #E02CFC
Black with #E02CFC
Text Example
Text Example
White with #E02CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02CFC; }
p { color: rgb(224,44,252); }
H1.HeaderClassName
{
color: #E02CFC;
}
.AnyTagClassName
{
color: #E02CFC;
}
</style>
background-color css
<style>
a { background-color: #E02CFC; }
a { background-color: rgb(224,44,252); }
div.DivClassName
{
background-color: #E02CFC;
}
.BgClassName
{
background-color: #E02CFC;
}
</style>
border-color css
<style>
span { border-color: #E02CFC; }
span { border-color: rgb(224,44,252); }
td.TdClassName
{
border-color: #E02CFC;
}
.TagClassName
{
border-color: #E02CFC;
}
</style>