Shades of Psychedelic Purple #E721FB
Tints of Psychedelic Purple #E721FB
RGB
CMYK
RGB Variations
Color information
#E721FB (or 0xE721FB) is known color: Psychedelic Purple. HEX triplet: E7, 21 and FB. RGB value is (231,33,251). Sum of RGB (Red+Green+Blue) = 231+33+251=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 33 (13.28% from 255 or 6.41% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #E721FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E721FB is #18DE04. Grayscale: #747474. Windows color (decimal): -1629701 or 16458215. OLE color: 16458215.
HSL color Cylindrical-coordinate representation of color #E721FB: hue angle of 294.5º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E721FB is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 33 | 251 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.02 |
| HSL | 294.5º | 0.96% | 0.56% | - |
| HSV(B) | 294.5º | 0.87% | 0.98% | - |
| XYZ | 50.91 | 25.04 | 93.42 | - |
| YUV | 117.05 | 203.6 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 33 | 251 | 0.08 | 0.87 | 0 | 0.02 | 294.5 | 0.96 | 0.56 |
| Hex | E7 | 21 | FB | 8 | 57 | 0 | 2 | 126 | 60 | 38 |
| Octal | 347 | 41 | 373 | 10 | 127 | 0 | 2 | 446 | 140 | 70 |
| Binary | 11100111 | 100001 | 11111011 | 1000 | 1010111 | 0 | 10 | 100100110 | 1100000 | 111000 |
Color Harmonies of #E721FB
Complementary color
Monochromatic Colors of #E721FB
Black with #E721FB
Text Example
Text Example
White with #E721FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E721FB; }
p { color: rgb(231,33,251); }
H1.HeaderClassName
{
color: #E721FB;
}
.AnyTagClassName
{
color: #E721FB;
}
</style>
background-color css
<style>
a { background-color: #E721FB; }
a { background-color: rgb(231,33,251); }
div.DivClassName
{
background-color: #E721FB;
}
.BgClassName
{
background-color: #E721FB;
}
</style>
border-color css
<style>
span { border-color: #E721FB; }
span { border-color: rgb(231,33,251); }
td.TdClassName
{
border-color: #E721FB;
}
.TagClassName
{
border-color: #E721FB;
}
</style>