Shades of Psychedelic Purple #E906FB
Tints of Psychedelic Purple #E906FB
RGB
CMYK
RGB Variations
Color information
#E906FB (or 0xE906FB) is known color: Psychedelic Purple. HEX triplet: E9, 06 and FB. RGB value is (233,6,251). Sum of RGB (Red+Green+Blue) = 233+6+251=490 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.55% from 490); Green value is 6 (2.73% from 255 or 1.22% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #E906FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E906FB is #16F904. Grayscale: #656565. Windows color (decimal): -1505541 or 16451305. OLE color: 16451305.
HSL color Cylindrical-coordinate representation of color #E906FB: hue angle of 295.59º 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 #E906FB is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 233 | 6 | 251 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.02 |
| HSL | 295.59º | 0.97% | 0.5% | - |
| HSV(B) | 295.59º | 0.98% | 0.98% | - |
| XYZ | 51.08 | 24.42 | 93.29 | - |
| YUV | 101.8 | 212.21 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 251 | 0.07 | 0.98 | 0 | 0.02 | 295.59 | 0.97 | 0.5 |
| Hex | E9 | 6 | FB | 7 | 62 | 0 | 2 | 128 | 61 | 32 |
| Octal | 351 | 6 | 373 | 7 | 142 | 0 | 2 | 450 | 141 | 62 |
| Binary | 11101001 | 110 | 11111011 | 111 | 1100010 | 0 | 10 | 100101000 | 1100001 | 110010 |
Color Harmonies of #E906FB
Complementary color
Monochromatic Colors of #E906FB
Black with #E906FB
Text Example
Text Example
White with #E906FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E906FB; }
p { color: rgb(233,6,251); }
H1.HeaderClassName
{
color: #E906FB;
}
.AnyTagClassName
{
color: #E906FB;
}
</style>
background-color css
<style>
a { background-color: #E906FB; }
a { background-color: rgb(233,6,251); }
div.DivClassName
{
background-color: #E906FB;
}
.BgClassName
{
background-color: #E906FB;
}
</style>
border-color css
<style>
span { border-color: #E906FB; }
span { border-color: rgb(233,6,251); }
td.TdClassName
{
border-color: #E906FB;
}
.TagClassName
{
border-color: #E906FB;
}
</style>