Shades of Psychedelic Purple #E505EE
Tints of Psychedelic Purple #E505EE
RGB
CMYK
RGB Variations
Color information
#E505EE (or 0xE505EE) is known color: Psychedelic Purple. HEX triplet: E5, 05 and EE. RGB value is (229,5,238). Sum of RGB (Red+Green+Blue) = 229+5+238=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 5 (2.34% from 255 or 1.06% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #E505EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E505EE is #1AFA11. Grayscale: #616161. Windows color (decimal): -1767954 or 15599077. OLE color: 15599077.
HSL color Cylindrical-coordinate representation of color #E505EE: hue angle of 297.68º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E505EE is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 5 | 238 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.07 |
| HSL | 297.68º | 0.96% | 0.48% | - |
| HSV(B) | 297.68º | 0.98% | 0.93% | - |
| XYZ | 47.8 | 22.94 | 82.8 | - |
| YUV | 98.54 | 206.71 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 5 | 238 | 0.04 | 0.98 | 0 | 0.07 | 297.68 | 0.96 | 0.48 |
| Hex | E5 | 5 | EE | 4 | 62 | 0 | 7 | 12A | 60 | 30 |
| Octal | 345 | 5 | 356 | 4 | 142 | 0 | 7 | 452 | 140 | 60 |
| Binary | 11100101 | 101 | 11101110 | 100 | 1100010 | 0 | 111 | 100101010 | 1100000 | 110000 |
Color Harmonies of #E505EE
Complementary color
Monochromatic Colors of #E505EE
Black with #E505EE
Text Example
Text Example
White with #E505EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E505EE; }
p { color: rgb(229,5,238); }
H1.HeaderClassName
{
color: #E505EE;
}
.AnyTagClassName
{
color: #E505EE;
}
</style>
background-color css
<style>
a { background-color: #E505EE; }
a { background-color: rgb(229,5,238); }
div.DivClassName
{
background-color: #E505EE;
}
.BgClassName
{
background-color: #E505EE;
}
</style>
border-color css
<style>
span { border-color: #E505EE; }
span { border-color: rgb(229,5,238); }
td.TdClassName
{
border-color: #E505EE;
}
.TagClassName
{
border-color: #E505EE;
}
</style>