Shades of Psychedelic Purple #EA01E6
Tints of Psychedelic Purple #EA01E6
RGB
CMYK
RGB Variations
Color information
#EA01E6 (or 0xEA01E6) is known color: Psychedelic Purple. HEX triplet: EA, 01 and E6. RGB value is (234,1,230). Sum of RGB (Red+Green+Blue) = 234+1+230=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 1 (0.78% from 255 or 0.22% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA01E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA01E6 is #15FE19. Grayscale: #606060. Windows color (decimal): -1441306 or 15073770. OLE color: 15073770.
HSL color Cylindrical-coordinate representation of color #EA01E6: hue angle of 301.03º 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 #EA01E6 is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 230 | - |
| CMYK | 0 | 1.00 | 0.02 | 0.08 |
| HSL | 301.03º | 0.99% | 0.46% | - |
| HSV(B) | 301.03º | 1% | 0.92% | - |
| XYZ | 48.23 | 23.23 | 76.8 | - |
| YUV | 96.77 | 203.19 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 230 | 0 | 1.00 | 0.02 | 0.08 | 301.03 | 0.99 | 0.46 |
| Hex | EA | 1 | E6 | 0 | 64 | 2 | 8 | 12D | 63 | 2E |
| Octal | 352 | 1 | 346 | 0 | 144 | 2 | 10 | 455 | 143 | 56 |
| Binary | 11101010 | 1 | 11100110 | 0 | 1100100 | 10 | 1000 | 100101101 | 1100011 | 101110 |
Color Harmonies of #EA01E6
Complementary color
Monochromatic Colors of #EA01E6
Black with #EA01E6
Text Example
Text Example
White with #EA01E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01E6; }
p { color: rgb(234,1,230); }
H1.HeaderClassName
{
color: #EA01E6;
}
.AnyTagClassName
{
color: #EA01E6;
}
</style>
background-color css
<style>
a { background-color: #EA01E6; }
a { background-color: rgb(234,1,230); }
div.DivClassName
{
background-color: #EA01E6;
}
.BgClassName
{
background-color: #EA01E6;
}
</style>
border-color css
<style>
span { border-color: #EA01E6; }
span { border-color: rgb(234,1,230); }
td.TdClassName
{
border-color: #EA01E6;
}
.TagClassName
{
border-color: #EA01E6;
}
</style>