Shades of Psychedelic Purple #EA05EC
Tints of Psychedelic Purple #EA05EC
RGB
CMYK
RGB Variations
Color information
#EA05EC (or 0xEA05EC) is known color: Psychedelic Purple. HEX triplet: EA, 05 and EC. RGB value is (234,5,236). Sum of RGB (Red+Green+Blue) = 234+5+236=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 5 (2.34% from 255 or 1.05% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA05EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA05EC is #15FA13. Grayscale: #636363. Windows color (decimal): -1440276 or 15468010. OLE color: 15468010.
HSL color Cylindrical-coordinate representation of color #EA05EC: hue angle of 299.48º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA05EC is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 5 | 236 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.07 |
| HSL | 299.48º | 0.96% | 0.47% | - |
| HSV(B) | 299.48º | 0.98% | 0.93% | - |
| XYZ | 49.13 | 23.66 | 81.33 | - |
| YUV | 99.81 | 204.87 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 5 | 236 | 0.01 | 0.98 | 0 | 0.07 | 299.48 | 0.96 | 0.47 |
| Hex | EA | 5 | EC | 1 | 62 | 0 | 7 | 12B | 60 | 2F |
| Octal | 352 | 5 | 354 | 1 | 142 | 0 | 7 | 453 | 140 | 57 |
| Binary | 11101010 | 101 | 11101100 | 1 | 1100010 | 0 | 111 | 100101011 | 1100000 | 101111 |
Color Harmonies of #EA05EC
Complementary color
Monochromatic Colors of #EA05EC
Black with #EA05EC
Text Example
Text Example
White with #EA05EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA05EC; }
p { color: rgb(234,5,236); }
H1.HeaderClassName
{
color: #EA05EC;
}
.AnyTagClassName
{
color: #EA05EC;
}
</style>
background-color css
<style>
a { background-color: #EA05EC; }
a { background-color: rgb(234,5,236); }
div.DivClassName
{
background-color: #EA05EC;
}
.BgClassName
{
background-color: #EA05EC;
}
</style>
border-color css
<style>
span { border-color: #EA05EC; }
span { border-color: rgb(234,5,236); }
td.TdClassName
{
border-color: #EA05EC;
}
.TagClassName
{
border-color: #EA05EC;
}
</style>