Shades of Psychedelic Purple #E125ED
Tints of Psychedelic Purple #E125ED
RGB
CMYK
RGB Variations
Color information
#E125ED (or 0xE125ED) is known color: Psychedelic Purple. HEX triplet: E1, 25 and ED. RGB value is (225,37,237). Sum of RGB (Red+Green+Blue) = 225+37+237=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 37 (14.84% from 255 or 7.41% 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 #E125ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E125ED is #1EDA12. Grayscale: #737373. Windows color (decimal): -2021907 or 15541729. OLE color: 15541729.
HSL color Cylindrical-coordinate representation of color #E125ED: hue angle of 296.4º 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 #E125ED is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 37 | 237 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.07 |
| HSL | 296.4º | 0.85% | 0.54% | - |
| HSV(B) | 296.4º | 0.84% | 0.93% | - |
| XYZ | 47 | 23.45 | 82.17 | - |
| YUV | 116.01 | 196.28 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 237 | 0.05 | 0.84 | 0 | 0.07 | 296.4 | 0.85 | 0.54 |
| Hex | E1 | 25 | ED | 5 | 54 | 0 | 7 | 128 | 55 | 36 |
| Octal | 341 | 45 | 355 | 5 | 124 | 0 | 7 | 450 | 125 | 66 |
| Binary | 11100001 | 100101 | 11101101 | 101 | 1010100 | 0 | 111 | 100101000 | 1010101 | 110110 |
Color Harmonies of #E125ED
Complementary color
Monochromatic Colors of #E125ED
Black with #E125ED
Text Example
Text Example
White with #E125ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E125ED; }
p { color: rgb(225,37,237); }
H1.HeaderClassName
{
color: #E125ED;
}
.AnyTagClassName
{
color: #E125ED;
}
</style>
background-color css
<style>
a { background-color: #E125ED; }
a { background-color: rgb(225,37,237); }
div.DivClassName
{
background-color: #E125ED;
}
.BgClassName
{
background-color: #E125ED;
}
</style>
border-color css
<style>
span { border-color: #E125ED; }
span { border-color: rgb(225,37,237); }
td.TdClassName
{
border-color: #E125ED;
}
.TagClassName
{
border-color: #E125ED;
}
</style>