Shades of Psychedelic Purple #E02DFD
Tints of Psychedelic Purple #E02DFD
RGB
CMYK
RGB Variations
Color information
#E02DFD (or 0xE02DFD) is known color: Psychedelic Purple. HEX triplet: E0, 2D and FD. RGB value is (224,45,253). Sum of RGB (Red+Green+Blue) = 224+45+253=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 45 (17.97% from 255 or 8.62% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #E02DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02DFD is #1FD202. Grayscale: #797979. Windows color (decimal): -2085379 or 16592352. OLE color: 16592352.
HSL color Cylindrical-coordinate representation of color #E02DFD: hue angle of 291.63º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E02DFD is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 45 | 253 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.01 |
| HSL | 291.63º | 0.98% | 0.58% | - |
| HSV(B) | 291.63º | 0.82% | 0.99% | - |
| XYZ | 49.41 | 24.82 | 95.11 | - |
| YUV | 122.23 | 201.8 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 253 | 0.11 | 0.82 | 0 | 0.01 | 291.63 | 0.98 | 0.58 |
| Hex | E0 | 2D | FD | B | 52 | 0 | 1 | 124 | 62 | 3A |
| Octal | 340 | 55 | 375 | 13 | 122 | 0 | 1 | 444 | 142 | 72 |
| Binary | 11100000 | 101101 | 11111101 | 1011 | 1010010 | 0 | 1 | 100100100 | 1100010 | 111010 |
Color Harmonies of #E02DFD
Complementary color
Monochromatic Colors of #E02DFD
Black with #E02DFD
Text Example
Text Example
White with #E02DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02DFD; }
p { color: rgb(224,45,253); }
H1.HeaderClassName
{
color: #E02DFD;
}
.AnyTagClassName
{
color: #E02DFD;
}
</style>
background-color css
<style>
a { background-color: #E02DFD; }
a { background-color: rgb(224,45,253); }
div.DivClassName
{
background-color: #E02DFD;
}
.BgClassName
{
background-color: #E02DFD;
}
</style>
border-color css
<style>
span { border-color: #E02DFD; }
span { border-color: rgb(224,45,253); }
td.TdClassName
{
border-color: #E02DFD;
}
.TagClassName
{
border-color: #E02DFD;
}
</style>