Shades of Psychedelic Purple #E103E9
Tints of Psychedelic Purple #E103E9
RGB
CMYK
RGB Variations
Color information
#E103E9 (or 0xE103E9) is known color: Psychedelic Purple. HEX triplet: E1, 03 and E9. RGB value is (225,3,233). Sum of RGB (Red+Green+Blue) = 225+3+233=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 3 (1.56% from 255 or 0.65% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #E103E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E103E9 is #1EFC16. Grayscale: #5E5E5E. Windows color (decimal): -2030615 or 15270881. OLE color: 15270881.
HSL color Cylindrical-coordinate representation of color #E103E9: hue angle of 297.91º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E103E9 is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 3 | 233 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.09 |
| HSL | 297.91º | 0.97% | 0.46% | - |
| HSV(B) | 297.91º | 0.99% | 0.91% | - |
| XYZ | 45.79 | 21.96 | 78.92 | - |
| YUV | 95.6 | 205.55 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 233 | 0.03 | 0.99 | 0 | 0.09 | 297.91 | 0.97 | 0.46 |
| Hex | E1 | 3 | E9 | 3 | 63 | 0 | 9 | 12A | 61 | 2E |
| Octal | 341 | 3 | 351 | 3 | 143 | 0 | 11 | 452 | 141 | 56 |
| Binary | 11100001 | 11 | 11101001 | 11 | 1100011 | 0 | 1001 | 100101010 | 1100001 | 101110 |
Color Harmonies of #E103E9
Complementary color
Monochromatic Colors of #E103E9
Black with #E103E9
Text Example
Text Example
White with #E103E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E103E9; }
p { color: rgb(225,3,233); }
H1.HeaderClassName
{
color: #E103E9;
}
.AnyTagClassName
{
color: #E103E9;
}
</style>
background-color css
<style>
a { background-color: #E103E9; }
a { background-color: rgb(225,3,233); }
div.DivClassName
{
background-color: #E103E9;
}
.BgClassName
{
background-color: #E103E9;
}
</style>
border-color css
<style>
span { border-color: #E103E9; }
span { border-color: rgb(225,3,233); }
td.TdClassName
{
border-color: #E103E9;
}
.TagClassName
{
border-color: #E103E9;
}
</style>