Shades of Psychedelic Purple #EA06FE
Tints of Psychedelic Purple #EA06FE
RGB
CMYK
RGB Variations
Color information
#EA06FE (or 0xEA06FE) is known color: Psychedelic Purple. HEX triplet: EA, 06 and FE. RGB value is (234,6,254). Sum of RGB (Red+Green+Blue) = 234+6+254=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 6 (2.73% from 255 or 1.21% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA06FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA06FE is #15F901. Grayscale: #656565. Windows color (decimal): -1440002 or 16647914. OLE color: 16647914.
HSL color Cylindrical-coordinate representation of color #EA06FE: hue angle of 295.16º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA06FE is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 6 | 254 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.00 |
| HSL | 295.16º | 0.99% | 0.51% | - |
| HSV(B) | 295.16º | 0.98% | 1% | - |
| XYZ | 51.89 | 24.78 | 95.81 | - |
| YUV | 102.44 | 213.54 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 6 | 254 | 0.08 | 0.98 | 0 | 0.00 | 295.16 | 0.99 | 0.51 |
| Hex | EA | 6 | FE | 8 | 62 | 0 | 0 | 127 | 63 | 33 |
| Octal | 352 | 6 | 376 | 10 | 142 | 0 | 0 | 447 | 143 | 63 |
| Binary | 11101010 | 110 | 11111110 | 1000 | 1100010 | 0 | 0 | 100100111 | 1100011 | 110011 |
Color Harmonies of #EA06FE
Complementary color
Monochromatic Colors of #EA06FE
Black with #EA06FE
Text Example
Text Example
White with #EA06FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA06FE; }
p { color: rgb(234,6,254); }
H1.HeaderClassName
{
color: #EA06FE;
}
.AnyTagClassName
{
color: #EA06FE;
}
</style>
background-color css
<style>
a { background-color: #EA06FE; }
a { background-color: rgb(234,6,254); }
div.DivClassName
{
background-color: #EA06FE;
}
.BgClassName
{
background-color: #EA06FE;
}
</style>
border-color css
<style>
span { border-color: #EA06FE; }
span { border-color: rgb(234,6,254); }
td.TdClassName
{
border-color: #EA06FE;
}
.TagClassName
{
border-color: #EA06FE;
}
</style>