Shades of Psychedelic Purple #E906FF
Tints of Psychedelic Purple #E906FF
RGB
CMYK
RGB Variations
Color information
#E906FF (or 0xE906FF) is known color: Psychedelic Purple. HEX triplet: E9, 06 and FF. RGB value is (233,6,255). Sum of RGB (Red+Green+Blue) = 233+6+255=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 6 (2.73% from 255 or 1.21% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #E906FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E906FF is #16F900. Grayscale: #656565. Windows color (decimal): -1505537 or 16713449. OLE color: 16713449.
HSL color Cylindrical-coordinate representation of color #E906FF: hue angle of 294.7º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E906FF is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 233 | 6 | 255 | - |
| CMYK | 0.09 | 0.98 | 0 | 0 |
| HSL | 294.7º | 1% | 0.51% | - |
| HSV(B) | 294.7º | 0.98% | 1% | - |
| XYZ | 51.72 | 24.67 | 96.64 | - |
| YUV | 102.26 | 214.21 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 255 | 0.09 | 0.98 | 0 | 0 | 294.7 | 1 | 0.51 |
| Hex | E9 | 6 | FF | 9 | 62 | 0 | 0 | 127 | 64 | 33 |
| Octal | 351 | 6 | 377 | 11 | 142 | 0 | 0 | 447 | 144 | 63 |
| Binary | 11101001 | 110 | 11111111 | 1001 | 1100010 | 0 | 0 | 100100111 | 1100100 | 110011 |
Color Harmonies of #E906FF
Complementary color
Monochromatic Colors of #E906FF
Black with #E906FF
Text Example
Text Example
White with #E906FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E906FF; }
p { color: rgb(233,6,255); }
H1.HeaderClassName
{
color: #E906FF;
}
.AnyTagClassName
{
color: #E906FF;
}
</style>
background-color css
<style>
a { background-color: #E906FF; }
a { background-color: rgb(233,6,255); }
div.DivClassName
{
background-color: #E906FF;
}
.BgClassName
{
background-color: #E906FF;
}
</style>
border-color css
<style>
span { border-color: #E906FF; }
span { border-color: rgb(233,6,255); }
td.TdClassName
{
border-color: #E906FF;
}
.TagClassName
{
border-color: #E906FF;
}
</style>