Shades of Psychedelic Purple #EA16EE
Tints of Psychedelic Purple #EA16EE
RGB
CMYK
RGB Variations
Color information
#EA16EE (or 0xEA16EE) is known color: Psychedelic Purple. HEX triplet: EA, 16 and EE. RGB value is (234,22,238). Sum of RGB (Red+Green+Blue) = 234+22+238=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 22 (8.98% from 255 or 4.45% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #EA16EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA16EE is #15E911. Grayscale: #6D6D6D. Windows color (decimal): -1435922 or 15603434. OLE color: 15603434.
HSL color Cylindrical-coordinate representation of color #EA16EE: hue angle of 298.89º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA16EE is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 22 | 238 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.07 |
| HSL | 298.89º | 0.86% | 0.51% | - |
| HSV(B) | 298.89º | 0.91% | 0.93% | - |
| XYZ | 49.65 | 24.24 | 82.95 | - |
| YUV | 110.01 | 200.24 | 216.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 238 | 0.02 | 0.91 | 0 | 0.07 | 298.89 | 0.86 | 0.51 |
| Hex | EA | 16 | EE | 2 | 5B | 0 | 7 | 12B | 56 | 33 |
| Octal | 352 | 26 | 356 | 2 | 133 | 0 | 7 | 453 | 126 | 63 |
| Binary | 11101010 | 10110 | 11101110 | 10 | 1011011 | 0 | 111 | 100101011 | 1010110 | 110011 |
Color Harmonies of #EA16EE
Complementary color
Monochromatic Colors of #EA16EE
Black with #EA16EE
Text Example
Text Example
White with #EA16EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA16EE; }
p { color: rgb(234,22,238); }
H1.HeaderClassName
{
color: #EA16EE;
}
.AnyTagClassName
{
color: #EA16EE;
}
</style>
background-color css
<style>
a { background-color: #EA16EE; }
a { background-color: rgb(234,22,238); }
div.DivClassName
{
background-color: #EA16EE;
}
.BgClassName
{
background-color: #EA16EE;
}
</style>
border-color css
<style>
span { border-color: #EA16EE; }
span { border-color: rgb(234,22,238); }
td.TdClassName
{
border-color: #EA16EE;
}
.TagClassName
{
border-color: #EA16EE;
}
</style>