Shades of Psychedelic Purple #EA21EC
Tints of Psychedelic Purple #EA21EC
RGB
CMYK
RGB Variations
Color information
#EA21EC (or 0xEA21EC) is known color: Psychedelic Purple. HEX triplet: EA, 21 and EC. RGB value is (234,33,236). Sum of RGB (Red+Green+Blue) = 234+33+236=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 33 (13.28% from 255 or 6.56% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA21EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA21EC is #15DE13. Grayscale: #737373. Windows color (decimal): -1433108 or 15475178. OLE color: 15475178.
HSL color Cylindrical-coordinate representation of color #EA21EC: hue angle of 299.41º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EA21EC is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 33 | 236 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.07 |
| HSL | 299.41º | 0.84% | 0.53% | - |
| HSV(B) | 299.41º | 0.86% | 0.93% | - |
| XYZ | 49.62 | 24.64 | 81.5 | - |
| YUV | 116.24 | 195.59 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 33 | 236 | 0.01 | 0.86 | 0 | 0.07 | 299.41 | 0.84 | 0.53 |
| Hex | EA | 21 | EC | 1 | 56 | 0 | 7 | 12B | 54 | 35 |
| Octal | 352 | 41 | 354 | 1 | 126 | 0 | 7 | 453 | 124 | 65 |
| Binary | 11101010 | 100001 | 11101100 | 1 | 1010110 | 0 | 111 | 100101011 | 1010100 | 110101 |
Color Harmonies of #EA21EC
Complementary color
Monochromatic Colors of #EA21EC
Black with #EA21EC
Text Example
Text Example
White with #EA21EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA21EC; }
p { color: rgb(234,33,236); }
H1.HeaderClassName
{
color: #EA21EC;
}
.AnyTagClassName
{
color: #EA21EC;
}
</style>
background-color css
<style>
a { background-color: #EA21EC; }
a { background-color: rgb(234,33,236); }
div.DivClassName
{
background-color: #EA21EC;
}
.BgClassName
{
background-color: #EA21EC;
}
</style>
border-color css
<style>
span { border-color: #EA21EC; }
span { border-color: rgb(234,33,236); }
td.TdClassName
{
border-color: #EA21EC;
}
.TagClassName
{
border-color: #EA21EC;
}
</style>