Shades of Psychedelic Purple #E02BFD
Tints of Psychedelic Purple #E02BFD
RGB
CMYK
RGB Variations
Color information
#E02BFD (or 0xE02BFD) is known color: Psychedelic Purple. HEX triplet: E0, 2B and FD. RGB value is (224,43,253). Sum of RGB (Red+Green+Blue) = 224+43+253=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 43 (17.19% from 255 or 8.27% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #E02BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02BFD is #1FD402. Grayscale: #787878. Windows color (decimal): -2085891 or 16591840. OLE color: 16591840.
HSL color Cylindrical-coordinate representation of color #E02BFD: hue angle of 291.71º degrees, saturation: 0.98, 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 #E02BFD is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 43 | 253 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.01 |
| HSL | 291.71º | 0.98% | 0.58% | - |
| HSV(B) | 291.71º | 0.83% | 0.99% | - |
| XYZ | 49.33 | 24.67 | 95.09 | - |
| YUV | 121.06 | 202.47 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 253 | 0.11 | 0.83 | 0 | 0.01 | 291.71 | 0.98 | 0.58 |
| Hex | E0 | 2B | FD | B | 53 | 0 | 1 | 124 | 62 | 3A |
| Octal | 340 | 53 | 375 | 13 | 123 | 0 | 1 | 444 | 142 | 72 |
| Binary | 11100000 | 101011 | 11111101 | 1011 | 1010011 | 0 | 1 | 100100100 | 1100010 | 111010 |
Color Harmonies of #E02BFD
Complementary color
Monochromatic Colors of #E02BFD
Black with #E02BFD
Text Example
Text Example
White with #E02BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02BFD; }
p { color: rgb(224,43,253); }
H1.HeaderClassName
{
color: #E02BFD;
}
.AnyTagClassName
{
color: #E02BFD;
}
</style>
background-color css
<style>
a { background-color: #E02BFD; }
a { background-color: rgb(224,43,253); }
div.DivClassName
{
background-color: #E02BFD;
}
.BgClassName
{
background-color: #E02BFD;
}
</style>
border-color css
<style>
span { border-color: #E02BFD; }
span { border-color: rgb(224,43,253); }
td.TdClassName
{
border-color: #E02BFD;
}
.TagClassName
{
border-color: #E02BFD;
}
</style>