Shades of Psychedelic Purple #E605E3
Tints of Psychedelic Purple #E605E3
RGB
CMYK
RGB Variations
Color information
#E605E3 (or 0xE605E3) is known color: Psychedelic Purple. HEX triplet: E6, 05 and E3. RGB value is (230,5,227). Sum of RGB (Red+Green+Blue) = 230+5+227=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 5 (2.34% from 255 or 1.08% from 462); Blue value is 227 (89.06% from 255 or 49.13% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E605E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E605E3 is #19FA1C. Grayscale: #606060. Windows color (decimal): -1702429 or 14878182. OLE color: 14878182.
HSL color Cylindrical-coordinate representation of color #E605E3: hue angle of 300.8º degrees, saturation: 0.96, 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 #E605E3 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 5 | 227 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.10 |
| HSL | 300.8º | 0.96% | 0.46% | - |
| HSV(B) | 300.8º | 0.98% | 0.9% | - |
| XYZ | 46.55 | 22.48 | 74.56 | - |
| YUV | 97.58 | 201.04 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 227 | 0 | 0.98 | 0.01 | 0.10 | 300.8 | 0.96 | 0.46 |
| Hex | E6 | 5 | E3 | 0 | 62 | 1 | A | 12D | 60 | 2E |
| Octal | 346 | 5 | 343 | 0 | 142 | 1 | 12 | 455 | 140 | 56 |
| Binary | 11100110 | 101 | 11100011 | 0 | 1100010 | 1 | 1010 | 100101101 | 1100000 | 101110 |
Color Harmonies of #E605E3
Complementary color
Monochromatic Colors of #E605E3
Black with #E605E3
Text Example
Text Example
White with #E605E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E605E3; }
p { color: rgb(230,5,227); }
H1.HeaderClassName
{
color: #E605E3;
}
.AnyTagClassName
{
color: #E605E3;
}
</style>
background-color css
<style>
a { background-color: #E605E3; }
a { background-color: rgb(230,5,227); }
div.DivClassName
{
background-color: #E605E3;
}
.BgClassName
{
background-color: #E605E3;
}
</style>
border-color css
<style>
span { border-color: #E605E3; }
span { border-color: rgb(230,5,227); }
td.TdClassName
{
border-color: #E605E3;
}
.TagClassName
{
border-color: #E605E3;
}
</style>