Shades of Psychedelic Purple #E924FB
Tints of Psychedelic Purple #E924FB
RGB
CMYK
RGB Variations
Color information
#E924FB (or 0xE924FB) is known color: Psychedelic Purple. HEX triplet: E9, 24 and FB. RGB value is (233,36,251). Sum of RGB (Red+Green+Blue) = 233+36+251=520 (68% of max value = 765). Red value is 233 (91.41% from 255 or 44.81% from 520); Green value is 36 (14.45% from 255 or 6.92% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #E924FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E924FB is #16DB04. Grayscale: #767676. Windows color (decimal): -1497861 or 16458985. OLE color: 16458985.
HSL color Cylindrical-coordinate representation of color #E924FB: hue angle of 294.98º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E924FB is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 36 | 251 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.02 |
| HSL | 294.98º | 0.96% | 0.56% | - |
| HSV(B) | 294.98º | 0.86% | 0.98% | - |
| XYZ | 51.65 | 25.55 | 93.48 | - |
| YUV | 119.41 | 202.27 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 36 | 251 | 0.07 | 0.86 | 0 | 0.02 | 294.98 | 0.96 | 0.56 |
| Hex | E9 | 24 | FB | 7 | 56 | 0 | 2 | 127 | 60 | 38 |
| Octal | 351 | 44 | 373 | 7 | 126 | 0 | 2 | 447 | 140 | 70 |
| Binary | 11101001 | 100100 | 11111011 | 111 | 1010110 | 0 | 10 | 100100111 | 1100000 | 111000 |
Color Harmonies of #E924FB
Complementary color
Monochromatic Colors of #E924FB
Black with #E924FB
Text Example
Text Example
White with #E924FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E924FB; }
p { color: rgb(233,36,251); }
H1.HeaderClassName
{
color: #E924FB;
}
.AnyTagClassName
{
color: #E924FB;
}
</style>
background-color css
<style>
a { background-color: #E924FB; }
a { background-color: rgb(233,36,251); }
div.DivClassName
{
background-color: #E924FB;
}
.BgClassName
{
background-color: #E924FB;
}
</style>
border-color css
<style>
span { border-color: #E924FB; }
span { border-color: rgb(233,36,251); }
td.TdClassName
{
border-color: #E924FB;
}
.TagClassName
{
border-color: #E924FB;
}
</style>