Shades of Psychedelic Purple #E717EB
Tints of Psychedelic Purple #E717EB
RGB
CMYK
RGB Variations
Color information
#E717EB (or 0xE717EB) is known color: Psychedelic Purple. HEX triplet: E7, 17 and EB. RGB value is (231,23,235). Sum of RGB (Red+Green+Blue) = 231+23+235=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 23 (9.38% from 255 or 4.70% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #E717EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E717EB is #18E814. Grayscale: #6C6C6C. Windows color (decimal): -1632277 or 15407079. OLE color: 15407079.
HSL color Cylindrical-coordinate representation of color #E717EB: hue angle of 298.87º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E717EB is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 23 | 235 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.08 |
| HSL | 298.87º | 0.84% | 0.51% | - |
| HSV(B) | 298.87º | 0.9% | 0.92% | - |
| XYZ | 48.26 | 23.6 | 80.61 | - |
| YUV | 109.36 | 198.91 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 23 | 235 | 0.02 | 0.90 | 0 | 0.08 | 298.87 | 0.84 | 0.51 |
| Hex | E7 | 17 | EB | 2 | 5A | 0 | 8 | 12B | 54 | 33 |
| Octal | 347 | 27 | 353 | 2 | 132 | 0 | 10 | 453 | 124 | 63 |
| Binary | 11100111 | 10111 | 11101011 | 10 | 1011010 | 0 | 1000 | 100101011 | 1010100 | 110011 |
Color Harmonies of #E717EB
Complementary color
Monochromatic Colors of #E717EB
Black with #E717EB
Text Example
Text Example
White with #E717EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E717EB; }
p { color: rgb(231,23,235); }
H1.HeaderClassName
{
color: #E717EB;
}
.AnyTagClassName
{
color: #E717EB;
}
</style>
background-color css
<style>
a { background-color: #E717EB; }
a { background-color: rgb(231,23,235); }
div.DivClassName
{
background-color: #E717EB;
}
.BgClassName
{
background-color: #E717EB;
}
</style>
border-color css
<style>
span { border-color: #E717EB; }
span { border-color: rgb(231,23,235); }
td.TdClassName
{
border-color: #E717EB;
}
.TagClassName
{
border-color: #E717EB;
}
</style>