Shades of Psychedelic Purple #E925ED
Tints of Psychedelic Purple #E925ED
RGB
CMYK
RGB Variations
Color information
#E925ED (or 0xE925ED) is known color: Psychedelic Purple. HEX triplet: E9, 25 and ED. RGB value is (233,37,237). Sum of RGB (Red+Green+Blue) = 233+37+237=507 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.96% from 507); Green value is 37 (14.84% from 255 or 7.30% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #E925ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E925ED is #16DA12. Grayscale: #757575. Windows color (decimal): -1497619 or 15541737. OLE color: 15541737.
HSL color Cylindrical-coordinate representation of color #E925ED: hue angle of 298.8º 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 #E925ED is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 37 | 237 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.07 |
| HSL | 298.8º | 0.85% | 0.54% | - |
| HSV(B) | 298.8º | 0.84% | 0.93% | - |
| XYZ | 49.55 | 24.76 | 82.29 | - |
| YUV | 118.4 | 194.93 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 237 | 0.02 | 0.84 | 0 | 0.07 | 298.8 | 0.85 | 0.54 |
| Hex | E9 | 25 | ED | 2 | 54 | 0 | 7 | 12B | 55 | 36 |
| Octal | 351 | 45 | 355 | 2 | 124 | 0 | 7 | 453 | 125 | 66 |
| Binary | 11101001 | 100101 | 11101101 | 10 | 1010100 | 0 | 111 | 100101011 | 1010101 | 110110 |
Color Harmonies of #E925ED
Complementary color
Monochromatic Colors of #E925ED
Black with #E925ED
Text Example
Text Example
White with #E925ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E925ED; }
p { color: rgb(233,37,237); }
H1.HeaderClassName
{
color: #E925ED;
}
.AnyTagClassName
{
color: #E925ED;
}
</style>
background-color css
<style>
a { background-color: #E925ED; }
a { background-color: rgb(233,37,237); }
div.DivClassName
{
background-color: #E925ED;
}
.BgClassName
{
background-color: #E925ED;
}
</style>
border-color css
<style>
span { border-color: #E925ED; }
span { border-color: rgb(233,37,237); }
td.TdClassName
{
border-color: #E925ED;
}
.TagClassName
{
border-color: #E925ED;
}
</style>