Shades of Psychedelic Purple #E72CFA
Tints of Psychedelic Purple #E72CFA
RGB
CMYK
RGB Variations
Color information
#E72CFA (or 0xE72CFA) is known color: Psychedelic Purple. HEX triplet: E7, 2C and FA. RGB value is (231,44,250). Sum of RGB (Red+Green+Blue) = 231+44+250=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 44 (17.58% from 255 or 8.38% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #E72CFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72CFA is #18D305. Grayscale: #7A7A7A. Windows color (decimal): -1626886 or 16395495. OLE color: 16395495.
HSL color Cylindrical-coordinate representation of color #E72CFA: hue angle of 294.47º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72CFA is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 44 | 250 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.02 |
| HSL | 294.47º | 0.95% | 0.58% | - |
| HSV(B) | 294.47º | 0.82% | 0.98% | - |
| XYZ | 51.11 | 25.69 | 92.71 | - |
| YUV | 123.4 | 199.45 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 44 | 250 | 0.08 | 0.82 | 0 | 0.02 | 294.47 | 0.95 | 0.58 |
| Hex | E7 | 2C | FA | 8 | 52 | 0 | 2 | 126 | 5F | 3A |
| Octal | 347 | 54 | 372 | 10 | 122 | 0 | 2 | 446 | 137 | 72 |
| Binary | 11100111 | 101100 | 11111010 | 1000 | 1010010 | 0 | 10 | 100100110 | 1011111 | 111010 |
Color Harmonies of #E72CFA
Complementary color
Monochromatic Colors of #E72CFA
Black with #E72CFA
Text Example
Text Example
White with #E72CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72CFA; }
p { color: rgb(231,44,250); }
H1.HeaderClassName
{
color: #E72CFA;
}
.AnyTagClassName
{
color: #E72CFA;
}
</style>
background-color css
<style>
a { background-color: #E72CFA; }
a { background-color: rgb(231,44,250); }
div.DivClassName
{
background-color: #E72CFA;
}
.BgClassName
{
background-color: #E72CFA;
}
</style>
border-color css
<style>
span { border-color: #E72CFA; }
span { border-color: rgb(231,44,250); }
td.TdClassName
{
border-color: #E72CFA;
}
.TagClassName
{
border-color: #E72CFA;
}
</style>