Shades of Psychedelic Purple #E507E7
Tints of Psychedelic Purple #E507E7
RGB
CMYK
RGB Variations
Color information
#E507E7 (or 0xE507E7) is known color: Psychedelic Purple. HEX triplet: E5, 07 and E7. RGB value is (229,7,231). Sum of RGB (Red+Green+Blue) = 229+7+231=467 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.04% from 467); Green value is 7 (3.12% from 255 or 1.50% from 467); Blue value is 231 (90.62% from 255 or 49.46% from 467); Max value from RGB is 231 - color contains mainly: blue. Hex color #E507E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E507E7 is #1AF818. Grayscale: #626262. Windows color (decimal): -1767449 or 15140837. OLE color: 15140837.
HSL color Cylindrical-coordinate representation of color #E507E7: hue angle of 299.46º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E507E7 is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 7 | 231 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.09 |
| HSL | 299.46º | 0.94% | 0.47% | - |
| HSV(B) | 299.46º | 0.97% | 0.91% | - |
| XYZ | 46.81 | 22.58 | 77.49 | - |
| YUV | 98.91 | 202.55 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 7 | 231 | 0.01 | 0.97 | 0 | 0.09 | 299.46 | 0.94 | 0.47 |
| Hex | E5 | 7 | E7 | 1 | 61 | 0 | 9 | 12B | 5E | 2F |
| Octal | 345 | 7 | 347 | 1 | 141 | 0 | 11 | 453 | 136 | 57 |
| Binary | 11100101 | 111 | 11100111 | 1 | 1100001 | 0 | 1001 | 100101011 | 1011110 | 101111 |
Color Harmonies of #E507E7
Complementary color
Monochromatic Colors of #E507E7
Black with #E507E7
Text Example
Text Example
White with #E507E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E507E7; }
p { color: rgb(229,7,231); }
H1.HeaderClassName
{
color: #E507E7;
}
.AnyTagClassName
{
color: #E507E7;
}
</style>
background-color css
<style>
a { background-color: #E507E7; }
a { background-color: rgb(229,7,231); }
div.DivClassName
{
background-color: #E507E7;
}
.BgClassName
{
background-color: #E507E7;
}
</style>
border-color css
<style>
span { border-color: #E507E7; }
span { border-color: rgb(229,7,231); }
td.TdClassName
{
border-color: #E507E7;
}
.TagClassName
{
border-color: #E507E7;
}
</style>