Shades of Psychedelic Purple #EA10FF
Tints of Psychedelic Purple #EA10FF
RGB
CMYK
RGB Variations
Color information
#EA10FF (or 0xEA10FF) is known color: Psychedelic Purple. HEX triplet: EA, 10 and FF. RGB value is (234,16,255). Sum of RGB (Red+Green+Blue) = 234+16+255=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 16 (6.64% from 255 or 3.17% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #EA10FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EA10FF is #15EF00. Grayscale: #6B6B6B. Windows color (decimal): -1437441 or 16716010. OLE color: 16716010.
HSL color Cylindrical-coordinate representation of color #EA10FF: hue angle of 294.73º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA10FF is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 16 | 255 | - |
| CMYK | 0.08 | 0.94 | 0 | 0 |
| HSL | 294.73º | 1% | 0.53% | - |
| HSV(B) | 294.73º | 0.94% | 1% | - |
| XYZ | 52.17 | 25.08 | 96.7 | - |
| YUV | 108.43 | 210.72 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 16 | 255 | 0.08 | 0.94 | 0 | 0 | 294.73 | 1 | 0.53 |
| Hex | EA | 10 | FF | 8 | 5E | 0 | 0 | 127 | 64 | 35 |
| Octal | 352 | 20 | 377 | 10 | 136 | 0 | 0 | 447 | 144 | 65 |
| Binary | 11101010 | 10000 | 11111111 | 1000 | 1011110 | 0 | 0 | 100100111 | 1100100 | 110101 |
Color Harmonies of #EA10FF
Complementary color
Monochromatic Colors of #EA10FF
Black with #EA10FF
Text Example
Text Example
White with #EA10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA10FF; }
p { color: rgb(234,16,255); }
H1.HeaderClassName
{
color: #EA10FF;
}
.AnyTagClassName
{
color: #EA10FF;
}
</style>
background-color css
<style>
a { background-color: #EA10FF; }
a { background-color: rgb(234,16,255); }
div.DivClassName
{
background-color: #EA10FF;
}
.BgClassName
{
background-color: #EA10FF;
}
</style>
border-color css
<style>
span { border-color: #EA10FF; }
span { border-color: rgb(234,16,255); }
td.TdClassName
{
border-color: #EA10FF;
}
.TagClassName
{
border-color: #EA10FF;
}
</style>