Shades of Psychedelic Purple #E613EF
Tints of Psychedelic Purple #E613EF
RGB
CMYK
RGB Variations
Color information
#E613EF (or 0xE613EF) is known color: Psychedelic Purple. HEX triplet: E6, 13 and EF. RGB value is (230,19,239). Sum of RGB (Red+Green+Blue) = 230+19+239=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 19 (7.81% from 255 or 3.89% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #E613EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E613EF is #19EC10. Grayscale: #6A6A6A. Windows color (decimal): -1698833 or 15668198. OLE color: 15668198.
HSL color Cylindrical-coordinate representation of color #E613EF: hue angle of 297.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E613EF is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 230 | 19 | 239 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.06 |
| HSL | 297.55º | 0.87% | 0.51% | - |
| HSV(B) | 297.55º | 0.92% | 0.94% | - |
| XYZ | 48.45 | 23.52 | 83.65 | - |
| YUV | 107.17 | 202.4 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 239 | 0.04 | 0.92 | 0 | 0.06 | 297.55 | 0.87 | 0.51 |
| Hex | E6 | 13 | EF | 4 | 5C | 0 | 6 | 12A | 57 | 33 |
| Octal | 346 | 23 | 357 | 4 | 134 | 0 | 6 | 452 | 127 | 63 |
| Binary | 11100110 | 10011 | 11101111 | 100 | 1011100 | 0 | 110 | 100101010 | 1010111 | 110011 |
Color Harmonies of #E613EF
Complementary color
Monochromatic Colors of #E613EF
Black with #E613EF
Text Example
Text Example
White with #E613EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E613EF; }
p { color: rgb(230,19,239); }
H1.HeaderClassName
{
color: #E613EF;
}
.AnyTagClassName
{
color: #E613EF;
}
</style>
background-color css
<style>
a { background-color: #E613EF; }
a { background-color: rgb(230,19,239); }
div.DivClassName
{
background-color: #E613EF;
}
.BgClassName
{
background-color: #E613EF;
}
</style>
border-color css
<style>
span { border-color: #E613EF; }
span { border-color: rgb(230,19,239); }
td.TdClassName
{
border-color: #E613EF;
}
.TagClassName
{
border-color: #E613EF;
}
</style>