Shades of Psychedelic Purple #E415FD
Tints of Psychedelic Purple #E415FD
RGB
CMYK
RGB Variations
Color information
#E415FD (or 0xE415FD) is known color: Psychedelic Purple. HEX triplet: E4, 15 and FD. RGB value is (228,21,253). Sum of RGB (Red+Green+Blue) = 228+21+253=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 21 (8.59% from 255 or 4.18% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #E415FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E415FD is #1BEA02. Grayscale: #6C6C6C. Windows color (decimal): -1829379 or 16586212. OLE color: 16586212.
HSL color Cylindrical-coordinate representation of color #E415FD: hue angle of 293.53º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E415FD is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 228 | 21 | 253 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.01 |
| HSL | 293.53º | 0.98% | 0.54% | - |
| HSV(B) | 293.53º | 0.92% | 0.99% | - |
| XYZ | 49.99 | 24.12 | 94.95 | - |
| YUV | 109.34 | 209.08 | 212.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 21 | 253 | 0.10 | 0.92 | 0 | 0.01 | 293.53 | 0.98 | 0.54 |
| Hex | E4 | 15 | FD | A | 5C | 0 | 1 | 126 | 62 | 36 |
| Octal | 344 | 25 | 375 | 12 | 134 | 0 | 1 | 446 | 142 | 66 |
| Binary | 11100100 | 10101 | 11111101 | 1010 | 1011100 | 0 | 1 | 100100110 | 1100010 | 110110 |
Color Harmonies of #E415FD
Complementary color
Monochromatic Colors of #E415FD
Black with #E415FD
Text Example
Text Example
White with #E415FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E415FD; }
p { color: rgb(228,21,253); }
H1.HeaderClassName
{
color: #E415FD;
}
.AnyTagClassName
{
color: #E415FD;
}
</style>
background-color css
<style>
a { background-color: #E415FD; }
a { background-color: rgb(228,21,253); }
div.DivClassName
{
background-color: #E415FD;
}
.BgClassName
{
background-color: #E415FD;
}
</style>
border-color css
<style>
span { border-color: #E415FD; }
span { border-color: rgb(228,21,253); }
td.TdClassName
{
border-color: #E415FD;
}
.TagClassName
{
border-color: #E415FD;
}
</style>