Shades of Psychedelic Purple #EA18E7
Tints of Psychedelic Purple #EA18E7
RGB
CMYK
RGB Variations
Color information
#EA18E7 (or 0xEA18E7) is known color: Psychedelic Purple. HEX triplet: EA, 18 and E7. RGB value is (234,24,231). Sum of RGB (Red+Green+Blue) = 234+24+231=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 24 (9.77% from 255 or 4.91% from 489); Blue value is 231 (90.62% from 255 or 47.24% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA18E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA18E7 is #15E718. Grayscale: #6D6D6D. Windows color (decimal): -1435417 or 15145194. OLE color: 15145194.
HSL color Cylindrical-coordinate representation of color #EA18E7: hue angle of 300.86º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA18E7 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 231 | - |
| CMYK | 0 | 0.90 | 0.01 | 0.08 |
| HSL | 300.86º | 0.83% | 0.51% | - |
| HSV(B) | 300.86º | 0.9% | 0.92% | - |
| XYZ | 48.68 | 23.92 | 77.65 | - |
| YUV | 110.39 | 196.07 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 231 | 0 | 0.90 | 0.01 | 0.08 | 300.86 | 0.83 | 0.51 |
| Hex | EA | 18 | E7 | 0 | 5A | 1 | 8 | 12D | 53 | 33 |
| Octal | 352 | 30 | 347 | 0 | 132 | 1 | 10 | 455 | 123 | 63 |
| Binary | 11101010 | 11000 | 11100111 | 0 | 1011010 | 1 | 1000 | 100101101 | 1010011 | 110011 |
Color Harmonies of #EA18E7
Complementary color
Monochromatic Colors of #EA18E7
Black with #EA18E7
Text Example
Text Example
White with #EA18E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA18E7; }
p { color: rgb(234,24,231); }
H1.HeaderClassName
{
color: #EA18E7;
}
.AnyTagClassName
{
color: #EA18E7;
}
</style>
background-color css
<style>
a { background-color: #EA18E7; }
a { background-color: rgb(234,24,231); }
div.DivClassName
{
background-color: #EA18E7;
}
.BgClassName
{
background-color: #EA18E7;
}
</style>
border-color css
<style>
span { border-color: #EA18E7; }
span { border-color: rgb(234,24,231); }
td.TdClassName
{
border-color: #EA18E7;
}
.TagClassName
{
border-color: #EA18E7;
}
</style>