Shades of Psychedelic Purple #E614EB
Tints of Psychedelic Purple #E614EB
RGB
CMYK
RGB Variations
Color information
#E614EB (or 0xE614EB) is known color: Psychedelic Purple. HEX triplet: E6, 14 and EB. RGB value is (230,20,235). Sum of RGB (Red+Green+Blue) = 230+20+235=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 20 (8.20% from 255 or 4.12% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #E614EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E614EB is #19EB14. Grayscale: #6A6A6A. Windows color (decimal): -1698581 or 15406310. OLE color: 15406310.
HSL color Cylindrical-coordinate representation of color #E614EB: hue angle of 298.6º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E614EB is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 20 | 235 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.08 |
| HSL | 298.6º | 0.84% | 0.5% | - |
| HSV(B) | 298.6º | 0.91% | 0.92% | - |
| XYZ | 47.88 | 23.32 | 80.58 | - |
| YUV | 107.3 | 200.07 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 20 | 235 | 0.02 | 0.91 | 0 | 0.08 | 298.6 | 0.84 | 0.5 |
| Hex | E6 | 14 | EB | 2 | 5B | 0 | 8 | 12B | 54 | 32 |
| Octal | 346 | 24 | 353 | 2 | 133 | 0 | 10 | 453 | 124 | 62 |
| Binary | 11100110 | 10100 | 11101011 | 10 | 1011011 | 0 | 1000 | 100101011 | 1010100 | 110010 |
Color Harmonies of #E614EB
Complementary color
Monochromatic Colors of #E614EB
Black with #E614EB
Text Example
Text Example
White with #E614EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E614EB; }
p { color: rgb(230,20,235); }
H1.HeaderClassName
{
color: #E614EB;
}
.AnyTagClassName
{
color: #E614EB;
}
</style>
background-color css
<style>
a { background-color: #E614EB; }
a { background-color: rgb(230,20,235); }
div.DivClassName
{
background-color: #E614EB;
}
.BgClassName
{
background-color: #E614EB;
}
</style>
border-color css
<style>
span { border-color: #E614EB; }
span { border-color: rgb(230,20,235); }
td.TdClassName
{
border-color: #E614EB;
}
.TagClassName
{
border-color: #E614EB;
}
</style>