Shades of Psychedelic Purple #EA02FE
Tints of Psychedelic Purple #EA02FE
RGB
CMYK
RGB Variations
Color information
#EA02FE (or 0xEA02FE) is known color: Psychedelic Purple. HEX triplet: EA, 02 and FE. RGB value is (234,2,254). Sum of RGB (Red+Green+Blue) = 234+2+254=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 2 (1.17% from 255 or 0.41% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA02FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA02FE is #15FD01. Grayscale: #636363. Windows color (decimal): -1441026 or 16646890. OLE color: 16646890.
HSL color Cylindrical-coordinate representation of color #EA02FE: hue angle of 295.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA02FE is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 2 | 254 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.00 |
| HSL | 295.24º | 0.99% | 0.5% | - |
| HSV(B) | 295.24º | 0.99% | 1% | - |
| XYZ | 51.84 | 24.69 | 95.8 | - |
| YUV | 100.1 | 214.86 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 2 | 254 | 0.08 | 0.99 | 0 | 0.00 | 295.24 | 0.99 | 0.5 |
| Hex | EA | 2 | FE | 8 | 63 | 0 | 0 | 127 | 63 | 32 |
| Octal | 352 | 2 | 376 | 10 | 143 | 0 | 0 | 447 | 143 | 62 |
| Binary | 11101010 | 10 | 11111110 | 1000 | 1100011 | 0 | 0 | 100100111 | 1100011 | 110010 |
Color Harmonies of #EA02FE
Complementary color
Monochromatic Colors of #EA02FE
Black with #EA02FE
Text Example
Text Example
White with #EA02FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA02FE; }
p { color: rgb(234,2,254); }
H1.HeaderClassName
{
color: #EA02FE;
}
.AnyTagClassName
{
color: #EA02FE;
}
</style>
background-color css
<style>
a { background-color: #EA02FE; }
a { background-color: rgb(234,2,254); }
div.DivClassName
{
background-color: #EA02FE;
}
.BgClassName
{
background-color: #EA02FE;
}
</style>
border-color css
<style>
span { border-color: #EA02FE; }
span { border-color: rgb(234,2,254); }
td.TdClassName
{
border-color: #EA02FE;
}
.TagClassName
{
border-color: #EA02FE;
}
</style>