Shades of Psychedelic Purple #E72AFC
Tints of Psychedelic Purple #E72AFC
RGB
CMYK
RGB Variations
Color information
#E72AFC (or 0xE72AFC) is known color: Psychedelic Purple. HEX triplet: E7, 2A and FC. RGB value is (231,42,252). Sum of RGB (Red+Green+Blue) = 231+42+252=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 42 (16.80% from 255 or 8% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #E72AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72AFC is #18D503. Grayscale: #797979. Windows color (decimal): -1627396 or 16526055. OLE color: 16526055.
HSL color Cylindrical-coordinate representation of color #E72AFC: hue angle of 294º 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 #E72AFC is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 42 | 252 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.01 |
| HSL | 294º | 0.97% | 0.58% | - |
| HSV(B) | 294º | 0.83% | 0.99% | - |
| XYZ | 51.35 | 25.67 | 94.34 | - |
| YUV | 122.45 | 201.12 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 252 | 0.08 | 0.83 | 0 | 0.01 | 294 | 0.97 | 0.58 |
| Hex | E7 | 2A | FC | 8 | 53 | 0 | 1 | 126 | 61 | 3A |
| Octal | 347 | 52 | 374 | 10 | 123 | 0 | 1 | 446 | 141 | 72 |
| Binary | 11100111 | 101010 | 11111100 | 1000 | 1010011 | 0 | 1 | 100100110 | 1100001 | 111010 |
Color Harmonies of #E72AFC
Complementary color
Monochromatic Colors of #E72AFC
Black with #E72AFC
Text Example
Text Example
White with #E72AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72AFC; }
p { color: rgb(231,42,252); }
H1.HeaderClassName
{
color: #E72AFC;
}
.AnyTagClassName
{
color: #E72AFC;
}
</style>
background-color css
<style>
a { background-color: #E72AFC; }
a { background-color: rgb(231,42,252); }
div.DivClassName
{
background-color: #E72AFC;
}
.BgClassName
{
background-color: #E72AFC;
}
</style>
border-color css
<style>
span { border-color: #E72AFC; }
span { border-color: rgb(231,42,252); }
td.TdClassName
{
border-color: #E72AFC;
}
.TagClassName
{
border-color: #E72AFC;
}
</style>