Shades of Psychedelic Purple #EA25ED
Tints of Psychedelic Purple #EA25ED
RGB
CMYK
RGB Variations
Color information
#EA25ED (or 0xEA25ED) is known color: Psychedelic Purple. HEX triplet: EA, 25 and ED. RGB value is (234,37,237). Sum of RGB (Red+Green+Blue) = 234+37+237=508 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.06% from 508); Green value is 37 (14.84% from 255 or 7.28% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA25ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA25ED is #15DA12. Grayscale: #767676. Windows color (decimal): -1432083 or 15541738. OLE color: 15541738.
HSL color Cylindrical-coordinate representation of color #EA25ED: hue angle of 299.1º 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 #EA25ED is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 37 | 237 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.07 |
| HSL | 299.1º | 0.85% | 0.54% | - |
| HSV(B) | 299.1º | 0.84% | 0.93% | - |
| XYZ | 49.88 | 24.93 | 82.3 | - |
| YUV | 118.7 | 194.77 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 37 | 237 | 0.01 | 0.84 | 0 | 0.07 | 299.1 | 0.85 | 0.54 |
| Hex | EA | 25 | ED | 1 | 54 | 0 | 7 | 12B | 55 | 36 |
| Octal | 352 | 45 | 355 | 1 | 124 | 0 | 7 | 453 | 125 | 66 |
| Binary | 11101010 | 100101 | 11101101 | 1 | 1010100 | 0 | 111 | 100101011 | 1010101 | 110110 |
Color Harmonies of #EA25ED
Complementary color
Monochromatic Colors of #EA25ED
Black with #EA25ED
Text Example
Text Example
White with #EA25ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA25ED; }
p { color: rgb(234,37,237); }
H1.HeaderClassName
{
color: #EA25ED;
}
.AnyTagClassName
{
color: #EA25ED;
}
</style>
background-color css
<style>
a { background-color: #EA25ED; }
a { background-color: rgb(234,37,237); }
div.DivClassName
{
background-color: #EA25ED;
}
.BgClassName
{
background-color: #EA25ED;
}
</style>
border-color css
<style>
span { border-color: #EA25ED; }
span { border-color: rgb(234,37,237); }
td.TdClassName
{
border-color: #EA25ED;
}
.TagClassName
{
border-color: #EA25ED;
}
</style>