Shades of Psychedelic Purple #EA08E5
Tints of Psychedelic Purple #EA08E5
RGB
CMYK
RGB Variations
Color information
#EA08E5 (or 0xEA08E5) is known color: Psychedelic Purple. HEX triplet: EA, 08 and E5. RGB value is (234,8,229). Sum of RGB (Red+Green+Blue) = 234+8+229=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA08E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA08E5 is #15F71A. Grayscale: #646464. Windows color (decimal): -1439515 or 15010026. OLE color: 15010026.
HSL color Cylindrical-coordinate representation of color #EA08E5: hue angle of 301.33º degrees, saturation: 0.93, 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 #EA08E5 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 8 | 229 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.08 |
| HSL | 301.33º | 0.93% | 0.47% | - |
| HSV(B) | 301.33º | 0.97% | 0.92% | - |
| XYZ | 48.16 | 23.32 | 76.09 | - |
| YUV | 100.77 | 200.37 | 223.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 8 | 229 | 0 | 0.97 | 0.02 | 0.08 | 301.33 | 0.93 | 0.47 |
| Hex | EA | 8 | E5 | 0 | 61 | 2 | 8 | 12D | 5D | 2F |
| Octal | 352 | 10 | 345 | 0 | 141 | 2 | 10 | 455 | 135 | 57 |
| Binary | 11101010 | 1000 | 11100101 | 0 | 1100001 | 10 | 1000 | 100101101 | 1011101 | 101111 |
Color Harmonies of #EA08E5
Complementary color
Monochromatic Colors of #EA08E5
Black with #EA08E5
Text Example
Text Example
White with #EA08E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA08E5; }
p { color: rgb(234,8,229); }
H1.HeaderClassName
{
color: #EA08E5;
}
.AnyTagClassName
{
color: #EA08E5;
}
</style>
background-color css
<style>
a { background-color: #EA08E5; }
a { background-color: rgb(234,8,229); }
div.DivClassName
{
background-color: #EA08E5;
}
.BgClassName
{
background-color: #EA08E5;
}
</style>
border-color css
<style>
span { border-color: #EA08E5; }
span { border-color: rgb(234,8,229); }
td.TdClassName
{
border-color: #EA08E5;
}
.TagClassName
{
border-color: #EA08E5;
}
</style>