Shades of Psychedelic Purple #E314FB
Tints of Psychedelic Purple #E314FB
RGB
CMYK
RGB Variations
Color information
#E314FB (or 0xE314FB) is known color: Psychedelic Purple. HEX triplet: E3, 14 and FB. RGB value is (227,20,251). Sum of RGB (Red+Green+Blue) = 227+20+251=498 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.58% from 498); Green value is 20 (8.20% from 255 or 4.02% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #E314FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E314FB is #1CEB04. Grayscale: #6B6B6B. Windows color (decimal): -1895173 or 16454883. OLE color: 16454883.
HSL color Cylindrical-coordinate representation of color #E314FB: hue angle of 293.77º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E314FB is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 20 | 251 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.02 |
| HSL | 293.77º | 0.97% | 0.53% | - |
| HSV(B) | 293.77º | 0.92% | 0.98% | - |
| XYZ | 49.34 | 23.8 | 93.26 | - |
| YUV | 108.23 | 208.58 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 251 | 0.10 | 0.92 | 0 | 0.02 | 293.77 | 0.97 | 0.53 |
| Hex | E3 | 14 | FB | A | 5C | 0 | 2 | 126 | 61 | 35 |
| Octal | 343 | 24 | 373 | 12 | 134 | 0 | 2 | 446 | 141 | 65 |
| Binary | 11100011 | 10100 | 11111011 | 1010 | 1011100 | 0 | 10 | 100100110 | 1100001 | 110101 |
Color Harmonies of #E314FB
Complementary color
Monochromatic Colors of #E314FB
Black with #E314FB
Text Example
Text Example
White with #E314FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E314FB; }
p { color: rgb(227,20,251); }
H1.HeaderClassName
{
color: #E314FB;
}
.AnyTagClassName
{
color: #E314FB;
}
</style>
background-color css
<style>
a { background-color: #E314FB; }
a { background-color: rgb(227,20,251); }
div.DivClassName
{
background-color: #E314FB;
}
.BgClassName
{
background-color: #E314FB;
}
</style>
border-color css
<style>
span { border-color: #E314FB; }
span { border-color: rgb(227,20,251); }
td.TdClassName
{
border-color: #E314FB;
}
.TagClassName
{
border-color: #E314FB;
}
</style>