Shades of Psychedelic Purple #EA03FF
Tints of Psychedelic Purple #EA03FF
RGB
CMYK
RGB Variations
Color information
#EA03FF (or 0xEA03FF) is known color: Psychedelic Purple. HEX triplet: EA, 03 and FF. RGB value is (234,3,255). Sum of RGB (Red+Green+Blue) = 234+3+255=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 3 (1.56% from 255 or 0.61% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA03FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA03FF is #15FC00. Grayscale: #646464. Windows color (decimal): -1440769 or 16712682. OLE color: 16712682.
HSL color Cylindrical-coordinate representation of color #EA03FF: hue angle of 295º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA03FF is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 3 | 255 | - |
| CMYK | 0.08 | 0.99 | 0 | 0 |
| HSL | 295º | 1% | 0.51% | - |
| HSV(B) | 295º | 0.99% | 1% | - |
| XYZ | 52.01 | 24.78 | 96.65 | - |
| YUV | 100.8 | 215.03 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 255 | 0.08 | 0.99 | 0 | 0 | 295 | 1 | 0.51 |
| Hex | EA | 3 | FF | 8 | 63 | 0 | 0 | 127 | 64 | 33 |
| Octal | 352 | 3 | 377 | 10 | 143 | 0 | 0 | 447 | 144 | 63 |
| Binary | 11101010 | 11 | 11111111 | 1000 | 1100011 | 0 | 0 | 100100111 | 1100100 | 110011 |
Color Harmonies of #EA03FF
Complementary color
Monochromatic Colors of #EA03FF
Black with #EA03FF
Text Example
Text Example
White with #EA03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA03FF; }
p { color: rgb(234,3,255); }
H1.HeaderClassName
{
color: #EA03FF;
}
.AnyTagClassName
{
color: #EA03FF;
}
</style>
background-color css
<style>
a { background-color: #EA03FF; }
a { background-color: rgb(234,3,255); }
div.DivClassName
{
background-color: #EA03FF;
}
.BgClassName
{
background-color: #EA03FF;
}
</style>
border-color css
<style>
span { border-color: #EA03FF; }
span { border-color: rgb(234,3,255); }
td.TdClassName
{
border-color: #EA03FF;
}
.TagClassName
{
border-color: #EA03FF;
}
</style>