Shades of Psychedelic Purple #E934FD
Tints of Psychedelic Purple #E934FD
RGB
CMYK
RGB Variations
Color information
#E934FD (or 0xE934FD) is known color: Psychedelic Purple. HEX triplet: E9, 34 and FD. RGB value is (233,52,253). Sum of RGB (Red+Green+Blue) = 233+52+253=538 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.31% from 538); Green value is 52 (20.70% from 255 or 9.67% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #E934FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E934FD is #16CB02. Grayscale: #808080. Windows color (decimal): -1493763 or 16594153. OLE color: 16594153.
HSL color Cylindrical-coordinate representation of color #E934FD: hue angle of 294.03º degrees, saturation: 0.98, 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 #E934FD is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 233 | 52 | 253 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.01 |
| HSL | 294.03º | 0.98% | 0.6% | - |
| HSV(B) | 294.03º | 0.79% | 0.99% | - |
| XYZ | 52.56 | 26.87 | 95.34 | - |
| YUV | 129.03 | 197.97 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 52 | 253 | 0.08 | 0.79 | 0 | 0.01 | 294.03 | 0.98 | 0.6 |
| Hex | E9 | 34 | FD | 8 | 4F | 0 | 1 | 126 | 62 | 3C |
| Octal | 351 | 64 | 375 | 10 | 117 | 0 | 1 | 446 | 142 | 74 |
| Binary | 11101001 | 110100 | 11111101 | 1000 | 1001111 | 0 | 1 | 100100110 | 1100010 | 111100 |
Color Harmonies of #E934FD
Complementary color
Monochromatic Colors of #E934FD
Black with #E934FD
Text Example
Text Example
White with #E934FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E934FD; }
p { color: rgb(233,52,253); }
H1.HeaderClassName
{
color: #E934FD;
}
.AnyTagClassName
{
color: #E934FD;
}
</style>
background-color css
<style>
a { background-color: #E934FD; }
a { background-color: rgb(233,52,253); }
div.DivClassName
{
background-color: #E934FD;
}
.BgClassName
{
background-color: #E934FD;
}
</style>
border-color css
<style>
span { border-color: #E934FD; }
span { border-color: rgb(233,52,253); }
td.TdClassName
{
border-color: #E934FD;
}
.TagClassName
{
border-color: #E934FD;
}
</style>