Shades of Psychedelic Purple #E105EA
Tints of Psychedelic Purple #E105EA
RGB
CMYK
RGB Variations
Color information
#E105EA (or 0xE105EA) is known color: Psychedelic Purple. HEX triplet: E1, 05 and EA. RGB value is (225,5,234). Sum of RGB (Red+Green+Blue) = 225+5+234=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 5 (2.34% from 255 or 1.08% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #E105EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E105EA is #1EFA15. Grayscale: #606060. Windows color (decimal): -2030102 or 15336929. OLE color: 15336929.
HSL color Cylindrical-coordinate representation of color #E105EA: hue angle of 297.64º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E105EA is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 5 | 234 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.08 |
| HSL | 297.64º | 0.96% | 0.47% | - |
| HSV(B) | 297.64º | 0.98% | 0.92% | - |
| XYZ | 45.96 | 22.06 | 79.68 | - |
| YUV | 96.89 | 205.39 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 234 | 0.04 | 0.98 | 0 | 0.08 | 297.64 | 0.96 | 0.47 |
| Hex | E1 | 5 | EA | 4 | 62 | 0 | 8 | 12A | 60 | 2F |
| Octal | 341 | 5 | 352 | 4 | 142 | 0 | 10 | 452 | 140 | 57 |
| Binary | 11100001 | 101 | 11101010 | 100 | 1100010 | 0 | 1000 | 100101010 | 1100000 | 101111 |
Color Harmonies of #E105EA
Complementary color
Monochromatic Colors of #E105EA
Black with #E105EA
Text Example
Text Example
White with #E105EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E105EA; }
p { color: rgb(225,5,234); }
H1.HeaderClassName
{
color: #E105EA;
}
.AnyTagClassName
{
color: #E105EA;
}
</style>
background-color css
<style>
a { background-color: #E105EA; }
a { background-color: rgb(225,5,234); }
div.DivClassName
{
background-color: #E105EA;
}
.BgClassName
{
background-color: #E105EA;
}
</style>
border-color css
<style>
span { border-color: #E105EA; }
span { border-color: rgb(225,5,234); }
td.TdClassName
{
border-color: #E105EA;
}
.TagClassName
{
border-color: #E105EA;
}
</style>