Shades of Psychedelic Purple #E016FB
Tints of Psychedelic Purple #E016FB
RGB
CMYK
RGB Variations
Color information
#E016FB (or 0xE016FB) is known color: Psychedelic Purple. HEX triplet: E0, 16 and FB. RGB value is (224,22,251). Sum of RGB (Red+Green+Blue) = 224+22+251=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 22 (8.98% from 255 or 4.43% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #E016FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E016FB is #1FE904. Grayscale: #6B6B6B. Windows color (decimal): -2091269 or 16455392. OLE color: 16455392.
HSL color Cylindrical-coordinate representation of color #E016FB: hue angle of 292.93º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E016FB is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 22 | 251 | - |
| CMYK | 0.11 | 0.91 | 0 | 0.02 |
| HSL | 292.93º | 0.97% | 0.54% | - |
| HSV(B) | 292.93º | 0.91% | 0.98% | - |
| XYZ | 48.44 | 23.39 | 93.23 | - |
| YUV | 108.5 | 208.42 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 22 | 251 | 0.11 | 0.91 | 0 | 0.02 | 292.93 | 0.97 | 0.54 |
| Hex | E0 | 16 | FB | B | 5B | 0 | 2 | 125 | 61 | 36 |
| Octal | 340 | 26 | 373 | 13 | 133 | 0 | 2 | 445 | 141 | 66 |
| Binary | 11100000 | 10110 | 11111011 | 1011 | 1011011 | 0 | 10 | 100100101 | 1100001 | 110110 |
Color Harmonies of #E016FB
Complementary color
Monochromatic Colors of #E016FB
Black with #E016FB
Text Example
Text Example
White with #E016FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E016FB; }
p { color: rgb(224,22,251); }
H1.HeaderClassName
{
color: #E016FB;
}
.AnyTagClassName
{
color: #E016FB;
}
</style>
background-color css
<style>
a { background-color: #E016FB; }
a { background-color: rgb(224,22,251); }
div.DivClassName
{
background-color: #E016FB;
}
.BgClassName
{
background-color: #E016FB;
}
</style>
border-color css
<style>
span { border-color: #E016FB; }
span { border-color: rgb(224,22,251); }
td.TdClassName
{
border-color: #E016FB;
}
.TagClassName
{
border-color: #E016FB;
}
</style>