Shades of Psychedelic Purple #E72CFC
Tints of Psychedelic Purple #E72CFC
RGB
CMYK
RGB Variations
Color information
#E72CFC (or 0xE72CFC) is known color: Psychedelic Purple. HEX triplet: E7, 2C and FC. RGB value is (231,44,252). Sum of RGB (Red+Green+Blue) = 231+44+252=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 44 (17.58% from 255 or 8.35% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #E72CFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72CFC is #18D303. Grayscale: #7A7A7A. Windows color (decimal): -1626884 or 16526567. OLE color: 16526567.
HSL color Cylindrical-coordinate representation of color #E72CFC: hue angle of 293.94º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E72CFC is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 44 | 252 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.01 |
| HSL | 293.94º | 0.97% | 0.58% | - |
| HSV(B) | 293.94º | 0.83% | 0.99% | - |
| XYZ | 51.43 | 25.82 | 94.37 | - |
| YUV | 123.63 | 200.45 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 44 | 252 | 0.08 | 0.83 | 0 | 0.01 | 293.94 | 0.97 | 0.58 |
| Hex | E7 | 2C | FC | 8 | 53 | 0 | 1 | 126 | 61 | 3A |
| Octal | 347 | 54 | 374 | 10 | 123 | 0 | 1 | 446 | 141 | 72 |
| Binary | 11100111 | 101100 | 11111100 | 1000 | 1010011 | 0 | 1 | 100100110 | 1100001 | 111010 |
Color Harmonies of #E72CFC
Complementary color
Monochromatic Colors of #E72CFC
Black with #E72CFC
Text Example
Text Example
White with #E72CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72CFC; }
p { color: rgb(231,44,252); }
H1.HeaderClassName
{
color: #E72CFC;
}
.AnyTagClassName
{
color: #E72CFC;
}
</style>
background-color css
<style>
a { background-color: #E72CFC; }
a { background-color: rgb(231,44,252); }
div.DivClassName
{
background-color: #E72CFC;
}
.BgClassName
{
background-color: #E72CFC;
}
</style>
border-color css
<style>
span { border-color: #E72CFC; }
span { border-color: rgb(231,44,252); }
td.TdClassName
{
border-color: #E72CFC;
}
.TagClassName
{
border-color: #E72CFC;
}
</style>