Shades of Psychedelic Purple #E309FF
Tints of Psychedelic Purple #E309FF
RGB
CMYK
RGB Variations
Color information
#E309FF (or 0xE309FF) is known color: Psychedelic Purple. HEX triplet: E3, 09 and FF. RGB value is (227,9,255). Sum of RGB (Red+Green+Blue) = 227+9+255=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 9 (3.91% from 255 or 1.83% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #E309FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E309FF is #1CF600. Grayscale: #656565. Windows color (decimal): -1897985 or 16714211. OLE color: 16714211.
HSL color Cylindrical-coordinate representation of color #E309FF: hue angle of 293.17º 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 #E309FF is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 9 | 255 | - |
| CMYK | 0.11 | 0.96 | 0 | 0 |
| HSL | 293.17º | 1% | 0.52% | - |
| HSV(B) | 293.17º | 0.96% | 1% | - |
| XYZ | 49.83 | 23.75 | 96.57 | - |
| YUV | 102.23 | 214.22 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 9 | 255 | 0.11 | 0.96 | 0 | 0 | 293.17 | 1 | 0.52 |
| Hex | E3 | 9 | FF | B | 60 | 0 | 0 | 125 | 64 | 34 |
| Octal | 343 | 11 | 377 | 13 | 140 | 0 | 0 | 445 | 144 | 64 |
| Binary | 11100011 | 1001 | 11111111 | 1011 | 1100000 | 0 | 0 | 100100101 | 1100100 | 110100 |
Color Harmonies of #E309FF
Complementary color
Monochromatic Colors of #E309FF
Black with #E309FF
Text Example
Text Example
White with #E309FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E309FF; }
p { color: rgb(227,9,255); }
H1.HeaderClassName
{
color: #E309FF;
}
.AnyTagClassName
{
color: #E309FF;
}
</style>
background-color css
<style>
a { background-color: #E309FF; }
a { background-color: rgb(227,9,255); }
div.DivClassName
{
background-color: #E309FF;
}
.BgClassName
{
background-color: #E309FF;
}
</style>
border-color css
<style>
span { border-color: #E309FF; }
span { border-color: rgb(227,9,255); }
td.TdClassName
{
border-color: #E309FF;
}
.TagClassName
{
border-color: #E309FF;
}
</style>