Shades of Psychedelic Purple #E130FD
Tints of Psychedelic Purple #E130FD
RGB
CMYK
RGB Variations
Color information
#E130FD (or 0xE130FD) is known color: Psychedelic Purple. HEX triplet: E1, 30 and FD. RGB value is (225,48,253). Sum of RGB (Red+Green+Blue) = 225+48+253=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 48 (19.14% from 255 or 9.13% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #E130FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E130FD is #1ECF02. Grayscale: #7B7B7B. Windows color (decimal): -2019075 or 16593121. OLE color: 16593121.
HSL color Cylindrical-coordinate representation of color #E130FD: hue angle of 291.8º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E130FD is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 48 | 253 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.01 |
| HSL | 291.8º | 0.98% | 0.59% | - |
| HSV(B) | 291.8º | 0.81% | 0.99% | - |
| XYZ | 49.84 | 25.21 | 95.17 | - |
| YUV | 124.29 | 200.64 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 253 | 0.11 | 0.81 | 0 | 0.01 | 291.8 | 0.98 | 0.59 |
| Hex | E1 | 30 | FD | B | 51 | 0 | 1 | 124 | 62 | 3B |
| Octal | 341 | 60 | 375 | 13 | 121 | 0 | 1 | 444 | 142 | 73 |
| Binary | 11100001 | 110000 | 11111101 | 1011 | 1010001 | 0 | 1 | 100100100 | 1100010 | 111011 |
Color Harmonies of #E130FD
Complementary color
Monochromatic Colors of #E130FD
Black with #E130FD
Text Example
Text Example
White with #E130FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E130FD; }
p { color: rgb(225,48,253); }
H1.HeaderClassName
{
color: #E130FD;
}
.AnyTagClassName
{
color: #E130FD;
}
</style>
background-color css
<style>
a { background-color: #E130FD; }
a { background-color: rgb(225,48,253); }
div.DivClassName
{
background-color: #E130FD;
}
.BgClassName
{
background-color: #E130FD;
}
</style>
border-color css
<style>
span { border-color: #E130FD; }
span { border-color: rgb(225,48,253); }
td.TdClassName
{
border-color: #E130FD;
}
.TagClassName
{
border-color: #E130FD;
}
</style>