Shades of Psychedelic Purple #E11AFD
Tints of Psychedelic Purple #E11AFD
RGB
CMYK
RGB Variations
Color information
#E11AFD (or 0xE11AFD) is known color: Psychedelic Purple. HEX triplet: E1, 1A and FD. RGB value is (225,26,253). Sum of RGB (Red+Green+Blue) = 225+26+253=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 26 (10.55% from 255 or 5.16% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #E11AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11AFD is #1EE502. Grayscale: #6E6E6E. Windows color (decimal): -2024707 or 16587489. OLE color: 16587489.
HSL color Cylindrical-coordinate representation of color #E11AFD: hue angle of 292.6º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E11AFD is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 26 | 253 | - |
| CMYK | 0.11 | 0.90 | 0 | 0.01 |
| HSL | 292.6º | 0.98% | 0.55% | - |
| HSV(B) | 292.6º | 0.9% | 0.99% | - |
| XYZ | 49.15 | 23.84 | 94.94 | - |
| YUV | 111.38 | 207.93 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 26 | 253 | 0.11 | 0.90 | 0 | 0.01 | 292.6 | 0.98 | 0.55 |
| Hex | E1 | 1A | FD | B | 5A | 0 | 1 | 125 | 62 | 37 |
| Octal | 341 | 32 | 375 | 13 | 132 | 0 | 1 | 445 | 142 | 67 |
| Binary | 11100001 | 11010 | 11111101 | 1011 | 1011010 | 0 | 1 | 100100101 | 1100010 | 110111 |
Color Harmonies of #E11AFD
Complementary color
Monochromatic Colors of #E11AFD
Black with #E11AFD
Text Example
Text Example
White with #E11AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11AFD; }
p { color: rgb(225,26,253); }
H1.HeaderClassName
{
color: #E11AFD;
}
.AnyTagClassName
{
color: #E11AFD;
}
</style>
background-color css
<style>
a { background-color: #E11AFD; }
a { background-color: rgb(225,26,253); }
div.DivClassName
{
background-color: #E11AFD;
}
.BgClassName
{
background-color: #E11AFD;
}
</style>
border-color css
<style>
span { border-color: #E11AFD; }
span { border-color: rgb(225,26,253); }
td.TdClassName
{
border-color: #E11AFD;
}
.TagClassName
{
border-color: #E11AFD;
}
</style>