Shades of Psychedelic Purple #E709ED
Tints of Psychedelic Purple #E709ED
RGB
CMYK
RGB Variations
Color information
#E709ED (or 0xE709ED) is known color: Psychedelic Purple. HEX triplet: E7, 09 and ED. RGB value is (231,9,237). Sum of RGB (Red+Green+Blue) = 231+9+237=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 9 (3.91% from 255 or 1.89% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #E709ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E709ED is #18F612. Grayscale: #646464. Windows color (decimal): -1635859 or 15534567. OLE color: 15534567.
HSL color Cylindrical-coordinate representation of color #E709ED: hue angle of 298.42º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E709ED is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 9 | 237 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.07 |
| HSL | 298.42º | 0.93% | 0.48% | - |
| HSV(B) | 298.42º | 0.96% | 0.93% | - |
| XYZ | 48.34 | 23.3 | 82.07 | - |
| YUV | 101.37 | 204.55 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 237 | 0.03 | 0.96 | 0 | 0.07 | 298.42 | 0.93 | 0.48 |
| Hex | E7 | 9 | ED | 3 | 60 | 0 | 7 | 12A | 5D | 30 |
| Octal | 347 | 11 | 355 | 3 | 140 | 0 | 7 | 452 | 135 | 60 |
| Binary | 11100111 | 1001 | 11101101 | 11 | 1100000 | 0 | 111 | 100101010 | 1011101 | 110000 |
Color Harmonies of #E709ED
Complementary color
Monochromatic Colors of #E709ED
Black with #E709ED
Text Example
Text Example
White with #E709ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E709ED; }
p { color: rgb(231,9,237); }
H1.HeaderClassName
{
color: #E709ED;
}
.AnyTagClassName
{
color: #E709ED;
}
</style>
background-color css
<style>
a { background-color: #E709ED; }
a { background-color: rgb(231,9,237); }
div.DivClassName
{
background-color: #E709ED;
}
.BgClassName
{
background-color: #E709ED;
}
</style>
border-color css
<style>
span { border-color: #E709ED; }
span { border-color: rgb(231,9,237); }
td.TdClassName
{
border-color: #E709ED;
}
.TagClassName
{
border-color: #E709ED;
}
</style>