Shades of Psychedelic Purple #EA17E5
Tints of Psychedelic Purple #EA17E5
RGB
CMYK
RGB Variations
Color information
#EA17E5 (or 0xEA17E5) is known color: Psychedelic Purple. HEX triplet: EA, 17 and E5. RGB value is (234,23,229). Sum of RGB (Red+Green+Blue) = 234+23+229=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 23 (9.38% from 255 or 4.73% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA17E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA17E5 is #15E81A. Grayscale: #6C6C6C. Windows color (decimal): -1435675 or 15013866. OLE color: 15013866.
HSL color Cylindrical-coordinate representation of color #EA17E5: hue angle of 301.42º 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 #EA17E5 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 23 | 229 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.08 |
| HSL | 301.42º | 0.83% | 0.5% | - |
| HSV(B) | 301.42º | 0.9% | 0.92% | - |
| XYZ | 48.38 | 23.76 | 76.17 | - |
| YUV | 109.57 | 195.4 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 23 | 229 | 0 | 0.90 | 0.02 | 0.08 | 301.42 | 0.83 | 0.5 |
| Hex | EA | 17 | E5 | 0 | 5A | 2 | 8 | 12D | 53 | 32 |
| Octal | 352 | 27 | 345 | 0 | 132 | 2 | 10 | 455 | 123 | 62 |
| Binary | 11101010 | 10111 | 11100101 | 0 | 1011010 | 10 | 1000 | 100101101 | 1010011 | 110010 |
Color Harmonies of #EA17E5
Complementary color
Monochromatic Colors of #EA17E5
Black with #EA17E5
Text Example
Text Example
White with #EA17E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA17E5; }
p { color: rgb(234,23,229); }
H1.HeaderClassName
{
color: #EA17E5;
}
.AnyTagClassName
{
color: #EA17E5;
}
</style>
background-color css
<style>
a { background-color: #EA17E5; }
a { background-color: rgb(234,23,229); }
div.DivClassName
{
background-color: #EA17E5;
}
.BgClassName
{
background-color: #EA17E5;
}
</style>
border-color css
<style>
span { border-color: #EA17E5; }
span { border-color: rgb(234,23,229); }
td.TdClassName
{
border-color: #EA17E5;
}
.TagClassName
{
border-color: #EA17E5;
}
</style>