Shades of Psychedelic Purple #EA10EC
Tints of Psychedelic Purple #EA10EC
RGB
CMYK
RGB Variations
Color information
#EA10EC (or 0xEA10EC) is known color: Psychedelic Purple. HEX triplet: EA, 10 and EC. RGB value is (234,16,236). Sum of RGB (Red+Green+Blue) = 234+16+236=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 16 (6.64% from 255 or 3.29% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA10EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA10EC is #15EF13. Grayscale: #696969. Windows color (decimal): -1437460 or 15470826. OLE color: 15470826.
HSL color Cylindrical-coordinate representation of color #EA10EC: hue angle of 299.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA10EC is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 16 | 236 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.07 |
| HSL | 299.45º | 0.87% | 0.49% | - |
| HSV(B) | 299.45º | 0.93% | 0.93% | - |
| XYZ | 49.26 | 23.92 | 81.38 | - |
| YUV | 106.26 | 201.22 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 236 | 0.01 | 0.93 | 0 | 0.07 | 299.45 | 0.87 | 0.49 |
| Hex | EA | 10 | EC | 1 | 5D | 0 | 7 | 12B | 57 | 31 |
| Octal | 352 | 20 | 354 | 1 | 135 | 0 | 7 | 453 | 127 | 61 |
| Binary | 11101010 | 10000 | 11101100 | 1 | 1011101 | 0 | 111 | 100101011 | 1010111 | 110001 |
Color Harmonies of #EA10EC
Complementary color
Monochromatic Colors of #EA10EC
Black with #EA10EC
Text Example
Text Example
White with #EA10EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA10EC; }
p { color: rgb(234,16,236); }
H1.HeaderClassName
{
color: #EA10EC;
}
.AnyTagClassName
{
color: #EA10EC;
}
</style>
background-color css
<style>
a { background-color: #EA10EC; }
a { background-color: rgb(234,16,236); }
div.DivClassName
{
background-color: #EA10EC;
}
.BgClassName
{
background-color: #EA10EC;
}
</style>
border-color css
<style>
span { border-color: #EA10EC; }
span { border-color: rgb(234,16,236); }
td.TdClassName
{
border-color: #EA10EC;
}
.TagClassName
{
border-color: #EA10EC;
}
</style>