Shades of Psychedelic Purple #E604E3
Tints of Psychedelic Purple #E604E3
RGB
CMYK
RGB Variations
Color information
#E604E3 (or 0xE604E3) is known color: Psychedelic Purple. HEX triplet: E6, 04 and E3. RGB value is (230,4,227). Sum of RGB (Red+Green+Blue) = 230+4+227=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 4 (1.95% from 255 or 0.87% from 461); Blue value is 227 (89.06% from 255 or 49.24% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E604E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E604E3 is #19FB1C. Grayscale: #606060. Windows color (decimal): -1702685 or 14877926. OLE color: 14877926.
HSL color Cylindrical-coordinate representation of color #E604E3: hue angle of 300.8º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E604E3 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 227 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.10 |
| HSL | 300.8º | 0.97% | 0.46% | - |
| HSV(B) | 300.8º | 0.98% | 0.9% | - |
| XYZ | 46.54 | 22.46 | 74.55 | - |
| YUV | 97 | 201.37 | 222.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 227 | 0 | 0.98 | 0.01 | 0.10 | 300.8 | 0.97 | 0.46 |
| Hex | E6 | 4 | E3 | 0 | 62 | 1 | A | 12D | 61 | 2E |
| Octal | 346 | 4 | 343 | 0 | 142 | 1 | 12 | 455 | 141 | 56 |
| Binary | 11100110 | 100 | 11100011 | 0 | 1100010 | 1 | 1010 | 100101101 | 1100001 | 101110 |
Color Harmonies of #E604E3
Complementary color
Monochromatic Colors of #E604E3
Black with #E604E3
Text Example
Text Example
White with #E604E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E604E3; }
p { color: rgb(230,4,227); }
H1.HeaderClassName
{
color: #E604E3;
}
.AnyTagClassName
{
color: #E604E3;
}
</style>
background-color css
<style>
a { background-color: #E604E3; }
a { background-color: rgb(230,4,227); }
div.DivClassName
{
background-color: #E604E3;
}
.BgClassName
{
background-color: #E604E3;
}
</style>
border-color css
<style>
span { border-color: #E604E3; }
span { border-color: rgb(230,4,227); }
td.TdClassName
{
border-color: #E604E3;
}
.TagClassName
{
border-color: #E604E3;
}
</style>