Shades of Psychedelic Purple #E224ED
Tints of Psychedelic Purple #E224ED
RGB
CMYK
RGB Variations
Color information
#E224ED (or 0xE224ED) is known color: Psychedelic Purple. HEX triplet: E2, 24 and ED. RGB value is (226,36,237). Sum of RGB (Red+Green+Blue) = 226+36+237=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 36 (14.45% from 255 or 7.21% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 237 - color contains mainly: blue. Hex color #E224ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E224ED is #1DDB12. Grayscale: #737373. Windows color (decimal): -1956627 or 15541474. OLE color: 15541474.
HSL color Cylindrical-coordinate representation of color #E224ED: hue angle of 296.72º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E224ED is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 36 | 237 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.07 |
| HSL | 296.72º | 0.85% | 0.54% | - |
| HSV(B) | 296.72º | 0.85% | 0.93% | - |
| XYZ | 47.28 | 23.54 | 82.17 | - |
| YUV | 115.72 | 196.45 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 237 | 0.05 | 0.85 | 0 | 0.07 | 296.72 | 0.85 | 0.54 |
| Hex | E2 | 24 | ED | 5 | 55 | 0 | 7 | 129 | 55 | 36 |
| Octal | 342 | 44 | 355 | 5 | 125 | 0 | 7 | 451 | 125 | 66 |
| Binary | 11100010 | 100100 | 11101101 | 101 | 1010101 | 0 | 111 | 100101001 | 1010101 | 110110 |
Color Harmonies of #E224ED
Complementary color
Monochromatic Colors of #E224ED
Black with #E224ED
Text Example
Text Example
White with #E224ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E224ED; }
p { color: rgb(226,36,237); }
H1.HeaderClassName
{
color: #E224ED;
}
.AnyTagClassName
{
color: #E224ED;
}
</style>
background-color css
<style>
a { background-color: #E224ED; }
a { background-color: rgb(226,36,237); }
div.DivClassName
{
background-color: #E224ED;
}
.BgClassName
{
background-color: #E224ED;
}
</style>
border-color css
<style>
span { border-color: #E224ED; }
span { border-color: rgb(226,36,237); }
td.TdClassName
{
border-color: #E224ED;
}
.TagClassName
{
border-color: #E224ED;
}
</style>