Shades of Psychedelic Purple #E724FB
Tints of Psychedelic Purple #E724FB
RGB
CMYK
RGB Variations
Color information
#E724FB (or 0xE724FB) is known color: Psychedelic Purple. HEX triplet: E7, 24 and FB. RGB value is (231,36,251). Sum of RGB (Red+Green+Blue) = 231+36+251=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 36 (14.45% from 255 or 6.95% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #E724FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E724FB is #18DB04. Grayscale: #767676. Windows color (decimal): -1628933 or 16458983. OLE color: 16458983.
HSL color Cylindrical-coordinate representation of color #E724FB: hue angle of 294.42º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E724FB is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 36 | 251 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.02 |
| HSL | 294.42º | 0.96% | 0.56% | - |
| HSV(B) | 294.42º | 0.86% | 0.98% | - |
| XYZ | 51 | 25.22 | 93.45 | - |
| YUV | 118.82 | 202.6 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 36 | 251 | 0.08 | 0.86 | 0 | 0.02 | 294.42 | 0.96 | 0.56 |
| Hex | E7 | 24 | FB | 8 | 56 | 0 | 2 | 126 | 60 | 38 |
| Octal | 347 | 44 | 373 | 10 | 126 | 0 | 2 | 446 | 140 | 70 |
| Binary | 11100111 | 100100 | 11111011 | 1000 | 1010110 | 0 | 10 | 100100110 | 1100000 | 111000 |
Color Harmonies of #E724FB
Complementary color
Monochromatic Colors of #E724FB
Black with #E724FB
Text Example
Text Example
White with #E724FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E724FB; }
p { color: rgb(231,36,251); }
H1.HeaderClassName
{
color: #E724FB;
}
.AnyTagClassName
{
color: #E724FB;
}
</style>
background-color css
<style>
a { background-color: #E724FB; }
a { background-color: rgb(231,36,251); }
div.DivClassName
{
background-color: #E724FB;
}
.BgClassName
{
background-color: #E724FB;
}
</style>
border-color css
<style>
span { border-color: #E724FB; }
span { border-color: rgb(231,36,251); }
td.TdClassName
{
border-color: #E724FB;
}
.TagClassName
{
border-color: #E724FB;
}
</style>