Shades of Psychedelic Purple #EA1FEC
Tints of Psychedelic Purple #EA1FEC
RGB
CMYK
RGB Variations
Color information
#EA1FEC (or 0xEA1FEC) is known color: Psychedelic Purple. HEX triplet: EA, 1F and EC. RGB value is (234,31,236). Sum of RGB (Red+Green+Blue) = 234+31+236=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 31 (12.5% from 255 or 6.19% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #EA1FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1FEC is #15E013. Grayscale: #727272. Windows color (decimal): -1433620 or 15474666. OLE color: 15474666.
HSL color Cylindrical-coordinate representation of color #EA1FEC: hue angle of 299.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EA1FEC is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 31 | 236 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.07 |
| HSL | 299.41º | 0.84% | 0.52% | - |
| HSV(B) | 299.41º | 0.87% | 0.93% | - |
| XYZ | 49.56 | 24.53 | 81.48 | - |
| YUV | 115.07 | 196.25 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 31 | 236 | 0.01 | 0.87 | 0 | 0.07 | 299.41 | 0.84 | 0.52 |
| Hex | EA | 1F | EC | 1 | 57 | 0 | 7 | 12B | 54 | 34 |
| Octal | 352 | 37 | 354 | 1 | 127 | 0 | 7 | 453 | 124 | 64 |
| Binary | 11101010 | 11111 | 11101100 | 1 | 1010111 | 0 | 111 | 100101011 | 1010100 | 110100 |
Color Harmonies of #EA1FEC
Complementary color
Monochromatic Colors of #EA1FEC
Black with #EA1FEC
Text Example
Text Example
White with #EA1FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1FEC; }
p { color: rgb(234,31,236); }
H1.HeaderClassName
{
color: #EA1FEC;
}
.AnyTagClassName
{
color: #EA1FEC;
}
</style>
background-color css
<style>
a { background-color: #EA1FEC; }
a { background-color: rgb(234,31,236); }
div.DivClassName
{
background-color: #EA1FEC;
}
.BgClassName
{
background-color: #EA1FEC;
}
</style>
border-color css
<style>
span { border-color: #EA1FEC; }
span { border-color: rgb(234,31,236); }
td.TdClassName
{
border-color: #EA1FEC;
}
.TagClassName
{
border-color: #EA1FEC;
}
</style>