Shades of Psychedelic Purple #E334FD
Tints of Psychedelic Purple #E334FD
RGB
CMYK
RGB Variations
Color information
#E334FD (or 0xE334FD) is known color: Psychedelic Purple. HEX triplet: E3, 34 and FD. RGB value is (227,52,253). Sum of RGB (Red+Green+Blue) = 227+52+253=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 52 (20.70% from 255 or 9.77% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #E334FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E334FD is #1CCB02. Grayscale: #7E7E7E. Windows color (decimal): -1886979 or 16594147. OLE color: 16594147.
HSL color Cylindrical-coordinate representation of color #E334FD: hue angle of 292.24º 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 #E334FD is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 52 | 253 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.01 |
| HSL | 292.24º | 0.98% | 0.6% | - |
| HSV(B) | 292.24º | 0.79% | 0.99% | - |
| XYZ | 50.64 | 25.88 | 95.25 | - |
| YUV | 127.24 | 198.98 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 253 | 0.10 | 0.79 | 0 | 0.01 | 292.24 | 0.98 | 0.6 |
| Hex | E3 | 34 | FD | A | 4F | 0 | 1 | 124 | 62 | 3C |
| Octal | 343 | 64 | 375 | 12 | 117 | 0 | 1 | 444 | 142 | 74 |
| Binary | 11100011 | 110100 | 11111101 | 1010 | 1001111 | 0 | 1 | 100100100 | 1100010 | 111100 |
Color Harmonies of #E334FD
Complementary color
Monochromatic Colors of #E334FD
Black with #E334FD
Text Example
Text Example
White with #E334FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334FD; }
p { color: rgb(227,52,253); }
H1.HeaderClassName
{
color: #E334FD;
}
.AnyTagClassName
{
color: #E334FD;
}
</style>
background-color css
<style>
a { background-color: #E334FD; }
a { background-color: rgb(227,52,253); }
div.DivClassName
{
background-color: #E334FD;
}
.BgClassName
{
background-color: #E334FD;
}
</style>
border-color css
<style>
span { border-color: #E334FD; }
span { border-color: rgb(227,52,253); }
td.TdClassName
{
border-color: #E334FD;
}
.TagClassName
{
border-color: #E334FD;
}
</style>