Shades of Psychedelic Purple #E324FB
Tints of Psychedelic Purple #E324FB
RGB
CMYK
RGB Variations
Color information
#E324FB (or 0xE324FB) is known color: Psychedelic Purple. HEX triplet: E3, 24 and FB. RGB value is (227,36,251). Sum of RGB (Red+Green+Blue) = 227+36+251=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 36 (14.45% from 255 or 7.00% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #E324FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E324FB is #1CDB04. Grayscale: #747474. Windows color (decimal): -1891077 or 16458979. OLE color: 16458979.
HSL color Cylindrical-coordinate representation of color #E324FB: hue angle of 293.3º 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 #E324FB is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 36 | 251 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.02 |
| HSL | 293.3º | 0.96% | 0.56% | - |
| HSV(B) | 293.3º | 0.86% | 0.98% | - |
| XYZ | 49.72 | 24.56 | 93.39 | - |
| YUV | 117.62 | 203.28 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 36 | 251 | 0.10 | 0.86 | 0 | 0.02 | 293.3 | 0.96 | 0.56 |
| Hex | E3 | 24 | FB | A | 56 | 0 | 2 | 125 | 60 | 38 |
| Octal | 343 | 44 | 373 | 12 | 126 | 0 | 2 | 445 | 140 | 70 |
| Binary | 11100011 | 100100 | 11111011 | 1010 | 1010110 | 0 | 10 | 100100101 | 1100000 | 111000 |
Color Harmonies of #E324FB
Complementary color
Monochromatic Colors of #E324FB
Black with #E324FB
Text Example
Text Example
White with #E324FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E324FB; }
p { color: rgb(227,36,251); }
H1.HeaderClassName
{
color: #E324FB;
}
.AnyTagClassName
{
color: #E324FB;
}
</style>
background-color css
<style>
a { background-color: #E324FB; }
a { background-color: rgb(227,36,251); }
div.DivClassName
{
background-color: #E324FB;
}
.BgClassName
{
background-color: #E324FB;
}
</style>
border-color css
<style>
span { border-color: #E324FB; }
span { border-color: rgb(227,36,251); }
td.TdClassName
{
border-color: #E324FB;
}
.TagClassName
{
border-color: #E324FB;
}
</style>