Shades of Psychedelic Purple #EA1DEA
Tints of Psychedelic Purple #EA1DEA
RGB
CMYK
RGB Variations
Color information
#EA1DEA (or 0xEA1DEA) is known color: Psychedelic Purple. HEX triplet: EA, 1D and EA. RGB value is (234,29,234). Sum of RGB (Red+Green+Blue) = 234+29+234=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 29 (11.72% from 255 or 5.84% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA1DEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1DEA is #15E215. Grayscale: #717171. Windows color (decimal): -1434134 or 15343082. OLE color: 15343082.
HSL color Cylindrical-coordinate representation of color #EA1DEA: hue angle of 300º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1DEA is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 234 | - |
| CMYK | 0 | 0.88 | 0 | 0.08 |
| HSL | 300º | 0.83% | 0.52% | - |
| HSV(B) | 300º | 0.88% | 0.92% | - |
| XYZ | 49.22 | 24.31 | 79.94 | - |
| YUV | 113.67 | 195.92 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 234 | 0 | 0.88 | 0 | 0.08 | 300 | 0.83 | 0.52 |
| Hex | EA | 1D | EA | 0 | 58 | 0 | 8 | 12C | 53 | 34 |
| Octal | 352 | 35 | 352 | 0 | 130 | 0 | 10 | 454 | 123 | 64 |
| Binary | 11101010 | 11101 | 11101010 | 0 | 1011000 | 0 | 1000 | 100101100 | 1010011 | 110100 |
Color Harmonies of #EA1DEA
Complementary color
Monochromatic Colors of #EA1DEA
Black with #EA1DEA
Text Example
Text Example
White with #EA1DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1DEA; }
p { color: rgb(234,29,234); }
H1.HeaderClassName
{
color: #EA1DEA;
}
.AnyTagClassName
{
color: #EA1DEA;
}
</style>
background-color css
<style>
a { background-color: #EA1DEA; }
a { background-color: rgb(234,29,234); }
div.DivClassName
{
background-color: #EA1DEA;
}
.BgClassName
{
background-color: #EA1DEA;
}
</style>
border-color css
<style>
span { border-color: #EA1DEA; }
span { border-color: rgb(234,29,234); }
td.TdClassName
{
border-color: #EA1DEA;
}
.TagClassName
{
border-color: #EA1DEA;
}
</style>