Shades of Psychedelic Purple #EA0CE4
Tints of Psychedelic Purple #EA0CE4
RGB
CMYK
RGB Variations
Color information
#EA0CE4 (or 0xEA0CE4) is known color: Psychedelic Purple. HEX triplet: EA, 0C and E4. RGB value is (234,12,228). Sum of RGB (Red+Green+Blue) = 234+12+228=474 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.37% from 474); Green value is 12 (5.08% from 255 or 2.53% from 474); Blue value is 228 (89.45% from 255 or 48.10% from 474); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0CE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA0CE4 is #15F31B. Grayscale: #666666. Windows color (decimal): -1438492 or 14945514. OLE color: 14945514.
HSL color Cylindrical-coordinate representation of color #EA0CE4: hue angle of 301.62º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA0CE4 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 12 | 228 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.08 |
| HSL | 301.62º | 0.9% | 0.48% | - |
| HSV(B) | 301.62º | 0.95% | 0.92% | - |
| XYZ | 48.07 | 23.36 | 75.37 | - |
| YUV | 103 | 198.55 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 12 | 228 | 0 | 0.95 | 0.03 | 0.08 | 301.62 | 0.9 | 0.48 |
| Hex | EA | C | E4 | 0 | 5F | 3 | 8 | 12E | 5A | 30 |
| Octal | 352 | 14 | 344 | 0 | 137 | 3 | 10 | 456 | 132 | 60 |
| Binary | 11101010 | 1100 | 11100100 | 0 | 1011111 | 11 | 1000 | 100101110 | 1011010 | 110000 |
Color Harmonies of #EA0CE4
Complementary color
Monochromatic Colors of #EA0CE4
Black with #EA0CE4
Text Example
Text Example
White with #EA0CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0CE4; }
p { color: rgb(234,12,228); }
H1.HeaderClassName
{
color: #EA0CE4;
}
.AnyTagClassName
{
color: #EA0CE4;
}
</style>
background-color css
<style>
a { background-color: #EA0CE4; }
a { background-color: rgb(234,12,228); }
div.DivClassName
{
background-color: #EA0CE4;
}
.BgClassName
{
background-color: #EA0CE4;
}
</style>
border-color css
<style>
span { border-color: #EA0CE4; }
span { border-color: rgb(234,12,228); }
td.TdClassName
{
border-color: #EA0CE4;
}
.TagClassName
{
border-color: #EA0CE4;
}
</style>