Shades of Psychedelic Purple #EA20EA
Tints of Psychedelic Purple #EA20EA
RGB
CMYK
RGB Variations
Color information
#EA20EA (or 0xEA20EA) is known color: Psychedelic Purple. HEX triplet: EA, 20 and EA. RGB value is (234,32,234). Sum of RGB (Red+Green+Blue) = 234+32+234=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 32 (12.89% from 255 or 6.4% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA20EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA20EA is #15DF15. Grayscale: #727272. Windows color (decimal): -1433366 or 15343850. OLE color: 15343850.
HSL color Cylindrical-coordinate representation of color #EA20EA: 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.86%. Process color model (Four color, CMYK) of #EA20EA is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 32 | 234 | - |
| CMYK | 0 | 0.86 | 0 | 0.08 |
| HSL | 300º | 0.83% | 0.52% | - |
| HSV(B) | 300º | 0.86% | 0.92% | - |
| XYZ | 49.3 | 24.47 | 79.97 | - |
| YUV | 115.43 | 194.92 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 32 | 234 | 0 | 0.86 | 0 | 0.08 | 300 | 0.83 | 0.52 |
| Hex | EA | 20 | EA | 0 | 56 | 0 | 8 | 12C | 53 | 34 |
| Octal | 352 | 40 | 352 | 0 | 126 | 0 | 10 | 454 | 123 | 64 |
| Binary | 11101010 | 100000 | 11101010 | 0 | 1010110 | 0 | 1000 | 100101100 | 1010011 | 110100 |
Color Harmonies of #EA20EA
Complementary color
Monochromatic Colors of #EA20EA
Black with #EA20EA
Text Example
Text Example
White with #EA20EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA20EA; }
p { color: rgb(234,32,234); }
H1.HeaderClassName
{
color: #EA20EA;
}
.AnyTagClassName
{
color: #EA20EA;
}
</style>
background-color css
<style>
a { background-color: #EA20EA; }
a { background-color: rgb(234,32,234); }
div.DivClassName
{
background-color: #EA20EA;
}
.BgClassName
{
background-color: #EA20EA;
}
</style>
border-color css
<style>
span { border-color: #EA20EA; }
span { border-color: rgb(234,32,234); }
td.TdClassName
{
border-color: #EA20EA;
}
.TagClassName
{
border-color: #EA20EA;
}
</style>