Shades of Psychedelic Purple #E105FB
Tints of Psychedelic Purple #E105FB
RGB
CMYK
RGB Variations
Color information
#E105FB (or 0xE105FB) is known color: Psychedelic Purple. HEX triplet: E1, 05 and FB. RGB value is (225,5,251). Sum of RGB (Red+Green+Blue) = 225+5+251=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 5 (2.34% from 255 or 1.04% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #E105FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E105FB is #1EFA04. Grayscale: #626262. Windows color (decimal): -2030085 or 16451041. OLE color: 16451041.
HSL color Cylindrical-coordinate representation of color #E105FB: hue angle of 293.66º 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 #E105FB is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 5 | 251 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.02 |
| HSL | 293.66º | 0.97% | 0.5% | - |
| HSV(B) | 293.66º | 0.98% | 0.98% | - |
| XYZ | 48.52 | 23.08 | 93.16 | - |
| YUV | 98.82 | 213.89 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 251 | 0.10 | 0.98 | 0 | 0.02 | 293.66 | 0.97 | 0.5 |
| Hex | E1 | 5 | FB | A | 62 | 0 | 2 | 126 | 61 | 32 |
| Octal | 341 | 5 | 373 | 12 | 142 | 0 | 2 | 446 | 141 | 62 |
| Binary | 11100001 | 101 | 11111011 | 1010 | 1100010 | 0 | 10 | 100100110 | 1100001 | 110010 |
Color Harmonies of #E105FB
Complementary color
Monochromatic Colors of #E105FB
Black with #E105FB
Text Example
Text Example
White with #E105FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E105FB; }
p { color: rgb(225,5,251); }
H1.HeaderClassName
{
color: #E105FB;
}
.AnyTagClassName
{
color: #E105FB;
}
</style>
background-color css
<style>
a { background-color: #E105FB; }
a { background-color: rgb(225,5,251); }
div.DivClassName
{
background-color: #E105FB;
}
.BgClassName
{
background-color: #E105FB;
}
</style>
border-color css
<style>
span { border-color: #E105FB; }
span { border-color: rgb(225,5,251); }
td.TdClassName
{
border-color: #E105FB;
}
.TagClassName
{
border-color: #E105FB;
}
</style>