Shades of Psychedelic Purple #E721F9
Tints of Psychedelic Purple #E721F9
RGB
CMYK
RGB Variations
Color information
#E721F9 (or 0xE721F9) is known color: Psychedelic Purple. HEX triplet: E7, 21 and F9. RGB value is (231,33,249). Sum of RGB (Red+Green+Blue) = 231+33+249=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 33 (13.28% from 255 or 6.43% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #E721F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E721F9 is #18DE06. Grayscale: #747474. Windows color (decimal): -1629703 or 16327143. OLE color: 16327143.
HSL color Cylindrical-coordinate representation of color #E721F9: hue angle of 295º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E721F9 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 33 | 249 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.02 |
| HSL | 295º | 0.95% | 0.55% | - |
| HSV(B) | 295º | 0.87% | 0.98% | - |
| XYZ | 50.6 | 24.92 | 91.77 | - |
| YUV | 116.83 | 202.6 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 249 | 0.07 | 0.87 | 0 | 0.02 | 295 | 0.95 | 0.55 |
| Hex | E7 | 21 | F9 | 7 | 57 | 0 | 2 | 127 | 5F | 37 |
| Octal | 347 | 41 | 371 | 7 | 127 | 0 | 2 | 447 | 137 | 67 |
| Binary | 11100111 | 100001 | 11111001 | 111 | 1010111 | 0 | 10 | 100100111 | 1011111 | 110111 |
Color Harmonies of #E721F9
Complementary color
Monochromatic Colors of #E721F9
Black with #E721F9
Text Example
Text Example
White with #E721F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E721F9; }
p { color: rgb(231,33,249); }
H1.HeaderClassName
{
color: #E721F9;
}
.AnyTagClassName
{
color: #E721F9;
}
</style>
background-color css
<style>
a { background-color: #E721F9; }
a { background-color: rgb(231,33,249); }
div.DivClassName
{
background-color: #E721F9;
}
.BgClassName
{
background-color: #E721F9;
}
</style>
border-color css
<style>
span { border-color: #E721F9; }
span { border-color: rgb(231,33,249); }
td.TdClassName
{
border-color: #E721F9;
}
.TagClassName
{
border-color: #E721F9;
}
</style>