Shades of Psychedelic Purple #E613EB
Tints of Psychedelic Purple #E613EB
RGB
CMYK
RGB Variations
Color information
#E613EB (or 0xE613EB) is known color: Psychedelic Purple. HEX triplet: E6, 13 and EB. RGB value is (230,19,235). Sum of RGB (Red+Green+Blue) = 230+19+235=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 19 (7.81% from 255 or 3.93% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #E613EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E613EB is #19EC14. Grayscale: #6A6A6A. Windows color (decimal): -1698837 or 15406054. OLE color: 15406054.
HSL color Cylindrical-coordinate representation of color #E613EB: hue angle of 298.61º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E613EB is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 230 | 19 | 235 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.08 |
| HSL | 298.61º | 0.85% | 0.5% | - |
| HSV(B) | 298.61º | 0.92% | 0.92% | - |
| XYZ | 47.86 | 23.29 | 80.57 | - |
| YUV | 106.71 | 200.4 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 235 | 0.02 | 0.92 | 0 | 0.08 | 298.61 | 0.85 | 0.5 |
| Hex | E6 | 13 | EB | 2 | 5C | 0 | 8 | 12B | 55 | 32 |
| Octal | 346 | 23 | 353 | 2 | 134 | 0 | 10 | 453 | 125 | 62 |
| Binary | 11100110 | 10011 | 11101011 | 10 | 1011100 | 0 | 1000 | 100101011 | 1010101 | 110010 |
Color Harmonies of #E613EB
Complementary color
Monochromatic Colors of #E613EB
Black with #E613EB
Text Example
Text Example
White with #E613EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E613EB; }
p { color: rgb(230,19,235); }
H1.HeaderClassName
{
color: #E613EB;
}
.AnyTagClassName
{
color: #E613EB;
}
</style>
background-color css
<style>
a { background-color: #E613EB; }
a { background-color: rgb(230,19,235); }
div.DivClassName
{
background-color: #E613EB;
}
.BgClassName
{
background-color: #E613EB;
}
</style>
border-color css
<style>
span { border-color: #E613EB; }
span { border-color: rgb(230,19,235); }
td.TdClassName
{
border-color: #E613EB;
}
.TagClassName
{
border-color: #E613EB;
}
</style>