Shades of Psychedelic Purple #EA0FFE
Tints of Psychedelic Purple #EA0FFE
RGB
CMYK
RGB Variations
Color information
#EA0FFE (or 0xEA0FFE) is known color: Psychedelic Purple. HEX triplet: EA, 0F and FE. RGB value is (234,15,254). Sum of RGB (Red+Green+Blue) = 234+15+254=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 15 (6.25% from 255 or 2.98% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA0FFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA0FFE is #15F001. Grayscale: #6A6A6A. Windows color (decimal): -1437698 or 16650218. OLE color: 16650218.
HSL color Cylindrical-coordinate representation of color #EA0FFE: hue angle of 294.98º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA0FFE is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 15 | 254 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.00 |
| HSL | 294.98º | 0.99% | 0.53% | - |
| HSV(B) | 294.98º | 0.94% | 1% | - |
| XYZ | 51.99 | 24.99 | 95.85 | - |
| YUV | 107.73 | 210.55 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 15 | 254 | 0.08 | 0.94 | 0 | 0.00 | 294.98 | 0.99 | 0.53 |
| Hex | EA | F | FE | 8 | 5E | 0 | 0 | 127 | 63 | 35 |
| Octal | 352 | 17 | 376 | 10 | 136 | 0 | 0 | 447 | 143 | 65 |
| Binary | 11101010 | 1111 | 11111110 | 1000 | 1011110 | 0 | 0 | 100100111 | 1100011 | 110101 |
Color Harmonies of #EA0FFE
Complementary color
Monochromatic Colors of #EA0FFE
Black with #EA0FFE
Text Example
Text Example
White with #EA0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0FFE; }
p { color: rgb(234,15,254); }
H1.HeaderClassName
{
color: #EA0FFE;
}
.AnyTagClassName
{
color: #EA0FFE;
}
</style>
background-color css
<style>
a { background-color: #EA0FFE; }
a { background-color: rgb(234,15,254); }
div.DivClassName
{
background-color: #EA0FFE;
}
.BgClassName
{
background-color: #EA0FFE;
}
</style>
border-color css
<style>
span { border-color: #EA0FFE; }
span { border-color: rgb(234,15,254); }
td.TdClassName
{
border-color: #EA0FFE;
}
.TagClassName
{
border-color: #EA0FFE;
}
</style>