Shades of Psychedelic Purple #EA01EF
Tints of Psychedelic Purple #EA01EF
RGB
CMYK
RGB Variations
Color information
#EA01EF (or 0xEA01EF) is known color: Psychedelic Purple. HEX triplet: EA, 01 and EF. RGB value is (234,1,239). Sum of RGB (Red+Green+Blue) = 234+1+239=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 1 (0.78% from 255 or 0.21% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #EA01EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA01EF is #15FE10. Grayscale: #616161. Windows color (decimal): -1441297 or 15663594. OLE color: 15663594.
HSL color Cylindrical-coordinate representation of color #EA01EF: hue angle of 298.74º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA01EF is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 1 | 239 | - |
| CMYK | 0.02 | 1.00 | 0 | 0.06 |
| HSL | 298.74º | 0.99% | 0.47% | - |
| HSV(B) | 298.74º | 1% | 0.94% | - |
| XYZ | 49.52 | 23.75 | 83.63 | - |
| YUV | 97.8 | 207.69 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 239 | 0.02 | 1.00 | 0 | 0.06 | 298.74 | 0.99 | 0.47 |
| Hex | EA | 1 | EF | 2 | 64 | 0 | 6 | 12B | 63 | 2F |
| Octal | 352 | 1 | 357 | 2 | 144 | 0 | 6 | 453 | 143 | 57 |
| Binary | 11101010 | 1 | 11101111 | 10 | 1100100 | 0 | 110 | 100101011 | 1100011 | 101111 |
Color Harmonies of #EA01EF
Complementary color
Monochromatic Colors of #EA01EF
Black with #EA01EF
Text Example
Text Example
White with #EA01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01EF; }
p { color: rgb(234,1,239); }
H1.HeaderClassName
{
color: #EA01EF;
}
.AnyTagClassName
{
color: #EA01EF;
}
</style>
background-color css
<style>
a { background-color: #EA01EF; }
a { background-color: rgb(234,1,239); }
div.DivClassName
{
background-color: #EA01EF;
}
.BgClassName
{
background-color: #EA01EF;
}
</style>
border-color css
<style>
span { border-color: #EA01EF; }
span { border-color: rgb(234,1,239); }
td.TdClassName
{
border-color: #EA01EF;
}
.TagClassName
{
border-color: #EA01EF;
}
</style>