Shades of Psychedelic Purple #E010FB
Tints of Psychedelic Purple #E010FB
RGB
CMYK
RGB Variations
Color information
#E010FB (or 0xE010FB) is known color: Psychedelic Purple. HEX triplet: E0, 10 and FB. RGB value is (224,16,251). Sum of RGB (Red+Green+Blue) = 224+16+251=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 16 (6.64% from 255 or 3.26% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #E010FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E010FB is #1FEF04. Grayscale: #686868. Windows color (decimal): -2092805 or 16453856. OLE color: 16453856.
HSL color Cylindrical-coordinate representation of color #E010FB: hue angle of 293.11º 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 #E010FB is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 16 | 251 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.02 |
| HSL | 293.11º | 0.97% | 0.52% | - |
| HSV(B) | 293.11º | 0.94% | 0.98% | - |
| XYZ | 48.34 | 23.18 | 93.19 | - |
| YUV | 104.98 | 210.41 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 251 | 0.11 | 0.94 | 0 | 0.02 | 293.11 | 0.97 | 0.52 |
| Hex | E0 | 10 | FB | B | 5E | 0 | 2 | 125 | 61 | 34 |
| Octal | 340 | 20 | 373 | 13 | 136 | 0 | 2 | 445 | 141 | 64 |
| Binary | 11100000 | 10000 | 11111011 | 1011 | 1011110 | 0 | 10 | 100100101 | 1100001 | 110100 |
Color Harmonies of #E010FB
Complementary color
Monochromatic Colors of #E010FB
Black with #E010FB
Text Example
Text Example
White with #E010FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E010FB; }
p { color: rgb(224,16,251); }
H1.HeaderClassName
{
color: #E010FB;
}
.AnyTagClassName
{
color: #E010FB;
}
</style>
background-color css
<style>
a { background-color: #E010FB; }
a { background-color: rgb(224,16,251); }
div.DivClassName
{
background-color: #E010FB;
}
.BgClassName
{
background-color: #E010FB;
}
</style>
border-color css
<style>
span { border-color: #E010FB; }
span { border-color: rgb(224,16,251); }
td.TdClassName
{
border-color: #E010FB;
}
.TagClassName
{
border-color: #E010FB;
}
</style>