Shades of Psychedelic Purple #EA04ED
Tints of Psychedelic Purple #EA04ED
RGB
CMYK
RGB Variations
Color information
#EA04ED (or 0xEA04ED) is known color: Psychedelic Purple. HEX triplet: EA, 04 and ED. RGB value is (234,4,237). Sum of RGB (Red+Green+Blue) = 234+4+237=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 4 (1.95% from 255 or 0.84% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA04ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA04ED is #15FB12. Grayscale: #626262. Windows color (decimal): -1440531 or 15533290. OLE color: 15533290.
HSL color Cylindrical-coordinate representation of color #EA04ED: hue angle of 299.23º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA04ED is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 4 | 237 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.07 |
| HSL | 299.23º | 0.97% | 0.47% | - |
| HSV(B) | 299.23º | 0.98% | 0.93% | - |
| XYZ | 49.26 | 23.69 | 82.1 | - |
| YUV | 99.33 | 205.7 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 4 | 237 | 0.01 | 0.98 | 0 | 0.07 | 299.23 | 0.97 | 0.47 |
| Hex | EA | 4 | ED | 1 | 62 | 0 | 7 | 12B | 61 | 2F |
| Octal | 352 | 4 | 355 | 1 | 142 | 0 | 7 | 453 | 141 | 57 |
| Binary | 11101010 | 100 | 11101101 | 1 | 1100010 | 0 | 111 | 100101011 | 1100001 | 101111 |
Color Harmonies of #EA04ED
Complementary color
Monochromatic Colors of #EA04ED
Black with #EA04ED
Text Example
Text Example
White with #EA04ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA04ED; }
p { color: rgb(234,4,237); }
H1.HeaderClassName
{
color: #EA04ED;
}
.AnyTagClassName
{
color: #EA04ED;
}
</style>
background-color css
<style>
a { background-color: #EA04ED; }
a { background-color: rgb(234,4,237); }
div.DivClassName
{
background-color: #EA04ED;
}
.BgClassName
{
background-color: #EA04ED;
}
</style>
border-color css
<style>
span { border-color: #EA04ED; }
span { border-color: rgb(234,4,237); }
td.TdClassName
{
border-color: #EA04ED;
}
.TagClassName
{
border-color: #EA04ED;
}
</style>