Shades of Psychedelic Purple #E134FA
Tints of Psychedelic Purple #E134FA
RGB
CMYK
RGB Variations
Color information
#E134FA (or 0xE134FA) is known color: Psychedelic Purple. HEX triplet: E1, 34 and FA. RGB value is (225,52,250). Sum of RGB (Red+Green+Blue) = 225+52+250=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 52 (20.70% from 255 or 9.87% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #E134FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E134FA is #1ECB05. Grayscale: #7D7D7D. Windows color (decimal): -2018054 or 16397537. OLE color: 16397537.
HSL color Cylindrical-coordinate representation of color #E134FA: hue angle of 292.42º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E134FA is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 52 | 250 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.02 |
| HSL | 292.42º | 0.95% | 0.59% | - |
| HSV(B) | 292.42º | 0.79% | 0.98% | - |
| XYZ | 49.53 | 25.37 | 92.73 | - |
| YUV | 126.3 | 197.81 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 250 | 0.10 | 0.79 | 0 | 0.02 | 292.42 | 0.95 | 0.59 |
| Hex | E1 | 34 | FA | A | 4F | 0 | 2 | 124 | 5F | 3B |
| Octal | 341 | 64 | 372 | 12 | 117 | 0 | 2 | 444 | 137 | 73 |
| Binary | 11100001 | 110100 | 11111010 | 1010 | 1001111 | 0 | 10 | 100100100 | 1011111 | 111011 |
Color Harmonies of #E134FA
Complementary color
Monochromatic Colors of #E134FA
Black with #E134FA
Text Example
Text Example
White with #E134FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E134FA; }
p { color: rgb(225,52,250); }
H1.HeaderClassName
{
color: #E134FA;
}
.AnyTagClassName
{
color: #E134FA;
}
</style>
background-color css
<style>
a { background-color: #E134FA; }
a { background-color: rgb(225,52,250); }
div.DivClassName
{
background-color: #E134FA;
}
.BgClassName
{
background-color: #E134FA;
}
</style>
border-color css
<style>
span { border-color: #E134FA; }
span { border-color: rgb(225,52,250); }
td.TdClassName
{
border-color: #E134FA;
}
.TagClassName
{
border-color: #E134FA;
}
</style>