Shades of Psychedelic Purple #E12BFD
Tints of Psychedelic Purple #E12BFD
RGB
CMYK
RGB Variations
Color information
#E12BFD (or 0xE12BFD) is known color: Psychedelic Purple. HEX triplet: E1, 2B and FD. RGB value is (225,43,253). Sum of RGB (Red+Green+Blue) = 225+43+253=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 43 (17.19% from 255 or 8.25% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #E12BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12BFD is #1ED402. Grayscale: #787878. Windows color (decimal): -2020355 or 16591841. OLE color: 16591841.
HSL color Cylindrical-coordinate representation of color #E12BFD: hue angle of 292º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12BFD is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 43 | 253 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.01 |
| HSL | 292º | 0.98% | 0.58% | - |
| HSV(B) | 292º | 0.83% | 0.99% | - |
| XYZ | 49.64 | 24.83 | 95.1 | - |
| YUV | 121.36 | 202.3 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 43 | 253 | 0.11 | 0.83 | 0 | 0.01 | 292 | 0.98 | 0.58 |
| Hex | E1 | 2B | FD | B | 53 | 0 | 1 | 124 | 62 | 3A |
| Octal | 341 | 53 | 375 | 13 | 123 | 0 | 1 | 444 | 142 | 72 |
| Binary | 11100001 | 101011 | 11111101 | 1011 | 1010011 | 0 | 1 | 100100100 | 1100010 | 111010 |
Color Harmonies of #E12BFD
Complementary color
Monochromatic Colors of #E12BFD
Black with #E12BFD
Text Example
Text Example
White with #E12BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12BFD; }
p { color: rgb(225,43,253); }
H1.HeaderClassName
{
color: #E12BFD;
}
.AnyTagClassName
{
color: #E12BFD;
}
</style>
background-color css
<style>
a { background-color: #E12BFD; }
a { background-color: rgb(225,43,253); }
div.DivClassName
{
background-color: #E12BFD;
}
.BgClassName
{
background-color: #E12BFD;
}
</style>
border-color css
<style>
span { border-color: #E12BFD; }
span { border-color: rgb(225,43,253); }
td.TdClassName
{
border-color: #E12BFD;
}
.TagClassName
{
border-color: #E12BFD;
}
</style>