Shades of Psychedelic Purple #E728ED
Tints of Psychedelic Purple #E728ED
RGB
CMYK
RGB Variations
Color information
#E728ED (or 0xE728ED) is known color: Psychedelic Purple. HEX triplet: E7, 28 and ED. RGB value is (231,40,237). Sum of RGB (Red+Green+Blue) = 231+40+237=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 40 (16.02% from 255 or 7.87% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #E728ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E728ED is #18D712. Grayscale: #767676. Windows color (decimal): -1627923 or 15542503. OLE color: 15542503.
HSL color Cylindrical-coordinate representation of color #E728ED: hue angle of 298.17º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E728ED is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 40 | 237 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.07 |
| HSL | 298.17º | 0.85% | 0.54% | - |
| HSV(B) | 298.17º | 0.83% | 0.93% | - |
| XYZ | 49 | 24.62 | 82.29 | - |
| YUV | 119.57 | 194.28 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 237 | 0.03 | 0.83 | 0 | 0.07 | 298.17 | 0.85 | 0.54 |
| Hex | E7 | 28 | ED | 3 | 53 | 0 | 7 | 12A | 55 | 36 |
| Octal | 347 | 50 | 355 | 3 | 123 | 0 | 7 | 452 | 125 | 66 |
| Binary | 11100111 | 101000 | 11101101 | 11 | 1010011 | 0 | 111 | 100101010 | 1010101 | 110110 |
Color Harmonies of #E728ED
Complementary color
Monochromatic Colors of #E728ED
Black with #E728ED
Text Example
Text Example
White with #E728ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E728ED; }
p { color: rgb(231,40,237); }
H1.HeaderClassName
{
color: #E728ED;
}
.AnyTagClassName
{
color: #E728ED;
}
</style>
background-color css
<style>
a { background-color: #E728ED; }
a { background-color: rgb(231,40,237); }
div.DivClassName
{
background-color: #E728ED;
}
.BgClassName
{
background-color: #E728ED;
}
</style>
border-color css
<style>
span { border-color: #E728ED; }
span { border-color: rgb(231,40,237); }
td.TdClassName
{
border-color: #E728ED;
}
.TagClassName
{
border-color: #E728ED;
}
</style>