Shades of Psychedelic Purple #E72FFF
Tints of Psychedelic Purple #E72FFF
RGB
CMYK
RGB Variations
Color information
#E72FFF (or 0xE72FFF) is known color: Psychedelic Purple. HEX triplet: E7, 2F and FF. RGB value is (231,47,255). Sum of RGB (Red+Green+Blue) = 231+47+255=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 47 (18.75% from 255 or 8.82% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #E72FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72FFF is #18D000. Grayscale: #7D7D7D. Windows color (decimal): -1626113 or 16723943. OLE color: 16723943.
HSL color Cylindrical-coordinate representation of color #E72FFF: hue angle of 293.08º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72FFF is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 47 | 255 | - |
| CMYK | 0.09 | 0.82 | 0 | 0 |
| HSL | 293.08º | 1% | 0.59% | - |
| HSV(B) | 293.08º | 0.82% | 1% | - |
| XYZ | 52.02 | 26.24 | 96.93 | - |
| YUV | 125.73 | 200.96 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 47 | 255 | 0.09 | 0.82 | 0 | 0 | 293.08 | 1 | 0.59 |
| Hex | E7 | 2F | FF | 9 | 52 | 0 | 0 | 125 | 64 | 3B |
| Octal | 347 | 57 | 377 | 11 | 122 | 0 | 0 | 445 | 144 | 73 |
| Binary | 11100111 | 101111 | 11111111 | 1001 | 1010010 | 0 | 0 | 100100101 | 1100100 | 111011 |
Color Harmonies of #E72FFF
Complementary color
Monochromatic Colors of #E72FFF
Black with #E72FFF
Text Example
Text Example
White with #E72FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72FFF; }
p { color: rgb(231,47,255); }
H1.HeaderClassName
{
color: #E72FFF;
}
.AnyTagClassName
{
color: #E72FFF;
}
</style>
background-color css
<style>
a { background-color: #E72FFF; }
a { background-color: rgb(231,47,255); }
div.DivClassName
{
background-color: #E72FFF;
}
.BgClassName
{
background-color: #E72FFF;
}
</style>
border-color css
<style>
span { border-color: #E72FFF; }
span { border-color: rgb(231,47,255); }
td.TdClassName
{
border-color: #E72FFF;
}
.TagClassName
{
border-color: #E72FFF;
}
</style>