Shades of Psychedelic Purple #E505ED
Tints of Psychedelic Purple #E505ED
RGB
CMYK
RGB Variations
Color information
#E505ED (or 0xE505ED) is known color: Psychedelic Purple. HEX triplet: E5, 05 and ED. RGB value is (229,5,237). Sum of RGB (Red+Green+Blue) = 229+5+237=471 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.62% from 471); Green value is 5 (2.34% from 255 or 1.06% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #E505ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E505ED is #1AFA12. Grayscale: #616161. Windows color (decimal): -1767955 or 15533541. OLE color: 15533541.
HSL color Cylindrical-coordinate representation of color #E505ED: hue angle of 297.93º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505ED is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 5 | 237 | - |
| CMYK | 0.03 | 0.98 | 0 | 0.07 |
| HSL | 297.93º | 0.96% | 0.47% | - |
| HSV(B) | 297.93º | 0.98% | 0.93% | - |
| XYZ | 47.65 | 22.88 | 82.03 | - |
| YUV | 98.42 | 206.21 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 237 | 0.03 | 0.98 | 0 | 0.07 | 297.93 | 0.96 | 0.47 |
| Hex | E5 | 5 | ED | 3 | 62 | 0 | 7 | 12A | 60 | 2F |
| Octal | 345 | 5 | 355 | 3 | 142 | 0 | 7 | 452 | 140 | 57 |
| Binary | 11100101 | 101 | 11101101 | 11 | 1100010 | 0 | 111 | 100101010 | 1100000 | 101111 |
Color Harmonies of #E505ED
Complementary color
Monochromatic Colors of #E505ED
Black with #E505ED
Text Example
Text Example
White with #E505ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505ED; }
p { color: rgb(229,5,237); }
H1.HeaderClassName
{
color: #E505ED;
}
.AnyTagClassName
{
color: #E505ED;
}
</style>
background-color css
<style>
a { background-color: #E505ED; }
a { background-color: rgb(229,5,237); }
div.DivClassName
{
background-color: #E505ED;
}
.BgClassName
{
background-color: #E505ED;
}
</style>
border-color css
<style>
span { border-color: #E505ED; }
span { border-color: rgb(229,5,237); }
td.TdClassName
{
border-color: #E505ED;
}
.TagClassName
{
border-color: #E505ED;
}
</style>