Shades of Psychedelic Purple #E334FC
Tints of Psychedelic Purple #E334FC
RGB
CMYK
RGB Variations
Color information
#E334FC (or 0xE334FC) is known color: Psychedelic Purple. HEX triplet: E3, 34 and FC. RGB value is (227,52,252). Sum of RGB (Red+Green+Blue) = 227+52+252=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 52 (20.70% from 255 or 9.79% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #E334FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E334FC is #1CCB03. Grayscale: #7E7E7E. Windows color (decimal): -1886980 or 16528611. OLE color: 16528611.
HSL color Cylindrical-coordinate representation of color #E334FC: hue angle of 292.5º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E334FC is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 52 | 252 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.01 |
| HSL | 292.5º | 0.97% | 0.6% | - |
| HSV(B) | 292.5º | 0.79% | 0.99% | - |
| XYZ | 50.48 | 25.82 | 94.42 | - |
| YUV | 127.13 | 198.48 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 252 | 0.10 | 0.79 | 0 | 0.01 | 292.5 | 0.97 | 0.6 |
| Hex | E3 | 34 | FC | A | 4F | 0 | 1 | 124 | 61 | 3C |
| Octal | 343 | 64 | 374 | 12 | 117 | 0 | 1 | 444 | 141 | 74 |
| Binary | 11100011 | 110100 | 11111100 | 1010 | 1001111 | 0 | 1 | 100100100 | 1100001 | 111100 |
Color Harmonies of #E334FC
Complementary color
Monochromatic Colors of #E334FC
Black with #E334FC
Text Example
Text Example
White with #E334FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334FC; }
p { color: rgb(227,52,252); }
H1.HeaderClassName
{
color: #E334FC;
}
.AnyTagClassName
{
color: #E334FC;
}
</style>
background-color css
<style>
a { background-color: #E334FC; }
a { background-color: rgb(227,52,252); }
div.DivClassName
{
background-color: #E334FC;
}
.BgClassName
{
background-color: #E334FC;
}
</style>
border-color css
<style>
span { border-color: #E334FC; }
span { border-color: rgb(227,52,252); }
td.TdClassName
{
border-color: #E334FC;
}
.TagClassName
{
border-color: #E334FC;
}
</style>