Shades of Psychedelic Purple #E72FFA
Tints of Psychedelic Purple #E72FFA
RGB
CMYK
RGB Variations
Color information
#E72FFA (or 0xE72FFA) is known color: Psychedelic Purple. HEX triplet: E7, 2F and FA. RGB value is (231,47,250). Sum of RGB (Red+Green+Blue) = 231+47+250=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 47 (18.75% from 255 or 8.90% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #E72FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72FFA is #18D005. Grayscale: #7C7C7C. Windows color (decimal): -1626118 or 16396263. OLE color: 16396263.
HSL color Cylindrical-coordinate representation of color #E72FFA: hue angle of 294.38º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72FFA is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 231 | 47 | 250 | - |
CMYK | 0.08 | 0.81 | 0 | 0.02 |
HSL | 294.38º | 0.95% | 0.58% | - |
HSV(B) | 294.38º | 0.81% | 0.98% | - |
XYZ | 51.23 | 25.92 | 92.75 | - |
YUV | 125.16 | 198.46 | 203.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 47 | 250 | 0.08 | 0.81 | 0 | 0.02 | 294.38 | 0.95 | 0.58 |
Hex | E7 | 2F | FA | 8 | 51 | 0 | 2 | 126 | 5F | 3A |
Octal | 347 | 57 | 372 | 10 | 121 | 0 | 2 | 446 | 137 | 72 |
Binary | 11100111 | 101111 | 11111010 | 1000 | 1010001 | 0 | 10 | 100100110 | 1011111 | 111010 |
Color Harmonies of #E72FFA
Complementary color
Monochromatic Colors of #E72FFA
Black with #E72FFA
Text Example
Text Example
White with #E72FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72FFA; }
p { color: rgb(231,47,250); }
H1.HeaderClassName
{
color: #E72FFA;
}
.AnyTagClassName
{
color: #E72FFA;
}
</style>
background-color css
<style>
a { background-color: #E72FFA; }
a { background-color: rgb(231,47,250); }
div.DivClassName
{
background-color: #E72FFA;
}
.BgClassName
{
background-color: #E72FFA;
}
</style>
border-color css
<style>
span { border-color: #E72FFA; }
span { border-color: rgb(231,47,250); }
td.TdClassName
{
border-color: #E72FFA;
}
.TagClassName
{
border-color: #E72FFA;
}
</style>