Shades of Psychedelic Purple #EA09FF
Tints of Psychedelic Purple #EA09FF
RGB
CMYK
RGB Variations
Color information
#EA09FF (or 0xEA09FF) is known color: Psychedelic Purple. HEX triplet: EA, 09 and FF. RGB value is (234,9,255). Sum of RGB (Red+Green+Blue) = 234+9+255=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 9 (3.91% from 255 or 1.81% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA09FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA09FF is #15F600. Grayscale: #676767. Windows color (decimal): -1439233 or 16714218. OLE color: 16714218.
HSL color Cylindrical-coordinate representation of color #EA09FF: hue angle of 294.88º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA09FF is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 9 | 255 | - |
| CMYK | 0.08 | 0.96 | 0 | 0 |
| HSL | 294.88º | 1% | 0.52% | - |
| HSV(B) | 294.88º | 0.96% | 1% | - |
| XYZ | 52.08 | 24.91 | 96.67 | - |
| YUV | 104.32 | 213.04 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 255 | 0.08 | 0.96 | 0 | 0 | 294.88 | 1 | 0.52 |
| Hex | EA | 9 | FF | 8 | 60 | 0 | 0 | 127 | 64 | 34 |
| Octal | 352 | 11 | 377 | 10 | 140 | 0 | 0 | 447 | 144 | 64 |
| Binary | 11101010 | 1001 | 11111111 | 1000 | 1100000 | 0 | 0 | 100100111 | 1100100 | 110100 |
Color Harmonies of #EA09FF
Complementary color
Monochromatic Colors of #EA09FF
Black with #EA09FF
Text Example
Text Example
White with #EA09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA09FF; }
p { color: rgb(234,9,255); }
H1.HeaderClassName
{
color: #EA09FF;
}
.AnyTagClassName
{
color: #EA09FF;
}
</style>
background-color css
<style>
a { background-color: #EA09FF; }
a { background-color: rgb(234,9,255); }
div.DivClassName
{
background-color: #EA09FF;
}
.BgClassName
{
background-color: #EA09FF;
}
</style>
border-color css
<style>
span { border-color: #EA09FF; }
span { border-color: rgb(234,9,255); }
td.TdClassName
{
border-color: #EA09FF;
}
.TagClassName
{
border-color: #EA09FF;
}
</style>