Shades of Psychedelic Purple #EA07E5
Tints of Psychedelic Purple #EA07E5
RGB
CMYK
RGB Variations
Color information
#EA07E5 (or 0xEA07E5) is known color: Psychedelic Purple. HEX triplet: EA, 07 and E5. RGB value is (234,7,229). Sum of RGB (Red+Green+Blue) = 234+7+229=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 7 (3.12% from 255 or 1.49% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA07E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA07E5 is #15F81A. Grayscale: #636363. Windows color (decimal): -1439771 or 15009770. OLE color: 15009770.
HSL color Cylindrical-coordinate representation of color #EA07E5: hue angle of 301.32º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA07E5 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 229 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.08 |
| HSL | 301.32º | 0.94% | 0.47% | - |
| HSV(B) | 301.32º | 0.97% | 0.92% | - |
| XYZ | 48.15 | 23.3 | 76.09 | - |
| YUV | 100.18 | 200.71 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 229 | 0 | 0.97 | 0.02 | 0.08 | 301.32 | 0.94 | 0.47 |
| Hex | EA | 7 | E5 | 0 | 61 | 2 | 8 | 12D | 5E | 2F |
| Octal | 352 | 7 | 345 | 0 | 141 | 2 | 10 | 455 | 136 | 57 |
| Binary | 11101010 | 111 | 11100101 | 0 | 1100001 | 10 | 1000 | 100101101 | 1011110 | 101111 |
Color Harmonies of #EA07E5
Complementary color
Monochromatic Colors of #EA07E5
Black with #EA07E5
Text Example
Text Example
White with #EA07E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA07E5; }
p { color: rgb(234,7,229); }
H1.HeaderClassName
{
color: #EA07E5;
}
.AnyTagClassName
{
color: #EA07E5;
}
</style>
background-color css
<style>
a { background-color: #EA07E5; }
a { background-color: rgb(234,7,229); }
div.DivClassName
{
background-color: #EA07E5;
}
.BgClassName
{
background-color: #EA07E5;
}
</style>
border-color css
<style>
span { border-color: #EA07E5; }
span { border-color: rgb(234,7,229); }
td.TdClassName
{
border-color: #EA07E5;
}
.TagClassName
{
border-color: #EA07E5;
}
</style>