Shades of Psychedelic Purple #EA18E6
Tints of Psychedelic Purple #EA18E6
RGB
CMYK
RGB Variations
Color information
#EA18E6 (or 0xEA18E6) is known color: Psychedelic Purple. HEX triplet: EA, 18 and E6. RGB value is (234,24,230). Sum of RGB (Red+Green+Blue) = 234+24+230=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 24 (9.77% from 255 or 4.92% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA18E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA18E6 is #15E719. Grayscale: #6D6D6D. Windows color (decimal): -1435418 or 15079658. OLE color: 15079658.
HSL color Cylindrical-coordinate representation of color #EA18E6: hue angle of 301.14º 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 #EA18E6 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 230 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.08 |
| HSL | 301.14º | 0.83% | 0.51% | - |
| HSV(B) | 301.14º | 0.9% | 0.92% | - |
| XYZ | 48.54 | 23.86 | 76.91 | - |
| YUV | 110.27 | 195.57 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 230 | 0 | 0.90 | 0.02 | 0.08 | 301.14 | 0.83 | 0.51 |
| Hex | EA | 18 | E6 | 0 | 5A | 2 | 8 | 12D | 53 | 33 |
| Octal | 352 | 30 | 346 | 0 | 132 | 2 | 10 | 455 | 123 | 63 |
| Binary | 11101010 | 11000 | 11100110 | 0 | 1011010 | 10 | 1000 | 100101101 | 1010011 | 110011 |
Color Harmonies of #EA18E6
Complementary color
Monochromatic Colors of #EA18E6
Black with #EA18E6
Text Example
Text Example
White with #EA18E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA18E6; }
p { color: rgb(234,24,230); }
H1.HeaderClassName
{
color: #EA18E6;
}
.AnyTagClassName
{
color: #EA18E6;
}
</style>
background-color css
<style>
a { background-color: #EA18E6; }
a { background-color: rgb(234,24,230); }
div.DivClassName
{
background-color: #EA18E6;
}
.BgClassName
{
background-color: #EA18E6;
}
</style>
border-color css
<style>
span { border-color: #EA18E6; }
span { border-color: rgb(234,24,230); }
td.TdClassName
{
border-color: #EA18E6;
}
.TagClassName
{
border-color: #EA18E6;
}
</style>