Shades of Psychedelic Purple #EA00E8
Tints of Psychedelic Purple #EA00E8
RGB
CMYK
RGB Variations
Color information
#EA00E8 (or 0xEA00E8) is known color: Psychedelic Purple. HEX triplet: EA, 00 and E8. RGB value is (234,0,232). Sum of RGB (Red+Green+Blue) = 234+0+232=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 232 (91.02% from 255 or 49.79% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA00E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA00E8 is #15FF17. Grayscale: #5F5F5F. Windows color (decimal): -1441560 or 15204586. OLE color: 15204586.
HSL color Cylindrical-coordinate representation of color #EA00E8: hue angle of 300.51º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA00E8 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 232 | - |
| CMYK | 0 | 1 | 0.01 | 0.08 |
| HSL | 300.51º | 1% | 0.46% | - |
| HSV(B) | 300.51º | 1% | 0.92% | - |
| XYZ | 48.5 | 23.32 | 78.29 | - |
| YUV | 96.41 | 204.52 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 232 | 0 | 1 | 0.01 | 0.08 | 300.51 | 1 | 0.46 |
| Hex | EA | 0 | E8 | 0 | 64 | 1 | 8 | 12D | 64 | 2E |
| Octal | 352 | 0 | 350 | 0 | 144 | 1 | 10 | 455 | 144 | 56 |
| Binary | 11101010 | 0 | 11101000 | 0 | 1100100 | 1 | 1000 | 100101101 | 1100100 | 101110 |
Color Harmonies of #EA00E8
Complementary color
Monochromatic Colors of #EA00E8
Black with #EA00E8
Text Example
Text Example
White with #EA00E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA00E8; }
p { color: rgb(234,0,232); }
H1.HeaderClassName
{
color: #EA00E8;
}
.AnyTagClassName
{
color: #EA00E8;
}
</style>
background-color css
<style>
a { background-color: #EA00E8; }
a { background-color: rgb(234,0,232); }
div.DivClassName
{
background-color: #EA00E8;
}
.BgClassName
{
background-color: #EA00E8;
}
</style>
border-color css
<style>
span { border-color: #EA00E8; }
span { border-color: rgb(234,0,232); }
td.TdClassName
{
border-color: #EA00E8;
}
.TagClassName
{
border-color: #EA00E8;
}
</style>