Shades of Psychedelic Purple #EA01ED
Tints of Psychedelic Purple #EA01ED
RGB
CMYK
RGB Variations
Color information
#EA01ED (or 0xEA01ED) is known color: Psychedelic Purple. HEX triplet: EA, 01 and ED. RGB value is (234,1,237). Sum of RGB (Red+Green+Blue) = 234+1+237=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 1 (0.78% from 255 or 0.21% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA01ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA01ED is #15FE12. Grayscale: #606060. Windows color (decimal): -1441299 or 15532522. OLE color: 15532522.
HSL color Cylindrical-coordinate representation of color #EA01ED: hue angle of 299.24º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA01ED is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 1 | 237 | - |
| CMYK | 0.01 | 1.00 | 0 | 0.07 |
| HSL | 299.24º | 0.99% | 0.47% | - |
| HSV(B) | 299.24º | 1% | 0.93% | - |
| XYZ | 49.23 | 23.63 | 82.09 | - |
| YUV | 97.57 | 206.69 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 237 | 0.01 | 1.00 | 0 | 0.07 | 299.24 | 0.99 | 0.47 |
| Hex | EA | 1 | ED | 1 | 64 | 0 | 7 | 12B | 63 | 2F |
| Octal | 352 | 1 | 355 | 1 | 144 | 0 | 7 | 453 | 143 | 57 |
| Binary | 11101010 | 1 | 11101101 | 1 | 1100100 | 0 | 111 | 100101011 | 1100011 | 101111 |
Color Harmonies of #EA01ED
Complementary color
Monochromatic Colors of #EA01ED
Black with #EA01ED
Text Example
Text Example
White with #EA01ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA01ED; }
p { color: rgb(234,1,237); }
H1.HeaderClassName
{
color: #EA01ED;
}
.AnyTagClassName
{
color: #EA01ED;
}
</style>
background-color css
<style>
a { background-color: #EA01ED; }
a { background-color: rgb(234,1,237); }
div.DivClassName
{
background-color: #EA01ED;
}
.BgClassName
{
background-color: #EA01ED;
}
</style>
border-color css
<style>
span { border-color: #EA01ED; }
span { border-color: rgb(234,1,237); }
td.TdClassName
{
border-color: #EA01ED;
}
.TagClassName
{
border-color: #EA01ED;
}
</style>