Shades of Psychedelic Purple #E50CE7
Tints of Psychedelic Purple #E50CE7
RGB
CMYK
RGB Variations
Color information
#E50CE7 (or 0xE50CE7) is known color: Psychedelic Purple. HEX triplet: E5, 0C and E7. RGB value is (229,12,231). Sum of RGB (Red+Green+Blue) = 229+12+231=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 12 (5.08% from 255 or 2.54% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 231 - color contains mainly: blue. Hex color #E50CE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E50CE7 is #1AF318. Grayscale: #656565. Windows color (decimal): -1766169 or 15142117. OLE color: 15142117.
HSL color Cylindrical-coordinate representation of color #E50CE7: hue angle of 299.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E50CE7 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 12 | 231 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.09 |
| HSL | 299.45º | 0.9% | 0.48% | - |
| HSV(B) | 299.45º | 0.95% | 0.91% | - |
| XYZ | 46.87 | 22.69 | 77.51 | - |
| YUV | 101.85 | 200.89 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 12 | 231 | 0.01 | 0.95 | 0 | 0.09 | 299.45 | 0.9 | 0.48 |
| Hex | E5 | C | E7 | 1 | 5F | 0 | 9 | 12B | 5A | 30 |
| Octal | 345 | 14 | 347 | 1 | 137 | 0 | 11 | 453 | 132 | 60 |
| Binary | 11100101 | 1100 | 11100111 | 1 | 1011111 | 0 | 1001 | 100101011 | 1011010 | 110000 |
Color Harmonies of #E50CE7
Complementary color
Monochromatic Colors of #E50CE7
Black with #E50CE7
Text Example
Text Example
White with #E50CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50CE7; }
p { color: rgb(229,12,231); }
H1.HeaderClassName
{
color: #E50CE7;
}
.AnyTagClassName
{
color: #E50CE7;
}
</style>
background-color css
<style>
a { background-color: #E50CE7; }
a { background-color: rgb(229,12,231); }
div.DivClassName
{
background-color: #E50CE7;
}
.BgClassName
{
background-color: #E50CE7;
}
</style>
border-color css
<style>
span { border-color: #E50CE7; }
span { border-color: rgb(229,12,231); }
td.TdClassName
{
border-color: #E50CE7;
}
.TagClassName
{
border-color: #E50CE7;
}
</style>