Shades of Psychedelic Purple #E934FC
Tints of Psychedelic Purple #E934FC
RGB
CMYK
RGB Variations
Color information
#E934FC (or 0xE934FC) is known color: Psychedelic Purple. HEX triplet: E9, 34 and FC. RGB value is (233,52,252). Sum of RGB (Red+Green+Blue) = 233+52+252=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 52 (20.70% from 255 or 9.68% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #E934FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E934FC is #16CB03. Grayscale: #808080. Windows color (decimal): -1493764 or 16528617. OLE color: 16528617.
HSL color Cylindrical-coordinate representation of color #E934FC: hue angle of 294.3º 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 #E934FC is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 52 | 252 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.01 |
| HSL | 294.3º | 0.97% | 0.6% | - |
| HSV(B) | 294.3º | 0.79% | 0.99% | - |
| XYZ | 52.4 | 26.81 | 94.51 | - |
| YUV | 128.92 | 197.47 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 252 | 0.08 | 0.79 | 0 | 0.01 | 294.3 | 0.97 | 0.6 |
| Hex | E9 | 34 | FC | 8 | 4F | 0 | 1 | 126 | 61 | 3C |
| Octal | 351 | 64 | 374 | 10 | 117 | 0 | 1 | 446 | 141 | 74 |
| Binary | 11101001 | 110100 | 11111100 | 1000 | 1001111 | 0 | 1 | 100100110 | 1100001 | 111100 |
Color Harmonies of #E934FC
Complementary color
Monochromatic Colors of #E934FC
Black with #E934FC
Text Example
Text Example
White with #E934FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E934FC; }
p { color: rgb(233,52,252); }
H1.HeaderClassName
{
color: #E934FC;
}
.AnyTagClassName
{
color: #E934FC;
}
</style>
background-color css
<style>
a { background-color: #E934FC; }
a { background-color: rgb(233,52,252); }
div.DivClassName
{
background-color: #E934FC;
}
.BgClassName
{
background-color: #E934FC;
}
</style>
border-color css
<style>
span { border-color: #E934FC; }
span { border-color: rgb(233,52,252); }
td.TdClassName
{
border-color: #E934FC;
}
.TagClassName
{
border-color: #E934FC;
}
</style>