Shades of Psychedelic Purple #EA16FF
Tints of Psychedelic Purple #EA16FF
RGB
CMYK
RGB Variations
Color information
#EA16FF (or 0xEA16FF) is known color: Psychedelic Purple. HEX triplet: EA, 16 and FF. RGB value is (234,22,255). Sum of RGB (Red+Green+Blue) = 234+22+255=511 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.79% from 511); Green value is 22 (8.98% from 255 or 4.31% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA16FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA16FF is #15E900. Grayscale: #6F6F6F. Windows color (decimal): -1435905 or 16717546. OLE color: 16717546.
HSL color Cylindrical-coordinate representation of color #EA16FF: hue angle of 294.59º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA16FF is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 22 | 255 | - |
| CMYK | 0.08 | 0.91 | 0 | 0 |
| HSL | 294.59º | 1% | 0.54% | - |
| HSV(B) | 294.59º | 0.91% | 1% | - |
| XYZ | 52.27 | 25.29 | 96.73 | - |
| YUV | 111.95 | 208.74 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 22 | 255 | 0.08 | 0.91 | 0 | 0 | 294.59 | 1 | 0.54 |
| Hex | EA | 16 | FF | 8 | 5B | 0 | 0 | 127 | 64 | 36 |
| Octal | 352 | 26 | 377 | 10 | 133 | 0 | 0 | 447 | 144 | 66 |
| Binary | 11101010 | 10110 | 11111111 | 1000 | 1011011 | 0 | 0 | 100100111 | 1100100 | 110110 |
Color Harmonies of #EA16FF
Complementary color
Monochromatic Colors of #EA16FF
Black with #EA16FF
Text Example
Text Example
White with #EA16FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA16FF; }
p { color: rgb(234,22,255); }
H1.HeaderClassName
{
color: #EA16FF;
}
.AnyTagClassName
{
color: #EA16FF;
}
</style>
background-color css
<style>
a { background-color: #EA16FF; }
a { background-color: rgb(234,22,255); }
div.DivClassName
{
background-color: #EA16FF;
}
.BgClassName
{
background-color: #EA16FF;
}
</style>
border-color css
<style>
span { border-color: #EA16FF; }
span { border-color: rgb(234,22,255); }
td.TdClassName
{
border-color: #EA16FF;
}
.TagClassName
{
border-color: #EA16FF;
}
</style>