Shades of Psychedelic Purple #E613FF
Tints of Psychedelic Purple #E613FF
RGB
CMYK
RGB Variations
Color information
#E613FF (or 0xE613FF) is known color: Psychedelic Purple. HEX triplet: E6, 13 and FF. RGB value is (230,19,255). Sum of RGB (Red+Green+Blue) = 230+19+255=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 19 (7.81% from 255 or 3.77% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #E613FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E613FF is #19EC00. Grayscale: #6C6C6C. Windows color (decimal): -1698817 or 16716774. OLE color: 16716774.
HSL color Cylindrical-coordinate representation of color #E613FF: hue angle of 293.64º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E613FF is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 19 | 255 | - |
| CMYK | 0.10 | 0.93 | 0 | 0 |
| HSL | 293.64º | 1% | 0.54% | - |
| HSV(B) | 293.64º | 0.93% | 1% | - |
| XYZ | 50.92 | 24.51 | 96.65 | - |
| YUV | 108.99 | 210.4 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 255 | 0.10 | 0.93 | 0 | 0 | 293.64 | 1 | 0.54 |
| Hex | E6 | 13 | FF | A | 5D | 0 | 0 | 126 | 64 | 36 |
| Octal | 346 | 23 | 377 | 12 | 135 | 0 | 0 | 446 | 144 | 66 |
| Binary | 11100110 | 10011 | 11111111 | 1010 | 1011101 | 0 | 0 | 100100110 | 1100100 | 110110 |
Color Harmonies of #E613FF
Complementary color
Monochromatic Colors of #E613FF
Black with #E613FF
Text Example
Text Example
White with #E613FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E613FF; }
p { color: rgb(230,19,255); }
H1.HeaderClassName
{
color: #E613FF;
}
.AnyTagClassName
{
color: #E613FF;
}
</style>
background-color css
<style>
a { background-color: #E613FF; }
a { background-color: rgb(230,19,255); }
div.DivClassName
{
background-color: #E613FF;
}
.BgClassName
{
background-color: #E613FF;
}
</style>
border-color css
<style>
span { border-color: #E613FF; }
span { border-color: rgb(230,19,255); }
td.TdClassName
{
border-color: #E613FF;
}
.TagClassName
{
border-color: #E613FF;
}
</style>