Shades of Psychedelic Purple #E730FA
Tints of Psychedelic Purple #E730FA
RGB
CMYK
RGB Variations
Color information
#E730FA (or 0xE730FA) is known color: Psychedelic Purple. HEX triplet: E7, 30 and FA. RGB value is (231,48,250). Sum of RGB (Red+Green+Blue) = 231+48+250=529 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.67% from 529); Green value is 48 (19.14% from 255 or 9.07% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #E730FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E730FA is #18CF05. Grayscale: #7D7D7D. Windows color (decimal): -1625862 or 16396519. OLE color: 16396519.
HSL color Cylindrical-coordinate representation of color #E730FA: hue angle of 294.36º 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 #E730FA is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 48 | 250 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.02 |
| HSL | 294.36º | 0.95% | 0.58% | - |
| HSV(B) | 294.36º | 0.81% | 0.98% | - |
| XYZ | 51.27 | 26 | 92.76 | - |
| YUV | 125.75 | 198.13 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 48 | 250 | 0.08 | 0.81 | 0 | 0.02 | 294.36 | 0.95 | 0.58 |
| Hex | E7 | 30 | FA | 8 | 51 | 0 | 2 | 126 | 5F | 3A |
| Octal | 347 | 60 | 372 | 10 | 121 | 0 | 2 | 446 | 137 | 72 |
| Binary | 11100111 | 110000 | 11111010 | 1000 | 1010001 | 0 | 10 | 100100110 | 1011111 | 111010 |
Color Harmonies of #E730FA
Complementary color
Monochromatic Colors of #E730FA
Black with #E730FA
Text Example
Text Example
White with #E730FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E730FA; }
p { color: rgb(231,48,250); }
H1.HeaderClassName
{
color: #E730FA;
}
.AnyTagClassName
{
color: #E730FA;
}
</style>
background-color css
<style>
a { background-color: #E730FA; }
a { background-color: rgb(231,48,250); }
div.DivClassName
{
background-color: #E730FA;
}
.BgClassName
{
background-color: #E730FA;
}
</style>
border-color css
<style>
span { border-color: #E730FA; }
span { border-color: rgb(231,48,250); }
td.TdClassName
{
border-color: #E730FA;
}
.TagClassName
{
border-color: #E730FA;
}
</style>