Shades of Psychedelic Purple #E72DFF
Tints of Psychedelic Purple #E72DFF
RGB
CMYK
RGB Variations
Color information
#E72DFF (or 0xE72DFF) is known color: Psychedelic Purple. HEX triplet: E7, 2D and FF. RGB value is (231,45,255). Sum of RGB (Red+Green+Blue) = 231+45+255=531 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.50% from 531); Green value is 45 (17.97% from 255 or 8.47% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #E72DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72DFF is #18D200. Grayscale: #7B7B7B. Windows color (decimal): -1626625 or 16723431. OLE color: 16723431.
HSL color Cylindrical-coordinate representation of color #E72DFF: hue angle of 293.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72DFF is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 45 | 255 | - |
| CMYK | 0.09 | 0.82 | 0 | 0 |
| HSL | 293.14º | 1% | 0.59% | - |
| HSV(B) | 293.14º | 0.82% | 1% | - |
| XYZ | 51.94 | 26.09 | 96.91 | - |
| YUV | 124.55 | 201.62 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 45 | 255 | 0.09 | 0.82 | 0 | 0 | 293.14 | 1 | 0.59 |
| Hex | E7 | 2D | FF | 9 | 52 | 0 | 0 | 125 | 64 | 3B |
| Octal | 347 | 55 | 377 | 11 | 122 | 0 | 0 | 445 | 144 | 73 |
| Binary | 11100111 | 101101 | 11111111 | 1001 | 1010010 | 0 | 0 | 100100101 | 1100100 | 111011 |
Color Harmonies of #E72DFF
Complementary color
Monochromatic Colors of #E72DFF
Black with #E72DFF
Text Example
Text Example
White with #E72DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72DFF; }
p { color: rgb(231,45,255); }
H1.HeaderClassName
{
color: #E72DFF;
}
.AnyTagClassName
{
color: #E72DFF;
}
</style>
background-color css
<style>
a { background-color: #E72DFF; }
a { background-color: rgb(231,45,255); }
div.DivClassName
{
background-color: #E72DFF;
}
.BgClassName
{
background-color: #E72DFF;
}
</style>
border-color css
<style>
span { border-color: #E72DFF; }
span { border-color: rgb(231,45,255); }
td.TdClassName
{
border-color: #E72DFF;
}
.TagClassName
{
border-color: #E72DFF;
}
</style>