Shades of Psychedelic Purple #EA17E9
Tints of Psychedelic Purple #EA17E9
RGB
CMYK
RGB Variations
Color information
#EA17E9 (or 0xEA17E9) is known color: Psychedelic Purple. HEX triplet: EA, 17 and E9. RGB value is (234,23,233). Sum of RGB (Red+Green+Blue) = 234+23+233=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 23 (9.38% from 255 or 4.69% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA17E9 is #15E816. Grayscale: #6D6D6D. Windows color (decimal): -1435671 or 15276010. OLE color: 15276010.
HSL color Cylindrical-coordinate representation of color #EA17E9: hue angle of 300.28º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA17E9 is Cyan = 0, Magento = 0.90, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 233 | - |
| CMYK | 0 | 0.90 | 0.00 | 0.08 |
| HSL | 300.28º | 0.83% | 0.5% | - |
| HSV(B) | 300.28º | 0.9% | 0.92% | - |
| XYZ | 48.95 | 23.99 | 79.14 | - |
| YUV | 110.03 | 197.4 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 233 | 0 | 0.90 | 0.00 | 0.08 | 300.28 | 0.83 | 0.5 |
| Hex | EA | 17 | E9 | 0 | 5A | 0 | 8 | 12C | 53 | 32 |
| Octal | 352 | 27 | 351 | 0 | 132 | 0 | 10 | 454 | 123 | 62 |
| Binary | 11101010 | 10111 | 11101001 | 0 | 1011010 | 0 | 1000 | 100101100 | 1010011 | 110010 |
Color Harmonies of #EA17E9
Complementary color
Monochromatic Colors of #EA17E9
Black with #EA17E9
Text Example
Text Example
White with #EA17E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA17E9; }
p { color: rgb(234,23,233); }
H1.HeaderClassName
{
color: #EA17E9;
}
.AnyTagClassName
{
color: #EA17E9;
}
</style>
background-color css
<style>
a { background-color: #EA17E9; }
a { background-color: rgb(234,23,233); }
div.DivClassName
{
background-color: #EA17E9;
}
.BgClassName
{
background-color: #EA17E9;
}
</style>
border-color css
<style>
span { border-color: #EA17E9; }
span { border-color: rgb(234,23,233); }
td.TdClassName
{
border-color: #EA17E9;
}
.TagClassName
{
border-color: #EA17E9;
}
</style>