Shades of Psychedelic Purple #EA00FC
Tints of Psychedelic Purple #EA00FC
RGB
CMYK
RGB Variations
Color information
#EA00FC (or 0xEA00FC) is known color: Psychedelic Purple. HEX triplet: EA, 00 and FC. RGB value is (234,0,252). Sum of RGB (Red+Green+Blue) = 234+0+252=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 0 (0.39% from 255 or 0% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA00FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA00FC is #15FF03. Grayscale: #616161. Windows color (decimal): -1441540 or 16515306. OLE color: 16515306.
HSL color Cylindrical-coordinate representation of color #EA00FC: hue angle of 295.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA00FC is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 0 | 252 | - |
| CMYK | 0.07 | 1 | 0 | 0.01 |
| HSL | 295.71º | 1% | 0.49% | - |
| HSV(B) | 295.71º | 1% | 0.99% | - |
| XYZ | 51.5 | 24.52 | 94.11 | - |
| YUV | 98.69 | 214.52 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 252 | 0.07 | 1 | 0 | 0.01 | 295.71 | 1 | 0.49 |
| Hex | EA | 0 | FC | 7 | 64 | 0 | 1 | 128 | 64 | 31 |
| Octal | 352 | 0 | 374 | 7 | 144 | 0 | 1 | 450 | 144 | 61 |
| Binary | 11101010 | 0 | 11111100 | 111 | 1100100 | 0 | 1 | 100101000 | 1100100 | 110001 |
Color Harmonies of #EA00FC
Complementary color
Monochromatic Colors of #EA00FC
Black with #EA00FC
Text Example
Text Example
White with #EA00FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA00FC; }
p { color: rgb(234,0,252); }
H1.HeaderClassName
{
color: #EA00FC;
}
.AnyTagClassName
{
color: #EA00FC;
}
</style>
background-color css
<style>
a { background-color: #EA00FC; }
a { background-color: rgb(234,0,252); }
div.DivClassName
{
background-color: #EA00FC;
}
.BgClassName
{
background-color: #EA00FC;
}
</style>
border-color css
<style>
span { border-color: #EA00FC; }
span { border-color: rgb(234,0,252); }
td.TdClassName
{
border-color: #EA00FC;
}
.TagClassName
{
border-color: #EA00FC;
}
</style>