Shades of Psychedelic Purple #EA1DED
Tints of Psychedelic Purple #EA1DED
RGB
CMYK
RGB Variations
Color information
#EA1DED (or 0xEA1DED) is known color: Psychedelic Purple. HEX triplet: EA, 1D and ED. RGB value is (234,29,237). Sum of RGB (Red+Green+Blue) = 234+29+237=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 29 (11.72% from 255 or 5.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA1DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1DED is #15E212. Grayscale: #717171. Windows color (decimal): -1434131 or 15539690. OLE color: 15539690.
HSL color Cylindrical-coordinate representation of color #EA1DED: hue angle of 299.13º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1DED is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 29 | 237 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.07 |
| HSL | 299.13º | 0.85% | 0.52% | - |
| HSV(B) | 299.13º | 0.88% | 0.93% | - |
| XYZ | 49.66 | 24.49 | 82.23 | - |
| YUV | 114.01 | 197.42 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 237 | 0.01 | 0.88 | 0 | 0.07 | 299.13 | 0.85 | 0.52 |
| Hex | EA | 1D | ED | 1 | 58 | 0 | 7 | 12B | 55 | 34 |
| Octal | 352 | 35 | 355 | 1 | 130 | 0 | 7 | 453 | 125 | 64 |
| Binary | 11101010 | 11101 | 11101101 | 1 | 1011000 | 0 | 111 | 100101011 | 1010101 | 110100 |
Color Harmonies of #EA1DED
Complementary color
Monochromatic Colors of #EA1DED
Black with #EA1DED
Text Example
Text Example
White with #EA1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1DED; }
p { color: rgb(234,29,237); }
H1.HeaderClassName
{
color: #EA1DED;
}
.AnyTagClassName
{
color: #EA1DED;
}
</style>
background-color css
<style>
a { background-color: #EA1DED; }
a { background-color: rgb(234,29,237); }
div.DivClassName
{
background-color: #EA1DED;
}
.BgClassName
{
background-color: #EA1DED;
}
</style>
border-color css
<style>
span { border-color: #EA1DED; }
span { border-color: rgb(234,29,237); }
td.TdClassName
{
border-color: #EA1DED;
}
.TagClassName
{
border-color: #EA1DED;
}
</style>