Shades of Psychedelic Purple #EA01FF
Tints of Psychedelic Purple #EA01FF
RGB
CMYK
RGB Variations
Color information
#EA01FF (or 0xEA01FF) is known color: Psychedelic Purple. HEX triplet: EA, 01 and FF. RGB value is (234,1,255). Sum of RGB (Red+Green+Blue) = 234+1+255=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 1 (0.78% from 255 or 0.20% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA01FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA01FF is #15FE00. Grayscale: #626262. Windows color (decimal): -1441281 or 16712170. OLE color: 16712170.
HSL color Cylindrical-coordinate representation of color #EA01FF: hue angle of 295.04º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA01FF is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 1 | 255 | - |
| CMYK | 0.08 | 1.00 | 0 | 0 |
| HSL | 295.04º | 1% | 0.5% | - |
| HSV(B) | 295.04º | 1% | 1% | - |
| XYZ | 51.99 | 24.73 | 96.64 | - |
| YUV | 99.62 | 215.69 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 255 | 0.08 | 1.00 | 0 | 0 | 295.04 | 1 | 0.5 |
| Hex | EA | 1 | FF | 8 | 64 | 0 | 0 | 127 | 64 | 32 |
| Octal | 352 | 1 | 377 | 10 | 144 | 0 | 0 | 447 | 144 | 62 |
| Binary | 11101010 | 1 | 11111111 | 1000 | 1100100 | 0 | 0 | 100100111 | 1100100 | 110010 |
Color Harmonies of #EA01FF
Complementary color
Monochromatic Colors of #EA01FF
Black with #EA01FF
Text Example
Text Example
White with #EA01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01FF; }
p { color: rgb(234,1,255); }
H1.HeaderClassName
{
color: #EA01FF;
}
.AnyTagClassName
{
color: #EA01FF;
}
</style>
background-color css
<style>
a { background-color: #EA01FF; }
a { background-color: rgb(234,1,255); }
div.DivClassName
{
background-color: #EA01FF;
}
.BgClassName
{
background-color: #EA01FF;
}
</style>
border-color css
<style>
span { border-color: #EA01FF; }
span { border-color: rgb(234,1,255); }
td.TdClassName
{
border-color: #EA01FF;
}
.TagClassName
{
border-color: #EA01FF;
}
</style>