Shades of Psychedelic Purple #E721F6
Tints of Psychedelic Purple #E721F6
RGB
CMYK
RGB Variations
Color information
#E721F6 (or 0xE721F6) is known color: Psychedelic Purple. HEX triplet: E7, 21 and F6. RGB value is (231,33,246). Sum of RGB (Red+Green+Blue) = 231+33+246=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 33 (13.28% from 255 or 6.47% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #E721F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E721F6 is #18DE09. Grayscale: #737373. Windows color (decimal): -1629706 or 16130535. OLE color: 16130535.
HSL color Cylindrical-coordinate representation of color #E721F6: hue angle of 295.77º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E721F6 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 33 | 246 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.04 |
| HSL | 295.77º | 0.92% | 0.55% | - |
| HSV(B) | 295.77º | 0.87% | 0.96% | - |
| XYZ | 50.13 | 24.73 | 89.32 | - |
| YUV | 116.48 | 201.1 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 246 | 0.06 | 0.87 | 0 | 0.04 | 295.77 | 0.92 | 0.55 |
| Hex | E7 | 21 | F6 | 6 | 57 | 0 | 4 | 128 | 5C | 37 |
| Octal | 347 | 41 | 366 | 6 | 127 | 0 | 4 | 450 | 134 | 67 |
| Binary | 11100111 | 100001 | 11110110 | 110 | 1010111 | 0 | 100 | 100101000 | 1011100 | 110111 |
Color Harmonies of #E721F6
Complementary color
Monochromatic Colors of #E721F6
Black with #E721F6
Text Example
Text Example
White with #E721F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E721F6; }
p { color: rgb(231,33,246); }
H1.HeaderClassName
{
color: #E721F6;
}
.AnyTagClassName
{
color: #E721F6;
}
</style>
background-color css
<style>
a { background-color: #E721F6; }
a { background-color: rgb(231,33,246); }
div.DivClassName
{
background-color: #E721F6;
}
.BgClassName
{
background-color: #E721F6;
}
</style>
border-color css
<style>
span { border-color: #E721F6; }
span { border-color: rgb(231,33,246); }
td.TdClassName
{
border-color: #E721F6;
}
.TagClassName
{
border-color: #E721F6;
}
</style>