Shades of Psychedelic Purple #E504E8
Tints of Psychedelic Purple #E504E8
RGB
CMYK
RGB Variations
Color information
#E504E8 (or 0xE504E8) is known color: Psychedelic Purple. HEX triplet: E5, 04 and E8. RGB value is (229,4,232). Sum of RGB (Red+Green+Blue) = 229+4+232=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 4 (1.95% from 255 or 0.86% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #E504E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E504E8 is #1AFB17. Grayscale: #606060. Windows color (decimal): -1768216 or 15205605. OLE color: 15205605.
HSL color Cylindrical-coordinate representation of color #E504E8: hue angle of 299.21º degrees, saturation: 0.97, 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 #E504E8 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 4 | 232 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.09 |
| HSL | 299.21º | 0.97% | 0.46% | - |
| HSV(B) | 299.21º | 0.98% | 0.91% | - |
| XYZ | 46.92 | 22.57 | 78.23 | - |
| YUV | 97.27 | 204.04 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 4 | 232 | 0.01 | 0.98 | 0 | 0.09 | 299.21 | 0.97 | 0.46 |
| Hex | E5 | 4 | E8 | 1 | 62 | 0 | 9 | 12B | 61 | 2E |
| Octal | 345 | 4 | 350 | 1 | 142 | 0 | 11 | 453 | 141 | 56 |
| Binary | 11100101 | 100 | 11101000 | 1 | 1100010 | 0 | 1001 | 100101011 | 1100001 | 101110 |
Color Harmonies of #E504E8
Complementary color
Monochromatic Colors of #E504E8
Black with #E504E8
Text Example
Text Example
White with #E504E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E504E8; }
p { color: rgb(229,4,232); }
H1.HeaderClassName
{
color: #E504E8;
}
.AnyTagClassName
{
color: #E504E8;
}
</style>
background-color css
<style>
a { background-color: #E504E8; }
a { background-color: rgb(229,4,232); }
div.DivClassName
{
background-color: #E504E8;
}
.BgClassName
{
background-color: #E504E8;
}
</style>
border-color css
<style>
span { border-color: #E504E8; }
span { border-color: rgb(229,4,232); }
td.TdClassName
{
border-color: #E504E8;
}
.TagClassName
{
border-color: #E504E8;
}
</style>