Shades of Psychedelic Purple #EA26ED
Tints of Psychedelic Purple #EA26ED
RGB
CMYK
RGB Variations
Color information
#EA26ED (or 0xEA26ED) is known color: Psychedelic Purple. HEX triplet: EA, 26 and ED. RGB value is (234,38,237). Sum of RGB (Red+Green+Blue) = 234+38+237=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 38 (15.23% from 255 or 7.47% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA26ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA26ED is #15D912. Grayscale: #767676. Windows color (decimal): -1431827 or 15541994. OLE color: 15541994.
HSL color Cylindrical-coordinate representation of color #EA26ED: 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 #EA26ED is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 38 | 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.91 | 24.99 | 82.31 | - |
| YUV | 119.29 | 194.43 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 38 | 237 | 0.01 | 0.84 | 0 | 0.07 | 299.1 | 0.85 | 0.54 |
| Hex | EA | 26 | ED | 1 | 54 | 0 | 7 | 12B | 55 | 36 |
| Octal | 352 | 46 | 355 | 1 | 124 | 0 | 7 | 453 | 125 | 66 |
| Binary | 11101010 | 100110 | 11101101 | 1 | 1010100 | 0 | 111 | 100101011 | 1010101 | 110110 |
Color Harmonies of #EA26ED
Complementary color
Monochromatic Colors of #EA26ED
Black with #EA26ED
Text Example
Text Example
White with #EA26ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA26ED; }
p { color: rgb(234,38,237); }
H1.HeaderClassName
{
color: #EA26ED;
}
.AnyTagClassName
{
color: #EA26ED;
}
</style>
background-color css
<style>
a { background-color: #EA26ED; }
a { background-color: rgb(234,38,237); }
div.DivClassName
{
background-color: #EA26ED;
}
.BgClassName
{
background-color: #EA26ED;
}
</style>
border-color css
<style>
span { border-color: #EA26ED; }
span { border-color: rgb(234,38,237); }
td.TdClassName
{
border-color: #EA26ED;
}
.TagClassName
{
border-color: #EA26ED;
}
</style>