Shades of Psychedelic Purple #EA01E4
Tints of Psychedelic Purple #EA01E4
RGB
CMYK
RGB Variations
Color information
#EA01E4 (or 0xEA01E4) is known color: Psychedelic Purple. HEX triplet: EA, 01 and E4. RGB value is (234,1,228). Sum of RGB (Red+Green+Blue) = 234+1+228=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 1 (0.78% from 255 or 0.22% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA01E4 is #15FE1B. Grayscale: #5F5F5F. Windows color (decimal): -1441308 or 14942698. OLE color: 14942698.
HSL color Cylindrical-coordinate representation of color #EA01E4: hue angle of 301.55º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA01E4 is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 228 | - |
| CMYK | 0 | 1.00 | 0.03 | 0.08 |
| HSL | 301.55º | 0.99% | 0.46% | - |
| HSV(B) | 301.55º | 1% | 0.92% | - |
| XYZ | 47.95 | 23.12 | 75.33 | - |
| YUV | 96.55 | 202.19 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 228 | 0 | 1.00 | 0.03 | 0.08 | 301.55 | 0.99 | 0.46 |
| Hex | EA | 1 | E4 | 0 | 64 | 3 | 8 | 12E | 63 | 2E |
| Octal | 352 | 1 | 344 | 0 | 144 | 3 | 10 | 456 | 143 | 56 |
| Binary | 11101010 | 1 | 11100100 | 0 | 1100100 | 11 | 1000 | 100101110 | 1100011 | 101110 |
Color Harmonies of #EA01E4
Complementary color
Monochromatic Colors of #EA01E4
Black with #EA01E4
Text Example
Text Example
White with #EA01E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01E4; }
p { color: rgb(234,1,228); }
H1.HeaderClassName
{
color: #EA01E4;
}
.AnyTagClassName
{
color: #EA01E4;
}
</style>
background-color css
<style>
a { background-color: #EA01E4; }
a { background-color: rgb(234,1,228); }
div.DivClassName
{
background-color: #EA01E4;
}
.BgClassName
{
background-color: #EA01E4;
}
</style>
border-color css
<style>
span { border-color: #EA01E4; }
span { border-color: rgb(234,1,228); }
td.TdClassName
{
border-color: #EA01E4;
}
.TagClassName
{
border-color: #EA01E4;
}
</style>