Shades of Psychedelic Purple #EA14EC
Tints of Psychedelic Purple #EA14EC
RGB
CMYK
RGB Variations
Color information
#EA14EC (or 0xEA14EC) is known color: Psychedelic Purple. HEX triplet: EA, 14 and EC. RGB value is (234,20,236). Sum of RGB (Red+Green+Blue) = 234+20+236=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 20 (8.20% from 255 or 4.08% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA14EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA14EC is #15EB13. Grayscale: #6B6B6B. Windows color (decimal): -1436436 or 15471850. OLE color: 15471850.
HSL color Cylindrical-coordinate representation of color #EA14EC: hue angle of 299.44º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA14EC is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 20 | 236 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.07 |
| HSL | 299.44º | 0.85% | 0.5% | - |
| HSV(B) | 299.44º | 0.92% | 0.93% | - |
| XYZ | 49.32 | 24.05 | 81.4 | - |
| YUV | 108.61 | 199.9 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 20 | 236 | 0.01 | 0.92 | 0 | 0.07 | 299.44 | 0.85 | 0.5 |
| Hex | EA | 14 | EC | 1 | 5C | 0 | 7 | 12B | 55 | 32 |
| Octal | 352 | 24 | 354 | 1 | 134 | 0 | 7 | 453 | 125 | 62 |
| Binary | 11101010 | 10100 | 11101100 | 1 | 1011100 | 0 | 111 | 100101011 | 1010101 | 110010 |
Color Harmonies of #EA14EC
Complementary color
Monochromatic Colors of #EA14EC
Black with #EA14EC
Text Example
Text Example
White with #EA14EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA14EC; }
p { color: rgb(234,20,236); }
H1.HeaderClassName
{
color: #EA14EC;
}
.AnyTagClassName
{
color: #EA14EC;
}
</style>
background-color css
<style>
a { background-color: #EA14EC; }
a { background-color: rgb(234,20,236); }
div.DivClassName
{
background-color: #EA14EC;
}
.BgClassName
{
background-color: #EA14EC;
}
</style>
border-color css
<style>
span { border-color: #EA14EC; }
span { border-color: rgb(234,20,236); }
td.TdClassName
{
border-color: #EA14EC;
}
.TagClassName
{
border-color: #EA14EC;
}
</style>