Shades of Psychedelic Purple #E72BFD
Tints of Psychedelic Purple #E72BFD
RGB
CMYK
RGB Variations
Color information
#E72BFD (or 0xE72BFD) is known color: Psychedelic Purple. HEX triplet: E7, 2B and FD. RGB value is (231,43,253). Sum of RGB (Red+Green+Blue) = 231+43+253=527 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.83% from 527); Green value is 43 (17.19% from 255 or 8.16% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #E72BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72BFD is #18D402. Grayscale: #7A7A7A. Windows color (decimal): -1627139 or 16591847. OLE color: 16591847.
HSL color Cylindrical-coordinate representation of color #E72BFD: hue angle of 293.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E72BFD is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 231 | 43 | 253 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.01 |
| HSL | 293.71º | 0.98% | 0.58% | - |
| HSV(B) | 293.71º | 0.83% | 0.99% | - |
| XYZ | 51.55 | 25.81 | 95.19 | - |
| YUV | 123.15 | 201.28 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 43 | 253 | 0.09 | 0.83 | 0 | 0.01 | 293.71 | 0.98 | 0.58 |
| Hex | E7 | 2B | FD | 9 | 53 | 0 | 1 | 126 | 62 | 3A |
| Octal | 347 | 53 | 375 | 11 | 123 | 0 | 1 | 446 | 142 | 72 |
| Binary | 11100111 | 101011 | 11111101 | 1001 | 1010011 | 0 | 1 | 100100110 | 1100010 | 111010 |
Color Harmonies of #E72BFD
Complementary color
Monochromatic Colors of #E72BFD
Black with #E72BFD
Text Example
Text Example
White with #E72BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72BFD; }
p { color: rgb(231,43,253); }
H1.HeaderClassName
{
color: #E72BFD;
}
.AnyTagClassName
{
color: #E72BFD;
}
</style>
background-color css
<style>
a { background-color: #E72BFD; }
a { background-color: rgb(231,43,253); }
div.DivClassName
{
background-color: #E72BFD;
}
.BgClassName
{
background-color: #E72BFD;
}
</style>
border-color css
<style>
span { border-color: #E72BFD; }
span { border-color: rgb(231,43,253); }
td.TdClassName
{
border-color: #E72BFD;
}
.TagClassName
{
border-color: #E72BFD;
}
</style>