Shades of Psychedelic Purple #EA17EA
Tints of Psychedelic Purple #EA17EA
RGB
CMYK
RGB Variations
Color information
#EA17EA (or 0xEA17EA) is known color: Psychedelic Purple. HEX triplet: EA, 17 and EA. RGB value is (234,23,234). Sum of RGB (Red+Green+Blue) = 234+23+234=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 23 (9.38% from 255 or 4.68% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EA17EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA17EA is #15E815. Grayscale: #6D6D6D. Windows color (decimal): -1435670 or 15341546. OLE color: 15341546.
HSL color Cylindrical-coordinate representation of color #EA17EA: hue angle of 300º 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 #EA17EA is Cyan = 0, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 234 | - |
| CMYK | 0 | 0.90 | 0 | 0.08 |
| HSL | 300º | 0.83% | 0.5% | - |
| HSV(B) | 300º | 0.9% | 0.92% | - |
| XYZ | 49.09 | 24.05 | 79.9 | - |
| YUV | 110.14 | 197.9 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 234 | 0 | 0.90 | 0 | 0.08 | 300 | 0.83 | 0.5 |
| Hex | EA | 17 | EA | 0 | 5A | 0 | 8 | 12C | 53 | 32 |
| Octal | 352 | 27 | 352 | 0 | 132 | 0 | 10 | 454 | 123 | 62 |
| Binary | 11101010 | 10111 | 11101010 | 0 | 1011010 | 0 | 1000 | 100101100 | 1010011 | 110010 |
Color Harmonies of #EA17EA
Complementary color
Monochromatic Colors of #EA17EA
Black with #EA17EA
Text Example
Text Example
White with #EA17EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA17EA; }
p { color: rgb(234,23,234); }
H1.HeaderClassName
{
color: #EA17EA;
}
.AnyTagClassName
{
color: #EA17EA;
}
</style>
background-color css
<style>
a { background-color: #EA17EA; }
a { background-color: rgb(234,23,234); }
div.DivClassName
{
background-color: #EA17EA;
}
.BgClassName
{
background-color: #EA17EA;
}
</style>
border-color css
<style>
span { border-color: #EA17EA; }
span { border-color: rgb(234,23,234); }
td.TdClassName
{
border-color: #EA17EA;
}
.TagClassName
{
border-color: #EA17EA;
}
</style>