Shades of Psychedelic Purple #E225ED
Tints of Psychedelic Purple #E225ED
RGB
CMYK
RGB Variations
Color information
#E225ED (or 0xE225ED) is known color: Psychedelic Purple. HEX triplet: E2, 25 and ED. RGB value is (226,37,237). Sum of RGB (Red+Green+Blue) = 226+37+237=500 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.2% from 500); Green value is 37 (14.84% from 255 or 7.4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #E225ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E225ED is #1DDA12. Grayscale: #737373. Windows color (decimal): -1956371 or 15541730. OLE color: 15541730.
HSL color Cylindrical-coordinate representation of color #E225ED: hue angle of 296.7º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E225ED is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 37 | 237 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.07 |
| HSL | 296.7º | 0.85% | 0.54% | - |
| HSV(B) | 296.7º | 0.84% | 0.93% | - |
| XYZ | 47.31 | 23.61 | 82.18 | - |
| YUV | 116.31 | 196.12 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 237 | 0.05 | 0.84 | 0 | 0.07 | 296.7 | 0.85 | 0.54 |
| Hex | E2 | 25 | ED | 5 | 54 | 0 | 7 | 129 | 55 | 36 |
| Octal | 342 | 45 | 355 | 5 | 124 | 0 | 7 | 451 | 125 | 66 |
| Binary | 11100010 | 100101 | 11101101 | 101 | 1010100 | 0 | 111 | 100101001 | 1010101 | 110110 |
Color Harmonies of #E225ED
Complementary color
Monochromatic Colors of #E225ED
Black with #E225ED
Text Example
Text Example
White with #E225ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E225ED; }
p { color: rgb(226,37,237); }
H1.HeaderClassName
{
color: #E225ED;
}
.AnyTagClassName
{
color: #E225ED;
}
</style>
background-color css
<style>
a { background-color: #E225ED; }
a { background-color: rgb(226,37,237); }
div.DivClassName
{
background-color: #E225ED;
}
.BgClassName
{
background-color: #E225ED;
}
</style>
border-color css
<style>
span { border-color: #E225ED; }
span { border-color: rgb(226,37,237); }
td.TdClassName
{
border-color: #E225ED;
}
.TagClassName
{
border-color: #E225ED;
}
</style>