Shades of Psychedelic Purple #E02FFB
Tints of Psychedelic Purple #E02FFB
RGB
CMYK
RGB Variations
Color information
#E02FFB (or 0xE02FFB) is known color: Psychedelic Purple. HEX triplet: E0, 2F and FB. RGB value is (224,47,251). Sum of RGB (Red+Green+Blue) = 224+47+251=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 47 (18.75% from 255 or 9.00% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #E02FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02FFB is #1FD004. Grayscale: #7A7A7A. Windows color (decimal): -2084869 or 16461792. OLE color: 16461792.
HSL color Cylindrical-coordinate representation of color #E02FFB: hue angle of 292.06º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02FFB is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 47 | 251 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.02 |
| HSL | 292.06º | 0.96% | 0.58% | - |
| HSV(B) | 292.06º | 0.81% | 0.98% | - |
| XYZ | 49.17 | 24.85 | 93.47 | - |
| YUV | 123.18 | 200.14 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 251 | 0.11 | 0.81 | 0 | 0.02 | 292.06 | 0.96 | 0.58 |
| Hex | E0 | 2F | FB | B | 51 | 0 | 2 | 124 | 60 | 3A |
| Octal | 340 | 57 | 373 | 13 | 121 | 0 | 2 | 444 | 140 | 72 |
| Binary | 11100000 | 101111 | 11111011 | 1011 | 1010001 | 0 | 10 | 100100100 | 1100000 | 111010 |
Color Harmonies of #E02FFB
Complementary color
Monochromatic Colors of #E02FFB
Black with #E02FFB
Text Example
Text Example
White with #E02FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02FFB; }
p { color: rgb(224,47,251); }
H1.HeaderClassName
{
color: #E02FFB;
}
.AnyTagClassName
{
color: #E02FFB;
}
</style>
background-color css
<style>
a { background-color: #E02FFB; }
a { background-color: rgb(224,47,251); }
div.DivClassName
{
background-color: #E02FFB;
}
.BgClassName
{
background-color: #E02FFB;
}
</style>
border-color css
<style>
span { border-color: #E02FFB; }
span { border-color: rgb(224,47,251); }
td.TdClassName
{
border-color: #E02FFB;
}
.TagClassName
{
border-color: #E02FFB;
}
</style>