Shades of Psychedelic Purple #E010EA
Tints of Psychedelic Purple #E010EA
RGB
CMYK
RGB Variations
Color information
#E010EA (or 0xE010EA) is known color: Psychedelic Purple. HEX triplet: E0, 10 and EA. RGB value is (224,16,234). Sum of RGB (Red+Green+Blue) = 224+16+234=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 16 (6.64% from 255 or 3.38% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #E010EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E010EA is #1FEF15. Grayscale: #666666. Windows color (decimal): -2092822 or 15339744. OLE color: 15339744.
HSL color Cylindrical-coordinate representation of color #E010EA: hue angle of 297.25º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E010EA is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 16 | 234 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.08 |
| HSL | 297.25º | 0.87% | 0.49% | - |
| HSV(B) | 297.25º | 0.93% | 0.92% | - |
| XYZ | 45.78 | 22.16 | 79.71 | - |
| YUV | 103.04 | 201.91 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 16 | 234 | 0.04 | 0.93 | 0 | 0.08 | 297.25 | 0.87 | 0.49 |
| Hex | E0 | 10 | EA | 4 | 5D | 0 | 8 | 129 | 57 | 31 |
| Octal | 340 | 20 | 352 | 4 | 135 | 0 | 10 | 451 | 127 | 61 |
| Binary | 11100000 | 10000 | 11101010 | 100 | 1011101 | 0 | 1000 | 100101001 | 1010111 | 110001 |
Color Harmonies of #E010EA
Complementary color
Monochromatic Colors of #E010EA
Black with #E010EA
Text Example
Text Example
White with #E010EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E010EA; }
p { color: rgb(224,16,234); }
H1.HeaderClassName
{
color: #E010EA;
}
.AnyTagClassName
{
color: #E010EA;
}
</style>
background-color css
<style>
a { background-color: #E010EA; }
a { background-color: rgb(224,16,234); }
div.DivClassName
{
background-color: #E010EA;
}
.BgClassName
{
background-color: #E010EA;
}
</style>
border-color css
<style>
span { border-color: #E010EA; }
span { border-color: rgb(224,16,234); }
td.TdClassName
{
border-color: #E010EA;
}
.TagClassName
{
border-color: #E010EA;
}
</style>