Shades of Psychedelic Purple #EA28FE
Tints of Psychedelic Purple #EA28FE
RGB
CMYK
RGB Variations
Color information
#EA28FE (or 0xEA28FE) is known color: Psychedelic Purple. HEX triplet: EA, 28 and FE. RGB value is (234,40,254). Sum of RGB (Red+Green+Blue) = 234+40+254=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 40 (16.02% from 255 or 7.58% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA28FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA28FE is #15D701. Grayscale: #797979. Windows color (decimal): -1431298 or 16656618. OLE color: 16656618.
HSL color Cylindrical-coordinate representation of color #EA28FE: hue angle of 294.39º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA28FE is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 40 | 254 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.00 |
| HSL | 294.39º | 0.99% | 0.58% | - |
| HSV(B) | 294.39º | 0.84% | 1% | - |
| XYZ | 52.58 | 26.17 | 96.05 | - |
| YUV | 122.4 | 202.27 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 254 | 0.08 | 0.84 | 0 | 0.00 | 294.39 | 0.99 | 0.58 |
| Hex | EA | 28 | FE | 8 | 54 | 0 | 0 | 126 | 63 | 3A |
| Octal | 352 | 50 | 376 | 10 | 124 | 0 | 0 | 446 | 143 | 72 |
| Binary | 11101010 | 101000 | 11111110 | 1000 | 1010100 | 0 | 0 | 100100110 | 1100011 | 111010 |
Color Harmonies of #EA28FE
Complementary color
Monochromatic Colors of #EA28FE
Black with #EA28FE
Text Example
Text Example
White with #EA28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28FE; }
p { color: rgb(234,40,254); }
H1.HeaderClassName
{
color: #EA28FE;
}
.AnyTagClassName
{
color: #EA28FE;
}
</style>
background-color css
<style>
a { background-color: #EA28FE; }
a { background-color: rgb(234,40,254); }
div.DivClassName
{
background-color: #EA28FE;
}
.BgClassName
{
background-color: #EA28FE;
}
</style>
border-color css
<style>
span { border-color: #EA28FE; }
span { border-color: rgb(234,40,254); }
td.TdClassName
{
border-color: #EA28FE;
}
.TagClassName
{
border-color: #EA28FE;
}
</style>