Shades of Psychedelic Purple #E625ED
Tints of Psychedelic Purple #E625ED
RGB
CMYK
RGB Variations
Color information
#E625ED (or 0xE625ED) is known color: Psychedelic Purple. HEX triplet: E6, 25 and ED. RGB value is (230,37,237). Sum of RGB (Red+Green+Blue) = 230+37+237=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 37 (14.84% from 255 or 7.34% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #E625ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E625ED is #19DA12. Grayscale: #747474. Windows color (decimal): -1694227 or 15541734. OLE color: 15541734.
HSL color Cylindrical-coordinate representation of color #E625ED: hue angle of 297.9º 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 #E625ED is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 230 | 37 | 237 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.07 |
| HSL | 297.9º | 0.85% | 0.54% | - |
| HSV(B) | 297.9º | 0.84% | 0.93% | - |
| XYZ | 48.58 | 24.26 | 82.24 | - |
| YUV | 117.51 | 195.44 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 37 | 237 | 0.03 | 0.84 | 0 | 0.07 | 297.9 | 0.85 | 0.54 |
| Hex | E6 | 25 | ED | 3 | 54 | 0 | 7 | 12A | 55 | 36 |
| Octal | 346 | 45 | 355 | 3 | 124 | 0 | 7 | 452 | 125 | 66 |
| Binary | 11100110 | 100101 | 11101101 | 11 | 1010100 | 0 | 111 | 100101010 | 1010101 | 110110 |
Color Harmonies of #E625ED
Complementary color
Monochromatic Colors of #E625ED
Black with #E625ED
Text Example
Text Example
White with #E625ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E625ED; }
p { color: rgb(230,37,237); }
H1.HeaderClassName
{
color: #E625ED;
}
.AnyTagClassName
{
color: #E625ED;
}
</style>
background-color css
<style>
a { background-color: #E625ED; }
a { background-color: rgb(230,37,237); }
div.DivClassName
{
background-color: #E625ED;
}
.BgClassName
{
background-color: #E625ED;
}
</style>
border-color css
<style>
span { border-color: #E625ED; }
span { border-color: rgb(230,37,237); }
td.TdClassName
{
border-color: #E625ED;
}
.TagClassName
{
border-color: #E625ED;
}
</style>