Shades of Psychedelic Purple #E709FF
Tints of Psychedelic Purple #E709FF
RGB
CMYK
RGB Variations
Color information
#E709FF (or 0xE709FF) is known color: Psychedelic Purple. HEX triplet: E7, 09 and FF. RGB value is (231,9,255). Sum of RGB (Red+Green+Blue) = 231+9+255=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 9 (3.91% from 255 or 1.82% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #E709FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E709FF is #18F600. Grayscale: #666666. Windows color (decimal): -1635841 or 16714215. OLE color: 16714215.
HSL color Cylindrical-coordinate representation of color #E709FF: hue angle of 294.15º 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 #E709FF is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 9 | 255 | - |
| CMYK | 0.09 | 0.96 | 0 | 0 |
| HSL | 294.15º | 1% | 0.52% | - |
| HSV(B) | 294.15º | 0.96% | 1% | - |
| XYZ | 51.1 | 24.4 | 96.62 | - |
| YUV | 103.42 | 213.55 | 219 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 255 | 0.09 | 0.96 | 0 | 0 | 294.15 | 1 | 0.52 |
| Hex | E7 | 9 | FF | 9 | 60 | 0 | 0 | 126 | 64 | 34 |
| Octal | 347 | 11 | 377 | 11 | 140 | 0 | 0 | 446 | 144 | 64 |
| Binary | 11100111 | 1001 | 11111111 | 1001 | 1100000 | 0 | 0 | 100100110 | 1100100 | 110100 |
Color Harmonies of #E709FF
Complementary color
Monochromatic Colors of #E709FF
Black with #E709FF
Text Example
Text Example
White with #E709FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E709FF; }
p { color: rgb(231,9,255); }
H1.HeaderClassName
{
color: #E709FF;
}
.AnyTagClassName
{
color: #E709FF;
}
</style>
background-color css
<style>
a { background-color: #E709FF; }
a { background-color: rgb(231,9,255); }
div.DivClassName
{
background-color: #E709FF;
}
.BgClassName
{
background-color: #E709FF;
}
</style>
border-color css
<style>
span { border-color: #E709FF; }
span { border-color: rgb(231,9,255); }
td.TdClassName
{
border-color: #E709FF;
}
.TagClassName
{
border-color: #E709FF;
}
</style>