Shades of Psychedelic Purple #EA07EC
Tints of Psychedelic Purple #EA07EC
RGB
CMYK
RGB Variations
Color information
#EA07EC (or 0xEA07EC) is known color: Psychedelic Purple. HEX triplet: EA, 07 and EC. RGB value is (234,7,236). Sum of RGB (Red+Green+Blue) = 234+7+236=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 7 (3.12% from 255 or 1.47% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA07EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA07EC is #15F813. Grayscale: #646464. Windows color (decimal): -1439764 or 15468522. OLE color: 15468522.
HSL color Cylindrical-coordinate representation of color #EA07EC: hue angle of 299.48º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA07EC is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 7 | 236 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.07 |
| HSL | 299.48º | 0.94% | 0.48% | - |
| HSV(B) | 299.48º | 0.97% | 0.93% | - |
| XYZ | 49.15 | 23.7 | 81.34 | - |
| YUV | 100.98 | 204.21 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 236 | 0.01 | 0.97 | 0 | 0.07 | 299.48 | 0.94 | 0.48 |
| Hex | EA | 7 | EC | 1 | 61 | 0 | 7 | 12B | 5E | 30 |
| Octal | 352 | 7 | 354 | 1 | 141 | 0 | 7 | 453 | 136 | 60 |
| Binary | 11101010 | 111 | 11101100 | 1 | 1100001 | 0 | 111 | 100101011 | 1011110 | 110000 |
Color Harmonies of #EA07EC
Complementary color
Monochromatic Colors of #EA07EC
Black with #EA07EC
Text Example
Text Example
White with #EA07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA07EC; }
p { color: rgb(234,7,236); }
H1.HeaderClassName
{
color: #EA07EC;
}
.AnyTagClassName
{
color: #EA07EC;
}
</style>
background-color css
<style>
a { background-color: #EA07EC; }
a { background-color: rgb(234,7,236); }
div.DivClassName
{
background-color: #EA07EC;
}
.BgClassName
{
background-color: #EA07EC;
}
</style>
border-color css
<style>
span { border-color: #EA07EC; }
span { border-color: rgb(234,7,236); }
td.TdClassName
{
border-color: #EA07EC;
}
.TagClassName
{
border-color: #EA07EC;
}
</style>