Shades of Psychedelic Purple #E406FB
Tints of Psychedelic Purple #E406FB
RGB
CMYK
RGB Variations
Color information
#E406FB (or 0xE406FB) is known color: Psychedelic Purple. HEX triplet: E4, 06 and FB. RGB value is (228,6,251). Sum of RGB (Red+Green+Blue) = 228+6+251=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 6 (2.73% from 255 or 1.24% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #E406FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E406FB is #1BF904. Grayscale: #636363. Windows color (decimal): -1833221 or 16451300. OLE color: 16451300.
HSL color Cylindrical-coordinate representation of color #E406FB: hue angle of 294.37º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E406FB is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 6 | 251 | - |
| CMYK | 0.09 | 0.98 | 0 | 0.02 |
| HSL | 294.37º | 0.97% | 0.5% | - |
| HSV(B) | 294.37º | 0.98% | 0.98% | - |
| XYZ | 49.47 | 23.59 | 93.21 | - |
| YUV | 100.31 | 213.05 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 251 | 0.09 | 0.98 | 0 | 0.02 | 294.37 | 0.97 | 0.5 |
| Hex | E4 | 6 | FB | 9 | 62 | 0 | 2 | 126 | 61 | 32 |
| Octal | 344 | 6 | 373 | 11 | 142 | 0 | 2 | 446 | 141 | 62 |
| Binary | 11100100 | 110 | 11111011 | 1001 | 1100010 | 0 | 10 | 100100110 | 1100001 | 110010 |
Color Harmonies of #E406FB
Complementary color
Monochromatic Colors of #E406FB
Black with #E406FB
Text Example
Text Example
White with #E406FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E406FB; }
p { color: rgb(228,6,251); }
H1.HeaderClassName
{
color: #E406FB;
}
.AnyTagClassName
{
color: #E406FB;
}
</style>
background-color css
<style>
a { background-color: #E406FB; }
a { background-color: rgb(228,6,251); }
div.DivClassName
{
background-color: #E406FB;
}
.BgClassName
{
background-color: #E406FB;
}
</style>
border-color css
<style>
span { border-color: #E406FB; }
span { border-color: rgb(228,6,251); }
td.TdClassName
{
border-color: #E406FB;
}
.TagClassName
{
border-color: #E406FB;
}
</style>