Shades of Psychedelic Purple #EA1FFC
Tints of Psychedelic Purple #EA1FFC
RGB
CMYK
RGB Variations
Color information
#EA1FFC (or 0xEA1FFC) is known color: Psychedelic Purple. HEX triplet: EA, 1F and FC. RGB value is (234,31,252). Sum of RGB (Red+Green+Blue) = 234+31+252=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 31 (12.5% from 255 or 6.00% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #EA1FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1FFC is #15E003. Grayscale: #747474. Windows color (decimal): -1433604 or 16523242. OLE color: 16523242.
HSL color Cylindrical-coordinate representation of color #EA1FFC: hue angle of 295.11º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1FFC is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 31 | 252 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.01 |
| HSL | 295.11º | 0.97% | 0.55% | - |
| HSV(B) | 295.11º | 0.88% | 0.99% | - |
| XYZ | 51.99 | 25.5 | 94.28 | - |
| YUV | 116.89 | 204.25 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 31 | 252 | 0.07 | 0.88 | 0 | 0.01 | 295.11 | 0.97 | 0.55 |
| Hex | EA | 1F | FC | 7 | 58 | 0 | 1 | 127 | 61 | 37 |
| Octal | 352 | 37 | 374 | 7 | 130 | 0 | 1 | 447 | 141 | 67 |
| Binary | 11101010 | 11111 | 11111100 | 111 | 1011000 | 0 | 1 | 100100111 | 1100001 | 110111 |
Color Harmonies of #EA1FFC
Complementary color
Monochromatic Colors of #EA1FFC
Black with #EA1FFC
Text Example
Text Example
White with #EA1FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1FFC; }
p { color: rgb(234,31,252); }
H1.HeaderClassName
{
color: #EA1FFC;
}
.AnyTagClassName
{
color: #EA1FFC;
}
</style>
background-color css
<style>
a { background-color: #EA1FFC; }
a { background-color: rgb(234,31,252); }
div.DivClassName
{
background-color: #EA1FFC;
}
.BgClassName
{
background-color: #EA1FFC;
}
</style>
border-color css
<style>
span { border-color: #EA1FFC; }
span { border-color: rgb(234,31,252); }
td.TdClassName
{
border-color: #EA1FFC;
}
.TagClassName
{
border-color: #EA1FFC;
}
</style>