Shades of Psychedelic Purple #E921FB
Tints of Psychedelic Purple #E921FB
RGB
CMYK
RGB Variations
Color information
#E921FB (or 0xE921FB) is known color: Psychedelic Purple. HEX triplet: E9, 21 and FB. RGB value is (233,33,251). Sum of RGB (Red+Green+Blue) = 233+33+251=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 33 (13.28% from 255 or 6.38% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #E921FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E921FB is #16DE04. Grayscale: #747474. Windows color (decimal): -1498629 or 16458217. OLE color: 16458217.
HSL color Cylindrical-coordinate representation of color #E921FB: hue angle of 295.05º 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 #E921FB is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 33 | 251 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.02 |
| HSL | 295.05º | 0.96% | 0.56% | - |
| HSV(B) | 295.05º | 0.87% | 0.98% | - |
| XYZ | 51.56 | 25.38 | 93.45 | - |
| YUV | 117.65 | 203.26 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 251 | 0.07 | 0.87 | 0 | 0.02 | 295.05 | 0.96 | 0.56 |
| Hex | E9 | 21 | FB | 7 | 57 | 0 | 2 | 127 | 60 | 38 |
| Octal | 351 | 41 | 373 | 7 | 127 | 0 | 2 | 447 | 140 | 70 |
| Binary | 11101001 | 100001 | 11111011 | 111 | 1010111 | 0 | 10 | 100100111 | 1100000 | 111000 |
Color Harmonies of #E921FB
Complementary color
Monochromatic Colors of #E921FB
Black with #E921FB
Text Example
Text Example
White with #E921FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921FB; }
p { color: rgb(233,33,251); }
H1.HeaderClassName
{
color: #E921FB;
}
.AnyTagClassName
{
color: #E921FB;
}
</style>
background-color css
<style>
a { background-color: #E921FB; }
a { background-color: rgb(233,33,251); }
div.DivClassName
{
background-color: #E921FB;
}
.BgClassName
{
background-color: #E921FB;
}
</style>
border-color css
<style>
span { border-color: #E921FB; }
span { border-color: rgb(233,33,251); }
td.TdClassName
{
border-color: #E921FB;
}
.TagClassName
{
border-color: #E921FB;
}
</style>