Shades of Psychedelic Purple #E02FFD
Tints of Psychedelic Purple #E02FFD
RGB
CMYK
RGB Variations
Color information
#E02FFD (or 0xE02FFD) is known color: Psychedelic Purple. HEX triplet: E0, 2F and FD. RGB value is (224,47,253). Sum of RGB (Red+Green+Blue) = 224+47+253=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 47 (18.75% from 255 or 8.97% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #E02FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E02FFD is #1FD002. Grayscale: #7A7A7A. Windows color (decimal): -2084867 or 16592864. OLE color: 16592864.
HSL color Cylindrical-coordinate representation of color #E02FFD: hue angle of 291.55º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02FFD is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 224 | 47 | 253 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.01 |
| HSL | 291.55º | 0.98% | 0.59% | - |
| HSV(B) | 291.55º | 0.81% | 0.99% | - |
| XYZ | 49.49 | 24.97 | 95.14 | - |
| YUV | 123.41 | 201.14 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 253 | 0.11 | 0.81 | 0 | 0.01 | 291.55 | 0.98 | 0.59 |
| Hex | E0 | 2F | FD | B | 51 | 0 | 1 | 124 | 62 | 3B |
| Octal | 340 | 57 | 375 | 13 | 121 | 0 | 1 | 444 | 142 | 73 |
| Binary | 11100000 | 101111 | 11111101 | 1011 | 1010001 | 0 | 1 | 100100100 | 1100010 | 111011 |
Color Harmonies of #E02FFD
Complementary color
Monochromatic Colors of #E02FFD
Black with #E02FFD
Text Example
Text Example
White with #E02FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02FFD; }
p { color: rgb(224,47,253); }
H1.HeaderClassName
{
color: #E02FFD;
}
.AnyTagClassName
{
color: #E02FFD;
}
</style>
background-color css
<style>
a { background-color: #E02FFD; }
a { background-color: rgb(224,47,253); }
div.DivClassName
{
background-color: #E02FFD;
}
.BgClassName
{
background-color: #E02FFD;
}
</style>
border-color css
<style>
span { border-color: #E02FFD; }
span { border-color: rgb(224,47,253); }
td.TdClassName
{
border-color: #E02FFD;
}
.TagClassName
{
border-color: #E02FFD;
}
</style>