Shades of Psychedelic Purple #E72DFE
Tints of Psychedelic Purple #E72DFE
RGB
CMYK
RGB Variations
Color information
#E72DFE (or 0xE72DFE) is known color: Psychedelic Purple. HEX triplet: E7, 2D and FE. RGB value is (231,45,254). Sum of RGB (Red+Green+Blue) = 231+45+254=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 45 (17.97% from 255 or 8.49% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #E72DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72DFE is #18D201. Grayscale: #7B7B7B. Windows color (decimal): -1626626 or 16657895. OLE color: 16657895.
HSL color Cylindrical-coordinate representation of color #E72DFE: hue angle of 293.4º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72DFE is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 45 | 254 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.00 |
| HSL | 293.4º | 0.99% | 0.59% | - |
| HSV(B) | 293.4º | 0.82% | 1% | - |
| XYZ | 51.78 | 26.02 | 96.06 | - |
| YUV | 124.44 | 201.12 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 254 | 0.09 | 0.82 | 0 | 0.00 | 293.4 | 0.99 | 0.59 |
| Hex | E7 | 2D | FE | 9 | 52 | 0 | 0 | 125 | 63 | 3B |
| Octal | 347 | 55 | 376 | 11 | 122 | 0 | 0 | 445 | 143 | 73 |
| Binary | 11100111 | 101101 | 11111110 | 1001 | 1010010 | 0 | 0 | 100100101 | 1100011 | 111011 |
Color Harmonies of #E72DFE
Complementary color
Monochromatic Colors of #E72DFE
Black with #E72DFE
Text Example
Text Example
White with #E72DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72DFE; }
p { color: rgb(231,45,254); }
H1.HeaderClassName
{
color: #E72DFE;
}
.AnyTagClassName
{
color: #E72DFE;
}
</style>
background-color css
<style>
a { background-color: #E72DFE; }
a { background-color: rgb(231,45,254); }
div.DivClassName
{
background-color: #E72DFE;
}
.BgClassName
{
background-color: #E72DFE;
}
</style>
border-color css
<style>
span { border-color: #E72DFE; }
span { border-color: rgb(231,45,254); }
td.TdClassName
{
border-color: #E72DFE;
}
.TagClassName
{
border-color: #E72DFE;
}
</style>