Shades of Psychedelic Purple #E812FD
Tints of Psychedelic Purple #E812FD
RGB
CMYK
RGB Variations
Color information
#E812FD (or 0xE812FD) is known color: Psychedelic Purple. HEX triplet: E8, 12 and FD. RGB value is (232,18,253). Sum of RGB (Red+Green+Blue) = 232+18+253=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 18 (7.42% from 255 or 3.58% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #E812FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E812FD is #17ED02. Grayscale: #6C6C6C. Windows color (decimal): -1568003 or 16585448. OLE color: 16585448.
HSL color Cylindrical-coordinate representation of color #E812FD: hue angle of 294.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E812FD is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 232 | 18 | 253 | - |
| CMYK | 0.08 | 0.93 | 0 | 0.01 |
| HSL | 294.64º | 0.98% | 0.53% | - |
| HSV(B) | 294.64º | 0.93% | 0.99% | - |
| XYZ | 51.22 | 24.68 | 94.99 | - |
| YUV | 108.78 | 209.4 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 253 | 0.08 | 0.93 | 0 | 0.01 | 294.64 | 0.98 | 0.53 |
| Hex | E8 | 12 | FD | 8 | 5D | 0 | 1 | 127 | 62 | 35 |
| Octal | 350 | 22 | 375 | 10 | 135 | 0 | 1 | 447 | 142 | 65 |
| Binary | 11101000 | 10010 | 11111101 | 1000 | 1011101 | 0 | 1 | 100100111 | 1100010 | 110101 |
Color Harmonies of #E812FD
Complementary color
Monochromatic Colors of #E812FD
Black with #E812FD
Text Example
Text Example
White with #E812FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E812FD; }
p { color: rgb(232,18,253); }
H1.HeaderClassName
{
color: #E812FD;
}
.AnyTagClassName
{
color: #E812FD;
}
</style>
background-color css
<style>
a { background-color: #E812FD; }
a { background-color: rgb(232,18,253); }
div.DivClassName
{
background-color: #E812FD;
}
.BgClassName
{
background-color: #E812FD;
}
</style>
border-color css
<style>
span { border-color: #E812FD; }
span { border-color: rgb(232,18,253); }
td.TdClassName
{
border-color: #E812FD;
}
.TagClassName
{
border-color: #E812FD;
}
</style>