Shades of Psychedelic Purple #E728FC
Tints of Psychedelic Purple #E728FC
RGB
CMYK
RGB Variations
Color information
#E728FC (or 0xE728FC) is known color: Psychedelic Purple. HEX triplet: E7, 28 and FC. RGB value is (231,40,252). Sum of RGB (Red+Green+Blue) = 231+40+252=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 40 (16.02% from 255 or 7.65% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #E728FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E728FC is #18D703. Grayscale: #787878. Windows color (decimal): -1627908 or 16525543. OLE color: 16525543.
HSL color Cylindrical-coordinate representation of color #E728FC: hue angle of 294.06º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E728FC is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 40 | 252 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.01 |
| HSL | 294.06º | 0.97% | 0.57% | - |
| HSV(B) | 294.06º | 0.84% | 0.99% | - |
| XYZ | 51.28 | 25.53 | 94.32 | - |
| YUV | 121.28 | 201.78 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 252 | 0.08 | 0.84 | 0 | 0.01 | 294.06 | 0.97 | 0.57 |
| Hex | E7 | 28 | FC | 8 | 54 | 0 | 1 | 126 | 61 | 39 |
| Octal | 347 | 50 | 374 | 10 | 124 | 0 | 1 | 446 | 141 | 71 |
| Binary | 11100111 | 101000 | 11111100 | 1000 | 1010100 | 0 | 1 | 100100110 | 1100001 | 111001 |
Color Harmonies of #E728FC
Complementary color
Monochromatic Colors of #E728FC
Black with #E728FC
Text Example
Text Example
White with #E728FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E728FC; }
p { color: rgb(231,40,252); }
H1.HeaderClassName
{
color: #E728FC;
}
.AnyTagClassName
{
color: #E728FC;
}
</style>
background-color css
<style>
a { background-color: #E728FC; }
a { background-color: rgb(231,40,252); }
div.DivClassName
{
background-color: #E728FC;
}
.BgClassName
{
background-color: #E728FC;
}
</style>
border-color css
<style>
span { border-color: #E728FC; }
span { border-color: rgb(231,40,252); }
td.TdClassName
{
border-color: #E728FC;
}
.TagClassName
{
border-color: #E728FC;
}
</style>