Shades of Psychedelic Purple #E11CFD
Tints of Psychedelic Purple #E11CFD
RGB
CMYK
RGB Variations
Color information
#E11CFD (or 0xE11CFD) is known color: Psychedelic Purple. HEX triplet: E1, 1C and FD. RGB value is (225,28,253). Sum of RGB (Red+Green+Blue) = 225+28+253=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 28 (11.33% from 255 or 5.53% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #E11CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E11CFD is #1EE302. Grayscale: #6F6F6F. Windows color (decimal): -2024195 or 16588001. OLE color: 16588001.
HSL color Cylindrical-coordinate representation of color #E11CFD: hue angle of 292.53º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E11CFD is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 28 | 253 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.01 |
| HSL | 292.53º | 0.98% | 0.55% | - |
| HSV(B) | 292.53º | 0.89% | 0.99% | - |
| XYZ | 49.2 | 23.93 | 94.95 | - |
| YUV | 112.55 | 207.27 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 253 | 0.11 | 0.89 | 0 | 0.01 | 292.53 | 0.98 | 0.55 |
| Hex | E1 | 1C | FD | B | 59 | 0 | 1 | 125 | 62 | 37 |
| Octal | 341 | 34 | 375 | 13 | 131 | 0 | 1 | 445 | 142 | 67 |
| Binary | 11100001 | 11100 | 11111101 | 1011 | 1011001 | 0 | 1 | 100100101 | 1100010 | 110111 |
Color Harmonies of #E11CFD
Complementary color
Monochromatic Colors of #E11CFD
Black with #E11CFD
Text Example
Text Example
White with #E11CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CFD; }
p { color: rgb(225,28,253); }
H1.HeaderClassName
{
color: #E11CFD;
}
.AnyTagClassName
{
color: #E11CFD;
}
</style>
background-color css
<style>
a { background-color: #E11CFD; }
a { background-color: rgb(225,28,253); }
div.DivClassName
{
background-color: #E11CFD;
}
.BgClassName
{
background-color: #E11CFD;
}
</style>
border-color css
<style>
span { border-color: #E11CFD; }
span { border-color: rgb(225,28,253); }
td.TdClassName
{
border-color: #E11CFD;
}
.TagClassName
{
border-color: #E11CFD;
}
</style>