Shades of Psychedelic Purple #EA02EA
Tints of Psychedelic Purple #EA02EA
RGB
CMYK
RGB Variations
Color information
#EA02EA (or 0xEA02EA) is known color: Psychedelic Purple. HEX triplet: EA, 02 and EA. RGB value is (234,2,234). Sum of RGB (Red+Green+Blue) = 234+2+234=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 2 (1.17% from 255 or 0.43% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA02EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA02EA is #15FD15. Grayscale: #616161. Windows color (decimal): -1441046 or 15336170. OLE color: 15336170.
HSL color Cylindrical-coordinate representation of color #EA02EA: hue angle of 300º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA02EA is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 2 | 234 | - |
| CMYK | 0 | 0.99 | 0 | 0.08 |
| HSL | 300º | 0.98% | 0.46% | - |
| HSV(B) | 300º | 0.99% | 0.92% | - |
| XYZ | 48.8 | 23.48 | 79.8 | - |
| YUV | 97.82 | 204.86 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 234 | 0 | 0.99 | 0 | 0.08 | 300 | 0.98 | 0.46 |
| Hex | EA | 2 | EA | 0 | 63 | 0 | 8 | 12C | 62 | 2E |
| Octal | 352 | 2 | 352 | 0 | 143 | 0 | 10 | 454 | 142 | 56 |
| Binary | 11101010 | 10 | 11101010 | 0 | 1100011 | 0 | 1000 | 100101100 | 1100010 | 101110 |
Color Harmonies of #EA02EA
Complementary color
Monochromatic Colors of #EA02EA
Black with #EA02EA
Text Example
Text Example
White with #EA02EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA02EA; }
p { color: rgb(234,2,234); }
H1.HeaderClassName
{
color: #EA02EA;
}
.AnyTagClassName
{
color: #EA02EA;
}
</style>
background-color css
<style>
a { background-color: #EA02EA; }
a { background-color: rgb(234,2,234); }
div.DivClassName
{
background-color: #EA02EA;
}
.BgClassName
{
background-color: #EA02EA;
}
</style>
border-color css
<style>
span { border-color: #EA02EA; }
span { border-color: rgb(234,2,234); }
td.TdClassName
{
border-color: #EA02EA;
}
.TagClassName
{
border-color: #EA02EA;
}
</style>