Shades of Psychedelic Purple #E209FF
Tints of Psychedelic Purple #E209FF
RGB
CMYK
RGB Variations
Color information
#E209FF (or 0xE209FF) is known color: Psychedelic Purple. HEX triplet: E2, 09 and FF. RGB value is (226,9,255). Sum of RGB (Red+Green+Blue) = 226+9+255=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 9 (3.91% from 255 or 1.84% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #E209FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E209FF is #1DF600. Grayscale: #656565. Windows color (decimal): -1963521 or 16714210. OLE color: 16714210.
HSL color Cylindrical-coordinate representation of color #E209FF: hue angle of 292.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E209FF is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 9 | 255 | - |
| CMYK | 0.11 | 0.96 | 0 | 0 |
| HSL | 292.93º | 1% | 0.52% | - |
| HSV(B) | 292.93º | 0.96% | 1% | - |
| XYZ | 49.51 | 23.58 | 96.55 | - |
| YUV | 101.93 | 214.39 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 255 | 0.11 | 0.96 | 0 | 0 | 292.93 | 1 | 0.52 |
| Hex | E2 | 9 | FF | B | 60 | 0 | 0 | 125 | 64 | 34 |
| Octal | 342 | 11 | 377 | 13 | 140 | 0 | 0 | 445 | 144 | 64 |
| Binary | 11100010 | 1001 | 11111111 | 1011 | 1100000 | 0 | 0 | 100100101 | 1100100 | 110100 |
Color Harmonies of #E209FF
Complementary color
Monochromatic Colors of #E209FF
Black with #E209FF
Text Example
Text Example
White with #E209FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E209FF; }
p { color: rgb(226,9,255); }
H1.HeaderClassName
{
color: #E209FF;
}
.AnyTagClassName
{
color: #E209FF;
}
</style>
background-color css
<style>
a { background-color: #E209FF; }
a { background-color: rgb(226,9,255); }
div.DivClassName
{
background-color: #E209FF;
}
.BgClassName
{
background-color: #E209FF;
}
</style>
border-color css
<style>
span { border-color: #E209FF; }
span { border-color: rgb(226,9,255); }
td.TdClassName
{
border-color: #E209FF;
}
.TagClassName
{
border-color: #E209FF;
}
</style>