Shades of Psychedelic Purple #E105FD
Tints of Psychedelic Purple #E105FD
RGB
CMYK
RGB Variations
Color information
#E105FD (or 0xE105FD) is known color: Psychedelic Purple. HEX triplet: E1, 05 and FD. RGB value is (225,5,253). Sum of RGB (Red+Green+Blue) = 225+5+253=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 5 (2.34% from 255 or 1.04% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #E105FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E105FD is #1EFA02. Grayscale: #626262. Windows color (decimal): -2030083 or 16582113. OLE color: 16582113.
HSL color Cylindrical-coordinate representation of color #E105FD: hue angle of 293.23º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E105FD is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 5 | 253 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.01 |
| HSL | 293.23º | 0.98% | 0.51% | - |
| HSV(B) | 293.23º | 0.98% | 0.99% | - |
| XYZ | 48.84 | 23.21 | 94.83 | - |
| YUV | 99.05 | 214.89 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 253 | 0.11 | 0.98 | 0 | 0.01 | 293.23 | 0.98 | 0.51 |
| Hex | E1 | 5 | FD | B | 62 | 0 | 1 | 125 | 62 | 33 |
| Octal | 341 | 5 | 375 | 13 | 142 | 0 | 1 | 445 | 142 | 63 |
| Binary | 11100001 | 101 | 11111101 | 1011 | 1100010 | 0 | 1 | 100100101 | 1100010 | 110011 |
Color Harmonies of #E105FD
Complementary color
Monochromatic Colors of #E105FD
Black with #E105FD
Text Example
Text Example
White with #E105FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E105FD; }
p { color: rgb(225,5,253); }
H1.HeaderClassName
{
color: #E105FD;
}
.AnyTagClassName
{
color: #E105FD;
}
</style>
background-color css
<style>
a { background-color: #E105FD; }
a { background-color: rgb(225,5,253); }
div.DivClassName
{
background-color: #E105FD;
}
.BgClassName
{
background-color: #E105FD;
}
</style>
border-color css
<style>
span { border-color: #E105FD; }
span { border-color: rgb(225,5,253); }
td.TdClassName
{
border-color: #E105FD;
}
.TagClassName
{
border-color: #E105FD;
}
</style>