Shades of Psychedelic Purple #EA1CE5
Tints of Psychedelic Purple #EA1CE5
RGB
CMYK
RGB Variations
Color information
#EA1CE5 (or 0xEA1CE5) is known color: Psychedelic Purple. HEX triplet: EA, 1C and E5. RGB value is (234,28,229). Sum of RGB (Red+Green+Blue) = 234+28+229=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 28 (11.33% from 255 or 5.70% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1CE5 is #15E31A. Grayscale: #6F6F6F. Windows color (decimal): -1434395 or 15015146. OLE color: 15015146.
HSL color Cylindrical-coordinate representation of color #EA1CE5: hue angle of 301.46º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1CE5 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 229 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.08 |
| HSL | 301.46º | 0.83% | 0.51% | - |
| HSV(B) | 301.46º | 0.88% | 0.92% | - |
| XYZ | 48.49 | 23.98 | 76.2 | - |
| YUV | 112.51 | 193.75 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 229 | 0 | 0.88 | 0.02 | 0.08 | 301.46 | 0.83 | 0.51 |
| Hex | EA | 1C | E5 | 0 | 58 | 2 | 8 | 12D | 53 | 33 |
| Octal | 352 | 34 | 345 | 0 | 130 | 2 | 10 | 455 | 123 | 63 |
| Binary | 11101010 | 11100 | 11100101 | 0 | 1011000 | 10 | 1000 | 100101101 | 1010011 | 110011 |
Color Harmonies of #EA1CE5
Complementary color
Monochromatic Colors of #EA1CE5
Black with #EA1CE5
Text Example
Text Example
White with #EA1CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1CE5; }
p { color: rgb(234,28,229); }
H1.HeaderClassName
{
color: #EA1CE5;
}
.AnyTagClassName
{
color: #EA1CE5;
}
</style>
background-color css
<style>
a { background-color: #EA1CE5; }
a { background-color: rgb(234,28,229); }
div.DivClassName
{
background-color: #EA1CE5;
}
.BgClassName
{
background-color: #EA1CE5;
}
</style>
border-color css
<style>
span { border-color: #EA1CE5; }
span { border-color: rgb(234,28,229); }
td.TdClassName
{
border-color: #EA1CE5;
}
.TagClassName
{
border-color: #EA1CE5;
}
</style>