Shades of Psychedelic Purple #EA12E8
Tints of Psychedelic Purple #EA12E8
RGB
CMYK
RGB Variations
Color information
#EA12E8 (or 0xEA12E8) is known color: Psychedelic Purple. HEX triplet: EA, 12 and E8. RGB value is (234,18,232). Sum of RGB (Red+Green+Blue) = 234+18+232=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 18 (7.42% from 255 or 3.72% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA12E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA12E8 is #15ED17. Grayscale: #6A6A6A. Windows color (decimal): -1436952 or 15209194. OLE color: 15209194.
HSL color Cylindrical-coordinate representation of color #EA12E8: hue angle of 300.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA12E8 is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 232 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.08 |
| HSL | 300.56º | 0.86% | 0.49% | - |
| HSV(B) | 300.56º | 0.92% | 0.92% | - |
| XYZ | 48.71 | 23.75 | 78.36 | - |
| YUV | 106.98 | 198.56 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 232 | 0 | 0.92 | 0.01 | 0.08 | 300.56 | 0.86 | 0.49 |
| Hex | EA | 12 | E8 | 0 | 5C | 1 | 8 | 12D | 56 | 31 |
| Octal | 352 | 22 | 350 | 0 | 134 | 1 | 10 | 455 | 126 | 61 |
| Binary | 11101010 | 10010 | 11101000 | 0 | 1011100 | 1 | 1000 | 100101101 | 1010110 | 110001 |
Color Harmonies of #EA12E8
Complementary color
Monochromatic Colors of #EA12E8
Black with #EA12E8
Text Example
Text Example
White with #EA12E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA12E8; }
p { color: rgb(234,18,232); }
H1.HeaderClassName
{
color: #EA12E8;
}
.AnyTagClassName
{
color: #EA12E8;
}
</style>
background-color css
<style>
a { background-color: #EA12E8; }
a { background-color: rgb(234,18,232); }
div.DivClassName
{
background-color: #EA12E8;
}
.BgClassName
{
background-color: #EA12E8;
}
</style>
border-color css
<style>
span { border-color: #EA12E8; }
span { border-color: rgb(234,18,232); }
td.TdClassName
{
border-color: #EA12E8;
}
.TagClassName
{
border-color: #EA12E8;
}
</style>