Shades of Psychedelic Purple #E103EF
Tints of Psychedelic Purple #E103EF
RGB
CMYK
RGB Variations
Color information
#E103EF (or 0xE103EF) is known color: Psychedelic Purple. HEX triplet: E1, 03 and EF. RGB value is (225,3,239). Sum of RGB (Red+Green+Blue) = 225+3+239=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 3 (1.56% from 255 or 0.64% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #E103EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E103EF is #1EFC10. Grayscale: #5F5F5F. Windows color (decimal): -2030609 or 15664097. OLE color: 15664097.
HSL color Cylindrical-coordinate representation of color #E103EF: hue angle of 296.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E103EF is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 3 | 239 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.06 |
| HSL | 296.44º | 0.98% | 0.47% | - |
| HSV(B) | 296.44º | 0.99% | 0.94% | - |
| XYZ | 46.66 | 22.3 | 83.51 | - |
| YUV | 96.28 | 208.55 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 239 | 0.06 | 0.99 | 0 | 0.06 | 296.44 | 0.98 | 0.47 |
| Hex | E1 | 3 | EF | 6 | 63 | 0 | 6 | 128 | 62 | 2F |
| Octal | 341 | 3 | 357 | 6 | 143 | 0 | 6 | 450 | 142 | 57 |
| Binary | 11100001 | 11 | 11101111 | 110 | 1100011 | 0 | 110 | 100101000 | 1100010 | 101111 |
Color Harmonies of #E103EF
Complementary color
Monochromatic Colors of #E103EF
Black with #E103EF
Text Example
Text Example
White with #E103EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E103EF; }
p { color: rgb(225,3,239); }
H1.HeaderClassName
{
color: #E103EF;
}
.AnyTagClassName
{
color: #E103EF;
}
</style>
background-color css
<style>
a { background-color: #E103EF; }
a { background-color: rgb(225,3,239); }
div.DivClassName
{
background-color: #E103EF;
}
.BgClassName
{
background-color: #E103EF;
}
</style>
border-color css
<style>
span { border-color: #E103EF; }
span { border-color: rgb(225,3,239); }
td.TdClassName
{
border-color: #E103EF;
}
.TagClassName
{
border-color: #E103EF;
}
</style>