Shades of Psychedelic Purple #E02BFB
Tints of Psychedelic Purple #E02BFB
RGB
CMYK
RGB Variations
Color information
#E02BFB (or 0xE02BFB) is known color: Psychedelic Purple. HEX triplet: E0, 2B and FB. RGB value is (224,43,251). Sum of RGB (Red+Green+Blue) = 224+43+251=518 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.24% from 518); Green value is 43 (17.19% from 255 or 8.30% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #E02BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02BFB is #1FD404. Grayscale: #787878. Windows color (decimal): -2085893 or 16460768. OLE color: 16460768.
HSL color Cylindrical-coordinate representation of color #E02BFB: hue angle of 292.21º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E02BFB is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 43 | 251 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.02 |
| HSL | 292.21º | 0.96% | 0.58% | - |
| HSV(B) | 292.21º | 0.83% | 0.98% | - |
| XYZ | 49.02 | 24.54 | 93.42 | - |
| YUV | 120.83 | 201.47 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 251 | 0.11 | 0.83 | 0 | 0.02 | 292.21 | 0.96 | 0.58 |
| Hex | E0 | 2B | FB | B | 53 | 0 | 2 | 124 | 60 | 3A |
| Octal | 340 | 53 | 373 | 13 | 123 | 0 | 2 | 444 | 140 | 72 |
| Binary | 11100000 | 101011 | 11111011 | 1011 | 1010011 | 0 | 10 | 100100100 | 1100000 | 111010 |
Color Harmonies of #E02BFB
Complementary color
Monochromatic Colors of #E02BFB
Black with #E02BFB
Text Example
Text Example
White with #E02BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02BFB; }
p { color: rgb(224,43,251); }
H1.HeaderClassName
{
color: #E02BFB;
}
.AnyTagClassName
{
color: #E02BFB;
}
</style>
background-color css
<style>
a { background-color: #E02BFB; }
a { background-color: rgb(224,43,251); }
div.DivClassName
{
background-color: #E02BFB;
}
.BgClassName
{
background-color: #E02BFB;
}
</style>
border-color css
<style>
span { border-color: #E02BFB; }
span { border-color: rgb(224,43,251); }
td.TdClassName
{
border-color: #E02BFB;
}
.TagClassName
{
border-color: #E02BFB;
}
</style>