Shades of Psychedelic Purple #E72AF0
Tints of Psychedelic Purple #E72AF0
RGB
CMYK
RGB Variations
Color information
#E72AF0 (or 0xE72AF0) is known color: Psychedelic Purple. HEX triplet: E7, 2A and F0. RGB value is (231,42,240). Sum of RGB (Red+Green+Blue) = 231+42+240=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 42 (16.80% from 255 or 8.19% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #E72AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72AF0 is #18D50F. Grayscale: #787878. Windows color (decimal): -1627408 or 15739623. OLE color: 15739623.
HSL color Cylindrical-coordinate representation of color #E72AF0: hue angle of 297.27º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72AF0 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 231 | 42 | 240 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.06 |
| HSL | 297.27º | 0.87% | 0.55% | - |
| HSV(B) | 297.27º | 0.83% | 0.94% | - |
| XYZ | 49.51 | 24.94 | 84.64 | - |
| YUV | 121.08 | 195.12 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 240 | 0.04 | 0.82 | 0 | 0.06 | 297.27 | 0.87 | 0.55 |
| Hex | E7 | 2A | F0 | 4 | 52 | 0 | 6 | 129 | 57 | 37 |
| Octal | 347 | 52 | 360 | 4 | 122 | 0 | 6 | 451 | 127 | 67 |
| Binary | 11100111 | 101010 | 11110000 | 100 | 1010010 | 0 | 110 | 100101001 | 1010111 | 110111 |
Color Harmonies of #E72AF0
Complementary color
Monochromatic Colors of #E72AF0
Black with #E72AF0
Text Example
Text Example
White with #E72AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72AF0; }
p { color: rgb(231,42,240); }
H1.HeaderClassName
{
color: #E72AF0;
}
.AnyTagClassName
{
color: #E72AF0;
}
</style>
background-color css
<style>
a { background-color: #E72AF0; }
a { background-color: rgb(231,42,240); }
div.DivClassName
{
background-color: #E72AF0;
}
.BgClassName
{
background-color: #E72AF0;
}
</style>
border-color css
<style>
span { border-color: #E72AF0; }
span { border-color: rgb(231,42,240); }
td.TdClassName
{
border-color: #E72AF0;
}
.TagClassName
{
border-color: #E72AF0;
}
</style>