Shades of Psychedelic Purple #E906EA
Tints of Psychedelic Purple #E906EA
RGB
CMYK
RGB Variations
Color information
#E906EA (or 0xE906EA) is known color: Psychedelic Purple. HEX triplet: E9, 06 and EA. RGB value is (233,6,234). Sum of RGB (Red+Green+Blue) = 233+6+234=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 6 (2.73% from 255 or 1.27% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #E906EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E906EA is #16F915. Grayscale: #636363. Windows color (decimal): -1505558 or 15337193. OLE color: 15337193.
HSL color Cylindrical-coordinate representation of color #E906EA: hue angle of 299.74º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E906EA is Cyan = 0.00, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 6 | 234 | - |
| CMYK | 0.00 | 0.97 | 0 | 0.08 |
| HSL | 299.74º | 0.95% | 0.47% | - |
| HSV(B) | 299.74º | 0.97% | 0.92% | - |
| XYZ | 48.52 | 23.39 | 79.8 | - |
| YUV | 99.87 | 203.71 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 6 | 234 | 0.00 | 0.97 | 0 | 0.08 | 299.74 | 0.95 | 0.47 |
| Hex | E9 | 6 | EA | 0 | 61 | 0 | 8 | 12C | 5F | 2F |
| Octal | 351 | 6 | 352 | 0 | 141 | 0 | 10 | 454 | 137 | 57 |
| Binary | 11101001 | 110 | 11101010 | 0 | 1100001 | 0 | 1000 | 100101100 | 1011111 | 101111 |
Color Harmonies of #E906EA
Complementary color
Monochromatic Colors of #E906EA
Black with #E906EA
Text Example
Text Example
White with #E906EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E906EA; }
p { color: rgb(233,6,234); }
H1.HeaderClassName
{
color: #E906EA;
}
.AnyTagClassName
{
color: #E906EA;
}
</style>
background-color css
<style>
a { background-color: #E906EA; }
a { background-color: rgb(233,6,234); }
div.DivClassName
{
background-color: #E906EA;
}
.BgClassName
{
background-color: #E906EA;
}
</style>
border-color css
<style>
span { border-color: #E906EA; }
span { border-color: rgb(233,6,234); }
td.TdClassName
{
border-color: #E906EA;
}
.TagClassName
{
border-color: #E906EA;
}
</style>