Shades of Psychedelic Purple #E906E6
Tints of Psychedelic Purple #E906E6
RGB
CMYK
RGB Variations
Color information
#E906E6 (or 0xE906E6) is known color: Psychedelic Purple. HEX triplet: E9, 06 and E6. RGB value is (233,6,230). Sum of RGB (Red+Green+Blue) = 233+6+230=469 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.68% from 469); Green value is 6 (2.73% from 255 or 1.28% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 233 - color contains mainly: red. Hex color #E906E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E906E6 is #16F919. Grayscale: #626262. Windows color (decimal): -1505562 or 15075049. OLE color: 15075049.
HSL color Cylindrical-coordinate representation of color #E906E6: hue angle of 300.79º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E906E6 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 6 | 230 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.09 |
| HSL | 300.79º | 0.95% | 0.47% | - |
| HSV(B) | 300.79º | 0.97% | 0.91% | - |
| XYZ | 47.95 | 23.17 | 76.81 | - |
| YUV | 99.41 | 201.71 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 230 | 0 | 0.97 | 0.01 | 0.09 | 300.79 | 0.95 | 0.47 |
| Hex | E9 | 6 | E6 | 0 | 61 | 1 | 9 | 12D | 5F | 2F |
| Octal | 351 | 6 | 346 | 0 | 141 | 1 | 11 | 455 | 137 | 57 |
| Binary | 11101001 | 110 | 11100110 | 0 | 1100001 | 1 | 1001 | 100101101 | 1011111 | 101111 |
Color Harmonies of #E906E6
Complementary color
Monochromatic Colors of #E906E6
Black with #E906E6
Text Example
Text Example
White with #E906E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E906E6; }
p { color: rgb(233,6,230); }
H1.HeaderClassName
{
color: #E906E6;
}
.AnyTagClassName
{
color: #E906E6;
}
</style>
background-color css
<style>
a { background-color: #E906E6; }
a { background-color: rgb(233,6,230); }
div.DivClassName
{
background-color: #E906E6;
}
.BgClassName
{
background-color: #E906E6;
}
</style>
border-color css
<style>
span { border-color: #E906E6; }
span { border-color: rgb(233,6,230); }
td.TdClassName
{
border-color: #E906E6;
}
.TagClassName
{
border-color: #E906E6;
}
</style>