Shades of Psychedelic Purple #EA19E9
Tints of Psychedelic Purple #EA19E9
RGB
CMYK
RGB Variations
Color information
#EA19E9 (or 0xEA19E9) is known color: Psychedelic Purple. HEX triplet: EA, 19 and E9. RGB value is (234,25,233). Sum of RGB (Red+Green+Blue) = 234+25+233=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 25 (10.16% from 255 or 5.08% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA19E9 is #15E616. Grayscale: #6E6E6E. Windows color (decimal): -1435159 or 15276522. OLE color: 15276522.
HSL color Cylindrical-coordinate representation of color #EA19E9: hue angle of 300.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA19E9 is Cyan = 0, Magento = 0.89, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 25 | 233 | - |
| CMYK | 0 | 0.89 | 0.00 | 0.08 |
| HSL | 300.29º | 0.83% | 0.51% | - |
| HSV(B) | 300.29º | 0.89% | 0.92% | - |
| XYZ | 48.99 | 24.07 | 79.16 | - |
| YUV | 111.2 | 196.74 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 25 | 233 | 0 | 0.89 | 0.00 | 0.08 | 300.29 | 0.83 | 0.51 |
| Hex | EA | 19 | E9 | 0 | 59 | 0 | 8 | 12C | 53 | 33 |
| Octal | 352 | 31 | 351 | 0 | 131 | 0 | 10 | 454 | 123 | 63 |
| Binary | 11101010 | 11001 | 11101001 | 0 | 1011001 | 0 | 1000 | 100101100 | 1010011 | 110011 |
Color Harmonies of #EA19E9
Complementary color
Monochromatic Colors of #EA19E9
Black with #EA19E9
Text Example
Text Example
White with #EA19E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA19E9; }
p { color: rgb(234,25,233); }
H1.HeaderClassName
{
color: #EA19E9;
}
.AnyTagClassName
{
color: #EA19E9;
}
</style>
background-color css
<style>
a { background-color: #EA19E9; }
a { background-color: rgb(234,25,233); }
div.DivClassName
{
background-color: #EA19E9;
}
.BgClassName
{
background-color: #EA19E9;
}
</style>
border-color css
<style>
span { border-color: #EA19E9; }
span { border-color: rgb(234,25,233); }
td.TdClassName
{
border-color: #EA19E9;
}
.TagClassName
{
border-color: #EA19E9;
}
</style>