Shades of Psychedelic Purple #E814FB
Tints of Psychedelic Purple #E814FB
RGB
CMYK
RGB Variations
Color information
#E814FB (or 0xE814FB) is known color: Psychedelic Purple. HEX triplet: E8, 14 and FB. RGB value is (232,20,251). Sum of RGB (Red+Green+Blue) = 232+20+251=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 20 (8.20% from 255 or 3.98% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #E814FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E814FB is #17EB04. Grayscale: #6D6D6D. Windows color (decimal): -1567493 or 16454888. OLE color: 16454888.
HSL color Cylindrical-coordinate representation of color #E814FB: hue angle of 295.06º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E814FB is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 20 | 251 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.02 |
| HSL | 295.06º | 0.97% | 0.53% | - |
| HSV(B) | 295.06º | 0.92% | 0.98% | - |
| XYZ | 50.94 | 24.62 | 93.33 | - |
| YUV | 109.72 | 207.74 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 251 | 0.08 | 0.92 | 0 | 0.02 | 295.06 | 0.97 | 0.53 |
| Hex | E8 | 14 | FB | 8 | 5C | 0 | 2 | 127 | 61 | 35 |
| Octal | 350 | 24 | 373 | 10 | 134 | 0 | 2 | 447 | 141 | 65 |
| Binary | 11101000 | 10100 | 11111011 | 1000 | 1011100 | 0 | 10 | 100100111 | 1100001 | 110101 |
Color Harmonies of #E814FB
Complementary color
Monochromatic Colors of #E814FB
Black with #E814FB
Text Example
Text Example
White with #E814FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E814FB; }
p { color: rgb(232,20,251); }
H1.HeaderClassName
{
color: #E814FB;
}
.AnyTagClassName
{
color: #E814FB;
}
</style>
background-color css
<style>
a { background-color: #E814FB; }
a { background-color: rgb(232,20,251); }
div.DivClassName
{
background-color: #E814FB;
}
.BgClassName
{
background-color: #E814FB;
}
</style>
border-color css
<style>
span { border-color: #E814FB; }
span { border-color: rgb(232,20,251); }
td.TdClassName
{
border-color: #E814FB;
}
.TagClassName
{
border-color: #E814FB;
}
</style>