Shades of Psychedelic Purple #EA28FF
Tints of Psychedelic Purple #EA28FF
RGB
CMYK
RGB Variations
Color information
#EA28FF (or 0xEA28FF) is known color: Psychedelic Purple. HEX triplet: EA, 28 and FF. RGB value is (234,40,255). Sum of RGB (Red+Green+Blue) = 234+40+255=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 40 (16.02% from 255 or 7.56% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA28FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA28FF is #15D700. Grayscale: #797979. Windows color (decimal): -1431297 or 16722154. OLE color: 16722154.
HSL color Cylindrical-coordinate representation of color #EA28FF: hue angle of 294.14º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA28FF is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 40 | 255 | - |
| CMYK | 0.08 | 0.84 | 0 | 0 |
| HSL | 294.14º | 1% | 0.58% | - |
| HSV(B) | 294.14º | 0.84% | 1% | - |
| XYZ | 52.74 | 26.23 | 96.89 | - |
| YUV | 122.52 | 202.77 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 40 | 255 | 0.08 | 0.84 | 0 | 0 | 294.14 | 1 | 0.58 |
| Hex | EA | 28 | FF | 8 | 54 | 0 | 0 | 126 | 64 | 3A |
| Octal | 352 | 50 | 377 | 10 | 124 | 0 | 0 | 446 | 144 | 72 |
| Binary | 11101010 | 101000 | 11111111 | 1000 | 1010100 | 0 | 0 | 100100110 | 1100100 | 111010 |
Color Harmonies of #EA28FF
Complementary color
Monochromatic Colors of #EA28FF
Black with #EA28FF
Text Example
Text Example
White with #EA28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA28FF; }
p { color: rgb(234,40,255); }
H1.HeaderClassName
{
color: #EA28FF;
}
.AnyTagClassName
{
color: #EA28FF;
}
</style>
background-color css
<style>
a { background-color: #EA28FF; }
a { background-color: rgb(234,40,255); }
div.DivClassName
{
background-color: #EA28FF;
}
.BgClassName
{
background-color: #EA28FF;
}
</style>
border-color css
<style>
span { border-color: #EA28FF; }
span { border-color: rgb(234,40,255); }
td.TdClassName
{
border-color: #EA28FF;
}
.TagClassName
{
border-color: #EA28FF;
}
</style>