Shades of Psychedelic Purple #EA1CE9
Tints of Psychedelic Purple #EA1CE9
RGB
CMYK
RGB Variations
Color information
#EA1CE9 (or 0xEA1CE9) is known color: Psychedelic Purple. HEX triplet: EA, 1C and E9. RGB value is (234,28,233). Sum of RGB (Red+Green+Blue) = 234+28+233=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 28 (11.33% from 255 or 5.66% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CE9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1CE9 is #15E316. Grayscale: #707070. Windows color (decimal): -1434391 or 15277290. OLE color: 15277290.
HSL color Cylindrical-coordinate representation of color #EA1CE9: hue angle of 300.29º 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 #EA1CE9 is Cyan = 0, Magento = 0.88, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 233 | - |
| CMYK | 0 | 0.88 | 0.00 | 0.08 |
| HSL | 300.29º | 0.83% | 0.51% | - |
| HSV(B) | 300.29º | 0.88% | 0.92% | - |
| XYZ | 49.05 | 24.21 | 79.18 | - |
| YUV | 112.96 | 195.75 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 233 | 0 | 0.88 | 0.00 | 0.08 | 300.29 | 0.83 | 0.51 |
| Hex | EA | 1C | E9 | 0 | 58 | 0 | 8 | 12C | 53 | 33 |
| Octal | 352 | 34 | 351 | 0 | 130 | 0 | 10 | 454 | 123 | 63 |
| Binary | 11101010 | 11100 | 11101001 | 0 | 1011000 | 0 | 1000 | 100101100 | 1010011 | 110011 |
Color Harmonies of #EA1CE9
Complementary color
Monochromatic Colors of #EA1CE9
Black with #EA1CE9
Text Example
Text Example
White with #EA1CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1CE9; }
p { color: rgb(234,28,233); }
H1.HeaderClassName
{
color: #EA1CE9;
}
.AnyTagClassName
{
color: #EA1CE9;
}
</style>
background-color css
<style>
a { background-color: #EA1CE9; }
a { background-color: rgb(234,28,233); }
div.DivClassName
{
background-color: #EA1CE9;
}
.BgClassName
{
background-color: #EA1CE9;
}
</style>
border-color css
<style>
span { border-color: #EA1CE9; }
span { border-color: rgb(234,28,233); }
td.TdClassName
{
border-color: #EA1CE9;
}
.TagClassName
{
border-color: #EA1CE9;
}
</style>