Shades of Psychedelic Purple #EA09FE
Tints of Psychedelic Purple #EA09FE
RGB
CMYK
RGB Variations
Color information
#EA09FE (or 0xEA09FE) is known color: Psychedelic Purple. HEX triplet: EA, 09 and FE. RGB value is (234,9,254). Sum of RGB (Red+Green+Blue) = 234+9+254=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 9 (3.91% from 255 or 1.81% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #EA09FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA09FE is #15F601. Grayscale: #676767. Windows color (decimal): -1439234 or 16648682. OLE color: 16648682.
HSL color Cylindrical-coordinate representation of color #EA09FE: hue angle of 295.1º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA09FE is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 9 | 254 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.00 |
| HSL | 295.1º | 0.99% | 0.52% | - |
| HSV(B) | 295.1º | 0.96% | 1% | - |
| XYZ | 51.92 | 24.84 | 95.82 | - |
| YUV | 104.21 | 212.54 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 9 | 254 | 0.08 | 0.96 | 0 | 0.00 | 295.1 | 0.99 | 0.52 |
| Hex | EA | 9 | FE | 8 | 60 | 0 | 0 | 127 | 63 | 34 |
| Octal | 352 | 11 | 376 | 10 | 140 | 0 | 0 | 447 | 143 | 64 |
| Binary | 11101010 | 1001 | 11111110 | 1000 | 1100000 | 0 | 0 | 100100111 | 1100011 | 110100 |
Color Harmonies of #EA09FE
Complementary color
Monochromatic Colors of #EA09FE
Black with #EA09FE
Text Example
Text Example
White with #EA09FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA09FE; }
p { color: rgb(234,9,254); }
H1.HeaderClassName
{
color: #EA09FE;
}
.AnyTagClassName
{
color: #EA09FE;
}
</style>
background-color css
<style>
a { background-color: #EA09FE; }
a { background-color: rgb(234,9,254); }
div.DivClassName
{
background-color: #EA09FE;
}
.BgClassName
{
background-color: #EA09FE;
}
</style>
border-color css
<style>
span { border-color: #EA09FE; }
span { border-color: rgb(234,9,254); }
td.TdClassName
{
border-color: #EA09FE;
}
.TagClassName
{
border-color: #EA09FE;
}
</style>