Shades of Psychedelic Purple #E21CFD
Tints of Psychedelic Purple #E21CFD
RGB
CMYK
RGB Variations
Color information
#E21CFD (or 0xE21CFD) is known color: Psychedelic Purple. HEX triplet: E2, 1C and FD. RGB value is (226,28,253). Sum of RGB (Red+Green+Blue) = 226+28+253=507 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.58% from 507); Green value is 28 (11.33% from 255 or 5.52% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #E21CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E21CFD is #1DE302. Grayscale: #707070. Windows color (decimal): -1958659 or 16588002. OLE color: 16588002.
HSL color Cylindrical-coordinate representation of color #E21CFD: hue angle of 292.8º 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 #E21CFD is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 28 | 253 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.01 |
| HSL | 292.8º | 0.98% | 0.55% | - |
| HSV(B) | 292.8º | 0.89% | 0.99% | - |
| XYZ | 49.51 | 24.09 | 94.97 | - |
| YUV | 112.85 | 207.1 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 253 | 0.11 | 0.89 | 0 | 0.01 | 292.8 | 0.98 | 0.55 |
| Hex | E2 | 1C | FD | B | 59 | 0 | 1 | 125 | 62 | 37 |
| Octal | 342 | 34 | 375 | 13 | 131 | 0 | 1 | 445 | 142 | 67 |
| Binary | 11100010 | 11100 | 11111101 | 1011 | 1011001 | 0 | 1 | 100100101 | 1100010 | 110111 |
Color Harmonies of #E21CFD
Complementary color
Monochromatic Colors of #E21CFD
Black with #E21CFD
Text Example
Text Example
White with #E21CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CFD; }
p { color: rgb(226,28,253); }
H1.HeaderClassName
{
color: #E21CFD;
}
.AnyTagClassName
{
color: #E21CFD;
}
</style>
background-color css
<style>
a { background-color: #E21CFD; }
a { background-color: rgb(226,28,253); }
div.DivClassName
{
background-color: #E21CFD;
}
.BgClassName
{
background-color: #E21CFD;
}
</style>
border-color css
<style>
span { border-color: #E21CFD; }
span { border-color: rgb(226,28,253); }
td.TdClassName
{
border-color: #E21CFD;
}
.TagClassName
{
border-color: #E21CFD;
}
</style>