Shades of Psychedelic Purple #E103F5
Tints of Psychedelic Purple #E103F5
RGB
CMYK
RGB Variations
Color information
#E103F5 (or 0xE103F5) is known color: Psychedelic Purple. HEX triplet: E1, 03 and F5. RGB value is (225,3,245). Sum of RGB (Red+Green+Blue) = 225+3+245=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 3 (1.56% from 255 or 0.63% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #E103F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E103F5 is #1EFC0A. Grayscale: #606060. Windows color (decimal): -2030603 or 16057313. OLE color: 16057313.
HSL color Cylindrical-coordinate representation of color #E103F5: hue angle of 295.04º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E103F5 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 3 | 245 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.04 |
| HSL | 295.04º | 0.98% | 0.49% | - |
| HSV(B) | 295.04º | 0.99% | 0.96% | - |
| XYZ | 47.57 | 22.67 | 88.25 | - |
| YUV | 96.97 | 211.55 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 245 | 0.08 | 0.99 | 0 | 0.04 | 295.04 | 0.98 | 0.49 |
| Hex | E1 | 3 | F5 | 8 | 63 | 0 | 4 | 127 | 62 | 31 |
| Octal | 341 | 3 | 365 | 10 | 143 | 0 | 4 | 447 | 142 | 61 |
| Binary | 11100001 | 11 | 11110101 | 1000 | 1100011 | 0 | 100 | 100100111 | 1100010 | 110001 |
Color Harmonies of #E103F5
Complementary color
Monochromatic Colors of #E103F5
Black with #E103F5
Text Example
Text Example
White with #E103F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E103F5; }
p { color: rgb(225,3,245); }
H1.HeaderClassName
{
color: #E103F5;
}
.AnyTagClassName
{
color: #E103F5;
}
</style>
background-color css
<style>
a { background-color: #E103F5; }
a { background-color: rgb(225,3,245); }
div.DivClassName
{
background-color: #E103F5;
}
.BgClassName
{
background-color: #E103F5;
}
</style>
border-color css
<style>
span { border-color: #E103F5; }
span { border-color: rgb(225,3,245); }
td.TdClassName
{
border-color: #E103F5;
}
.TagClassName
{
border-color: #E103F5;
}
</style>