Shades of Psychedelic Purple #EA1DE5
Tints of Psychedelic Purple #EA1DE5
RGB
CMYK
RGB Variations
Color information
#EA1DE5 (or 0xEA1DE5) is known color: Psychedelic Purple. HEX triplet: EA, 1D and E5. RGB value is (234,29,229). Sum of RGB (Red+Green+Blue) = 234+29+229=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 29 (11.72% from 255 or 5.89% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1DE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1DE5 is #15E21A. Grayscale: #707070. Windows color (decimal): -1434139 or 15015402. OLE color: 15015402.
HSL color Cylindrical-coordinate representation of color #EA1DE5: hue angle of 301.46º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1DE5 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 29 | 229 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.08 |
| HSL | 301.46º | 0.83% | 0.52% | - |
| HSV(B) | 301.46º | 0.88% | 0.92% | - |
| XYZ | 48.51 | 24.03 | 76.21 | - |
| YUV | 113.1 | 193.42 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 29 | 229 | 0 | 0.88 | 0.02 | 0.08 | 301.46 | 0.83 | 0.52 |
| Hex | EA | 1D | E5 | 0 | 58 | 2 | 8 | 12D | 53 | 34 |
| Octal | 352 | 35 | 345 | 0 | 130 | 2 | 10 | 455 | 123 | 64 |
| Binary | 11101010 | 11101 | 11100101 | 0 | 1011000 | 10 | 1000 | 100101101 | 1010011 | 110100 |
Color Harmonies of #EA1DE5
Complementary color
Monochromatic Colors of #EA1DE5
Black with #EA1DE5
Text Example
Text Example
White with #EA1DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1DE5; }
p { color: rgb(234,29,229); }
H1.HeaderClassName
{
color: #EA1DE5;
}
.AnyTagClassName
{
color: #EA1DE5;
}
</style>
background-color css
<style>
a { background-color: #EA1DE5; }
a { background-color: rgb(234,29,229); }
div.DivClassName
{
background-color: #EA1DE5;
}
.BgClassName
{
background-color: #EA1DE5;
}
</style>
border-color css
<style>
span { border-color: #EA1DE5; }
span { border-color: rgb(234,29,229); }
td.TdClassName
{
border-color: #EA1DE5;
}
.TagClassName
{
border-color: #EA1DE5;
}
</style>