Shades of Psychedelic Purple #E810FB
Tints of Psychedelic Purple #E810FB
RGB
CMYK
RGB Variations
Color information
#E810FB (or 0xE810FB) is known color: Psychedelic Purple. HEX triplet: E8, 10 and FB. RGB value is (232,16,251). Sum of RGB (Red+Green+Blue) = 232+16+251=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 16 (6.64% from 255 or 3.21% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #E810FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E810FB is #17EF04. Grayscale: #6A6A6A. Windows color (decimal): -1568517 or 16453864. OLE color: 16453864.
HSL color Cylindrical-coordinate representation of color #E810FB: hue angle of 295.15º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E810FB is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 232 | 16 | 251 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.02 |
| HSL | 295.15º | 0.97% | 0.52% | - |
| HSV(B) | 295.15º | 0.94% | 0.98% | - |
| XYZ | 50.88 | 24.49 | 93.31 | - |
| YUV | 107.37 | 209.06 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 251 | 0.08 | 0.94 | 0 | 0.02 | 295.15 | 0.97 | 0.52 |
| Hex | E8 | 10 | FB | 8 | 5E | 0 | 2 | 127 | 61 | 34 |
| Octal | 350 | 20 | 373 | 10 | 136 | 0 | 2 | 447 | 141 | 64 |
| Binary | 11101000 | 10000 | 11111011 | 1000 | 1011110 | 0 | 10 | 100100111 | 1100001 | 110100 |
Color Harmonies of #E810FB
Complementary color
Monochromatic Colors of #E810FB
Black with #E810FB
Text Example
Text Example
White with #E810FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E810FB; }
p { color: rgb(232,16,251); }
H1.HeaderClassName
{
color: #E810FB;
}
.AnyTagClassName
{
color: #E810FB;
}
</style>
background-color css
<style>
a { background-color: #E810FB; }
a { background-color: rgb(232,16,251); }
div.DivClassName
{
background-color: #E810FB;
}
.BgClassName
{
background-color: #E810FB;
}
</style>
border-color css
<style>
span { border-color: #E810FB; }
span { border-color: rgb(232,16,251); }
td.TdClassName
{
border-color: #E810FB;
}
.TagClassName
{
border-color: #E810FB;
}
</style>