Shades of Psychedelic Purple #EA1CE6
Tints of Psychedelic Purple #EA1CE6
RGB
CMYK
RGB Variations
Color information
#EA1CE6 (or 0xEA1CE6) is known color: Psychedelic Purple. HEX triplet: EA, 1C and E6. RGB value is (234,28,230). Sum of RGB (Red+Green+Blue) = 234+28+230=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 28 (11.33% from 255 or 5.69% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EA1CE6 is #15E319. Grayscale: #707070. Windows color (decimal): -1434394 or 15080682. OLE color: 15080682.
HSL color Cylindrical-coordinate representation of color #EA1CE6: hue angle of 301.17º 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 #EA1CE6 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 28 | 230 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.08 |
| HSL | 301.17º | 0.83% | 0.51% | - |
| HSV(B) | 301.17º | 0.88% | 0.92% | - |
| XYZ | 48.63 | 24.04 | 76.94 | - |
| YUV | 112.62 | 194.25 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 28 | 230 | 0 | 0.88 | 0.02 | 0.08 | 301.17 | 0.83 | 0.51 |
| Hex | EA | 1C | E6 | 0 | 58 | 2 | 8 | 12D | 53 | 33 |
| Octal | 352 | 34 | 346 | 0 | 130 | 2 | 10 | 455 | 123 | 63 |
| Binary | 11101010 | 11100 | 11100110 | 0 | 1011000 | 10 | 1000 | 100101101 | 1010011 | 110011 |
Color Harmonies of #EA1CE6
Complementary color
Monochromatic Colors of #EA1CE6
Black with #EA1CE6
Text Example
Text Example
White with #EA1CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA1CE6; }
p { color: rgb(234,28,230); }
H1.HeaderClassName
{
color: #EA1CE6;
}
.AnyTagClassName
{
color: #EA1CE6;
}
</style>
background-color css
<style>
a { background-color: #EA1CE6; }
a { background-color: rgb(234,28,230); }
div.DivClassName
{
background-color: #EA1CE6;
}
.BgClassName
{
background-color: #EA1CE6;
}
</style>
border-color css
<style>
span { border-color: #EA1CE6; }
span { border-color: rgb(234,28,230); }
td.TdClassName
{
border-color: #EA1CE6;
}
.TagClassName
{
border-color: #EA1CE6;
}
</style>