Shades of Psychedelic Purple #E121FB
Tints of Psychedelic Purple #E121FB
RGB
CMYK
RGB Variations
Color information
#E121FB (or 0xE121FB) is known color: Psychedelic Purple. HEX triplet: E1, 21 and FB. RGB value is (225,33,251). Sum of RGB (Red+Green+Blue) = 225+33+251=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 33 (13.28% from 255 or 6.48% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #E121FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E121FB is #1EDE04. Grayscale: #727272. Windows color (decimal): -2022917 or 16458209. OLE color: 16458209.
HSL color Cylindrical-coordinate representation of color #E121FB: hue angle of 292.84º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E121FB is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 33 | 251 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.02 |
| HSL | 292.84º | 0.96% | 0.56% | - |
| HSV(B) | 292.84º | 0.87% | 0.98% | - |
| XYZ | 49.01 | 24.06 | 93.33 | - |
| YUV | 115.26 | 204.61 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 33 | 251 | 0.10 | 0.87 | 0 | 0.02 | 292.84 | 0.96 | 0.56 |
| Hex | E1 | 21 | FB | A | 57 | 0 | 2 | 125 | 60 | 38 |
| Octal | 341 | 41 | 373 | 12 | 127 | 0 | 2 | 445 | 140 | 70 |
| Binary | 11100001 | 100001 | 11111011 | 1010 | 1010111 | 0 | 10 | 100100101 | 1100000 | 111000 |
Color Harmonies of #E121FB
Complementary color
Monochromatic Colors of #E121FB
Black with #E121FB
Text Example
Text Example
White with #E121FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E121FB; }
p { color: rgb(225,33,251); }
H1.HeaderClassName
{
color: #E121FB;
}
.AnyTagClassName
{
color: #E121FB;
}
</style>
background-color css
<style>
a { background-color: #E121FB; }
a { background-color: rgb(225,33,251); }
div.DivClassName
{
background-color: #E121FB;
}
.BgClassName
{
background-color: #E121FB;
}
</style>
border-color css
<style>
span { border-color: #E121FB; }
span { border-color: rgb(225,33,251); }
td.TdClassName
{
border-color: #E121FB;
}
.TagClassName
{
border-color: #E121FB;
}
</style>