Shades of Psychedelic Purple #E51CFA
Tints of Psychedelic Purple #E51CFA
RGB
CMYK
RGB Variations
Color information
#E51CFA (or 0xE51CFA) is known color: Psychedelic Purple. HEX triplet: E5, 1C and FA. RGB value is (229,28,250). Sum of RGB (Red+Green+Blue) = 229+28+250=507 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.17% from 507); Green value is 28 (11.33% from 255 or 5.52% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #E51CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E51CFA is #1AE305. Grayscale: #707070. Windows color (decimal): -1762054 or 16391397. OLE color: 16391397.
HSL color Cylindrical-coordinate representation of color #E51CFA: hue angle of 294.32º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E51CFA is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 28 | 250 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.02 |
| HSL | 294.32º | 0.96% | 0.55% | - |
| HSV(B) | 294.32º | 0.89% | 0.98% | - |
| XYZ | 49.98 | 24.39 | 92.52 | - |
| YUV | 113.41 | 205.09 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 250 | 0.08 | 0.89 | 0 | 0.02 | 294.32 | 0.96 | 0.55 |
| Hex | E5 | 1C | FA | 8 | 59 | 0 | 2 | 126 | 60 | 37 |
| Octal | 345 | 34 | 372 | 10 | 131 | 0 | 2 | 446 | 140 | 67 |
| Binary | 11100101 | 11100 | 11111010 | 1000 | 1011001 | 0 | 10 | 100100110 | 1100000 | 110111 |
Color Harmonies of #E51CFA
Complementary color
Monochromatic Colors of #E51CFA
Black with #E51CFA
Text Example
Text Example
White with #E51CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51CFA; }
p { color: rgb(229,28,250); }
H1.HeaderClassName
{
color: #E51CFA;
}
.AnyTagClassName
{
color: #E51CFA;
}
</style>
background-color css
<style>
a { background-color: #E51CFA; }
a { background-color: rgb(229,28,250); }
div.DivClassName
{
background-color: #E51CFA;
}
.BgClassName
{
background-color: #E51CFA;
}
</style>
border-color css
<style>
span { border-color: #E51CFA; }
span { border-color: rgb(229,28,250); }
td.TdClassName
{
border-color: #E51CFA;
}
.TagClassName
{
border-color: #E51CFA;
}
</style>