Shades of Psychedelic Purple #EA00ED
Tints of Psychedelic Purple #EA00ED
RGB
CMYK
RGB Variations
Color information
#EA00ED (or 0xEA00ED) is known color: Psychedelic Purple. HEX triplet: EA, 00 and ED. RGB value is (234,0,237). Sum of RGB (Red+Green+Blue) = 234+0+237=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 0 (0.39% from 255 or 0% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA00ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA00ED is #15FF12. Grayscale: #606060. Windows color (decimal): -1441555 or 15532266. OLE color: 15532266.
HSL color Cylindrical-coordinate representation of color #EA00ED: hue angle of 299.24º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA00ED is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 0 | 237 | - |
| CMYK | 0.01 | 1 | 0 | 0.07 |
| HSL | 299.24º | 1% | 0.46% | - |
| HSV(B) | 299.24º | 1% | 0.93% | - |
| XYZ | 49.22 | 23.61 | 82.08 | - |
| YUV | 96.98 | 207.02 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 237 | 0.01 | 1 | 0 | 0.07 | 299.24 | 1 | 0.46 |
| Hex | EA | 0 | ED | 1 | 64 | 0 | 7 | 12B | 64 | 2E |
| Octal | 352 | 0 | 355 | 1 | 144 | 0 | 7 | 453 | 144 | 56 |
| Binary | 11101010 | 0 | 11101101 | 1 | 1100100 | 0 | 111 | 100101011 | 1100100 | 101110 |
Color Harmonies of #EA00ED
Complementary color
Monochromatic Colors of #EA00ED
Black with #EA00ED
Text Example
Text Example
White with #EA00ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA00ED; }
p { color: rgb(234,0,237); }
H1.HeaderClassName
{
color: #EA00ED;
}
.AnyTagClassName
{
color: #EA00ED;
}
</style>
background-color css
<style>
a { background-color: #EA00ED; }
a { background-color: rgb(234,0,237); }
div.DivClassName
{
background-color: #EA00ED;
}
.BgClassName
{
background-color: #EA00ED;
}
</style>
border-color css
<style>
span { border-color: #EA00ED; }
span { border-color: rgb(234,0,237); }
td.TdClassName
{
border-color: #EA00ED;
}
.TagClassName
{
border-color: #EA00ED;
}
</style>