Shades of Psychedelic Purple #E805FB
Tints of Psychedelic Purple #E805FB
RGB
CMYK
RGB Variations
Color information
#E805FB (or 0xE805FB) is known color: Psychedelic Purple. HEX triplet: E8, 05 and FB. RGB value is (232,5,251). Sum of RGB (Red+Green+Blue) = 232+5+251=488 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.54% from 488); Green value is 5 (2.34% from 255 or 1.02% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #E805FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E805FB is #17FA04. Grayscale: #646464. Windows color (decimal): -1571333 or 16451048. OLE color: 16451048.
HSL color Cylindrical-coordinate representation of color #E805FB: hue angle of 295.37º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E805FB is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 5 | 251 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.02 |
| HSL | 295.37º | 0.97% | 0.5% | - |
| HSV(B) | 295.37º | 0.98% | 0.98% | - |
| XYZ | 50.75 | 24.23 | 93.27 | - |
| YUV | 100.92 | 212.71 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 251 | 0.08 | 0.98 | 0 | 0.02 | 295.37 | 0.97 | 0.5 |
| Hex | E8 | 5 | FB | 8 | 62 | 0 | 2 | 127 | 61 | 32 |
| Octal | 350 | 5 | 373 | 10 | 142 | 0 | 2 | 447 | 141 | 62 |
| Binary | 11101000 | 101 | 11111011 | 1000 | 1100010 | 0 | 10 | 100100111 | 1100001 | 110010 |
Color Harmonies of #E805FB
Complementary color
Monochromatic Colors of #E805FB
Black with #E805FB
Text Example
Text Example
White with #E805FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E805FB; }
p { color: rgb(232,5,251); }
H1.HeaderClassName
{
color: #E805FB;
}
.AnyTagClassName
{
color: #E805FB;
}
</style>
background-color css
<style>
a { background-color: #E805FB; }
a { background-color: rgb(232,5,251); }
div.DivClassName
{
background-color: #E805FB;
}
.BgClassName
{
background-color: #E805FB;
}
</style>
border-color css
<style>
span { border-color: #E805FB; }
span { border-color: rgb(232,5,251); }
td.TdClassName
{
border-color: #E805FB;
}
.TagClassName
{
border-color: #E805FB;
}
</style>