Shades of Psychedelic Purple #E72EFC
Tints of Psychedelic Purple #E72EFC
RGB
CMYK
RGB Variations
Color information
#E72EFC (or 0xE72EFC) is known color: Psychedelic Purple. HEX triplet: E7, 2E and FC. RGB value is (231,46,252). Sum of RGB (Red+Green+Blue) = 231+46+252=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 46 (18.36% from 255 or 8.70% from 529); Blue value is 252 (98.83% from 255 or 47.64% from 529); Max value from RGB is 252 - color contains mainly: blue. Hex color #E72EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72EFC is #18D103. Grayscale: #7C7C7C. Windows color (decimal): -1626372 or 16527079. OLE color: 16527079.
HSL color Cylindrical-coordinate representation of color #E72EFC: hue angle of 293.88º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72EFC is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 46 | 252 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.01 |
| HSL | 293.88º | 0.97% | 0.58% | - |
| HSV(B) | 293.88º | 0.82% | 0.99% | - |
| XYZ | 51.5 | 25.97 | 94.39 | - |
| YUV | 124.8 | 199.79 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 46 | 252 | 0.08 | 0.82 | 0 | 0.01 | 293.88 | 0.97 | 0.58 |
| Hex | E7 | 2E | FC | 8 | 52 | 0 | 1 | 126 | 61 | 3A |
| Octal | 347 | 56 | 374 | 10 | 122 | 0 | 1 | 446 | 141 | 72 |
| Binary | 11100111 | 101110 | 11111100 | 1000 | 1010010 | 0 | 1 | 100100110 | 1100001 | 111010 |
Color Harmonies of #E72EFC
Complementary color
Monochromatic Colors of #E72EFC
Black with #E72EFC
Text Example
Text Example
White with #E72EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72EFC; }
p { color: rgb(231,46,252); }
H1.HeaderClassName
{
color: #E72EFC;
}
.AnyTagClassName
{
color: #E72EFC;
}
</style>
background-color css
<style>
a { background-color: #E72EFC; }
a { background-color: rgb(231,46,252); }
div.DivClassName
{
background-color: #E72EFC;
}
.BgClassName
{
background-color: #E72EFC;
}
</style>
border-color css
<style>
span { border-color: #E72EFC; }
span { border-color: rgb(231,46,252); }
td.TdClassName
{
border-color: #E72EFC;
}
.TagClassName
{
border-color: #E72EFC;
}
</style>