Shades of Psychedelic Purple #E605E8
Tints of Psychedelic Purple #E605E8
RGB
CMYK
RGB Variations
Color information
#E605E8 (or 0xE605E8) is known color: Psychedelic Purple. HEX triplet: E6, 05 and E8. RGB value is (230,5,232). Sum of RGB (Red+Green+Blue) = 230+5+232=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 5 (2.34% from 255 or 1.07% from 467); Blue value is 232 (91.02% from 255 or 49.68% from 467); Max value from RGB is 232 - color contains mainly: blue. Hex color #E605E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E605E8 is #19FA17. Grayscale: #616161. Windows color (decimal): -1702424 or 15205862. OLE color: 15205862.
HSL color Cylindrical-coordinate representation of color #E605E8: hue angle of 299.47º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E605E8 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 5 | 232 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.09 |
| HSL | 299.47º | 0.96% | 0.46% | - |
| HSV(B) | 299.47º | 0.98% | 0.91% | - |
| XYZ | 47.25 | 22.76 | 78.25 | - |
| YUV | 98.15 | 203.54 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 5 | 232 | 0.01 | 0.98 | 0 | 0.09 | 299.47 | 0.96 | 0.46 |
| Hex | E6 | 5 | E8 | 1 | 62 | 0 | 9 | 12B | 60 | 2E |
| Octal | 346 | 5 | 350 | 1 | 142 | 0 | 11 | 453 | 140 | 56 |
| Binary | 11100110 | 101 | 11101000 | 1 | 1100010 | 0 | 1001 | 100101011 | 1100000 | 101110 |
Color Harmonies of #E605E8
Complementary color
Monochromatic Colors of #E605E8
Black with #E605E8
Text Example
Text Example
White with #E605E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E605E8; }
p { color: rgb(230,5,232); }
H1.HeaderClassName
{
color: #E605E8;
}
.AnyTagClassName
{
color: #E605E8;
}
</style>
background-color css
<style>
a { background-color: #E605E8; }
a { background-color: rgb(230,5,232); }
div.DivClassName
{
background-color: #E605E8;
}
.BgClassName
{
background-color: #E605E8;
}
</style>
border-color css
<style>
span { border-color: #E605E8; }
span { border-color: rgb(230,5,232); }
td.TdClassName
{
border-color: #E605E8;
}
.TagClassName
{
border-color: #E605E8;
}
</style>