Shades of Psychedelic Purple #E103F9
Tints of Psychedelic Purple #E103F9
RGB
CMYK
RGB Variations
Color information
#E103F9 (or 0xE103F9) is known color: Psychedelic Purple. HEX triplet: E1, 03 and F9. RGB value is (225,3,249). Sum of RGB (Red+Green+Blue) = 225+3+249=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 3 (1.56% from 255 or 0.63% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #E103F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E103F9 is #1EFC06. Grayscale: #606060. Windows color (decimal): -2030599 or 16319457. OLE color: 16319457.
HSL color Cylindrical-coordinate representation of color #E103F9: hue angle of 294.15º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E103F9 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 3 | 249 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.02 |
| HSL | 294.15º | 0.98% | 0.49% | - |
| HSV(B) | 294.15º | 0.99% | 0.98% | - |
| XYZ | 48.18 | 22.91 | 91.51 | - |
| YUV | 97.42 | 213.55 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 249 | 0.10 | 0.99 | 0 | 0.02 | 294.15 | 0.98 | 0.49 |
| Hex | E1 | 3 | F9 | A | 63 | 0 | 2 | 126 | 62 | 31 |
| Octal | 341 | 3 | 371 | 12 | 143 | 0 | 2 | 446 | 142 | 61 |
| Binary | 11100001 | 11 | 11111001 | 1010 | 1100011 | 0 | 10 | 100100110 | 1100010 | 110001 |
Color Harmonies of #E103F9
Complementary color
Monochromatic Colors of #E103F9
Black with #E103F9
Text Example
Text Example
White with #E103F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E103F9; }
p { color: rgb(225,3,249); }
H1.HeaderClassName
{
color: #E103F9;
}
.AnyTagClassName
{
color: #E103F9;
}
</style>
background-color css
<style>
a { background-color: #E103F9; }
a { background-color: rgb(225,3,249); }
div.DivClassName
{
background-color: #E103F9;
}
.BgClassName
{
background-color: #E103F9;
}
</style>
border-color css
<style>
span { border-color: #E103F9; }
span { border-color: rgb(225,3,249); }
td.TdClassName
{
border-color: #E103F9;
}
.TagClassName
{
border-color: #E103F9;
}
</style>