Shades of Psychedelic Purple #E224EB
Tints of Psychedelic Purple #E224EB
RGB
CMYK
RGB Variations
Color information
#E224EB (or 0xE224EB) is known color: Psychedelic Purple. HEX triplet: E2, 24 and EB. RGB value is (226,36,235). Sum of RGB (Red+Green+Blue) = 226+36+235=497 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.47% from 497); Green value is 36 (14.45% from 255 or 7.24% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #E224EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E224EB is #1DDB14. Grayscale: #727272. Windows color (decimal): -1956629 or 15410402. OLE color: 15410402.
HSL color Cylindrical-coordinate representation of color #E224EB: hue angle of 297.29º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E224EB is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 36 | 235 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.08 |
| HSL | 297.29º | 0.83% | 0.53% | - |
| HSV(B) | 297.29º | 0.85% | 0.92% | - |
| XYZ | 46.99 | 23.43 | 80.64 | - |
| YUV | 115.5 | 195.45 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 235 | 0.04 | 0.85 | 0 | 0.08 | 297.29 | 0.83 | 0.53 |
| Hex | E2 | 24 | EB | 4 | 55 | 0 | 8 | 129 | 53 | 35 |
| Octal | 342 | 44 | 353 | 4 | 125 | 0 | 10 | 451 | 123 | 65 |
| Binary | 11100010 | 100100 | 11101011 | 100 | 1010101 | 0 | 1000 | 100101001 | 1010011 | 110101 |
Color Harmonies of #E224EB
Complementary color
Monochromatic Colors of #E224EB
Black with #E224EB
Text Example
Text Example
White with #E224EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E224EB; }
p { color: rgb(226,36,235); }
H1.HeaderClassName
{
color: #E224EB;
}
.AnyTagClassName
{
color: #E224EB;
}
</style>
background-color css
<style>
a { background-color: #E224EB; }
a { background-color: rgb(226,36,235); }
div.DivClassName
{
background-color: #E224EB;
}
.BgClassName
{
background-color: #E224EB;
}
</style>
border-color css
<style>
span { border-color: #E224EB; }
span { border-color: rgb(226,36,235); }
td.TdClassName
{
border-color: #E224EB;
}
.TagClassName
{
border-color: #E224EB;
}
</style>