Shades of Psychedelic Purple #E02CFB
Tints of Psychedelic Purple #E02CFB
RGB
CMYK
RGB Variations
Color information
#E02CFB (or 0xE02CFB) is known color: Psychedelic Purple. HEX triplet: E0, 2C and FB. RGB value is (224,44,251). Sum of RGB (Red+Green+Blue) = 224+44+251=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 44 (17.58% from 255 or 8.48% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #E02CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02CFB is #1FD304. Grayscale: #787878. Windows color (decimal): -2085637 or 16461024. OLE color: 16461024.
HSL color Cylindrical-coordinate representation of color #E02CFB: hue angle of 292.17º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02CFB is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 44 | 251 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.02 |
| HSL | 292.17º | 0.96% | 0.58% | - |
| HSV(B) | 292.17º | 0.82% | 0.98% | - |
| XYZ | 49.05 | 24.61 | 93.43 | - |
| YUV | 121.42 | 201.13 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 251 | 0.11 | 0.82 | 0 | 0.02 | 292.17 | 0.96 | 0.58 |
| Hex | E0 | 2C | FB | B | 52 | 0 | 2 | 124 | 60 | 3A |
| Octal | 340 | 54 | 373 | 13 | 122 | 0 | 2 | 444 | 140 | 72 |
| Binary | 11100000 | 101100 | 11111011 | 1011 | 1010010 | 0 | 10 | 100100100 | 1100000 | 111010 |
Color Harmonies of #E02CFB
Complementary color
Monochromatic Colors of #E02CFB
Black with #E02CFB
Text Example
Text Example
White with #E02CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02CFB; }
p { color: rgb(224,44,251); }
H1.HeaderClassName
{
color: #E02CFB;
}
.AnyTagClassName
{
color: #E02CFB;
}
</style>
background-color css
<style>
a { background-color: #E02CFB; }
a { background-color: rgb(224,44,251); }
div.DivClassName
{
background-color: #E02CFB;
}
.BgClassName
{
background-color: #E02CFB;
}
</style>
border-color css
<style>
span { border-color: #E02CFB; }
span { border-color: rgb(224,44,251); }
td.TdClassName
{
border-color: #E02CFB;
}
.TagClassName
{
border-color: #E02CFB;
}
</style>