Shades of Psychedelic Purple #EA07ED
Tints of Psychedelic Purple #EA07ED
RGB
CMYK
RGB Variations
Color information
#EA07ED (or 0xEA07ED) is known color: Psychedelic Purple. HEX triplet: EA, 07 and ED. RGB value is (234,7,237). Sum of RGB (Red+Green+Blue) = 234+7+237=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 7 (3.12% from 255 or 1.46% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #EA07ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA07ED is #15F812. Grayscale: #646464. Windows color (decimal): -1439763 or 15534058. OLE color: 15534058.
HSL color Cylindrical-coordinate representation of color #EA07ED: hue angle of 299.22º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA07ED is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 7 | 237 | - |
| CMYK | 0.01 | 0.97 | 0 | 0.07 |
| HSL | 299.22º | 0.94% | 0.48% | - |
| HSV(B) | 299.22º | 0.97% | 0.93% | - |
| XYZ | 49.29 | 23.76 | 82.11 | - |
| YUV | 101.09 | 204.71 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 237 | 0.01 | 0.97 | 0 | 0.07 | 299.22 | 0.94 | 0.48 |
| Hex | EA | 7 | ED | 1 | 61 | 0 | 7 | 12B | 5E | 30 |
| Octal | 352 | 7 | 355 | 1 | 141 | 0 | 7 | 453 | 136 | 60 |
| Binary | 11101010 | 111 | 11101101 | 1 | 1100001 | 0 | 111 | 100101011 | 1011110 | 110000 |
Color Harmonies of #EA07ED
Complementary color
Monochromatic Colors of #EA07ED
Black with #EA07ED
Text Example
Text Example
White with #EA07ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA07ED; }
p { color: rgb(234,7,237); }
H1.HeaderClassName
{
color: #EA07ED;
}
.AnyTagClassName
{
color: #EA07ED;
}
</style>
background-color css
<style>
a { background-color: #EA07ED; }
a { background-color: rgb(234,7,237); }
div.DivClassName
{
background-color: #EA07ED;
}
.BgClassName
{
background-color: #EA07ED;
}
</style>
border-color css
<style>
span { border-color: #EA07ED; }
span { border-color: rgb(234,7,237); }
td.TdClassName
{
border-color: #EA07ED;
}
.TagClassName
{
border-color: #EA07ED;
}
</style>