Shades of Psychedelic Purple #ED0BF7
Tints of Psychedelic Purple #ED0BF7
RGB
CMYK
RGB Variations
Color information
#ED0BF7 (or 0xED0BF7) is known color: Psychedelic Purple. HEX triplet: ED, 0B and F7. RGB value is (237,11,247). Sum of RGB (Red+Green+Blue) = 237+11+247=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 11 (4.69% from 255 or 2.22% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #ED0BF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0BF7 is #12F408. Grayscale: #686868. Windows color (decimal): -1242121 or 16190445. OLE color: 16190445.
HSL color Cylindrical-coordinate representation of color #ED0BF7: hue angle of 297.46º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0BF7 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 11 | 247 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.03 |
| HSL | 297.46º | 0.94% | 0.51% | - |
| HSV(B) | 297.46º | 0.96% | 0.97% | - |
| XYZ | 51.83 | 24.96 | 90.08 | - |
| YUV | 105.48 | 207.87 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 247 | 0.04 | 0.96 | 0 | 0.03 | 297.46 | 0.94 | 0.51 |
| Hex | ED | B | F7 | 4 | 60 | 0 | 3 | 129 | 5E | 33 |
| Octal | 355 | 13 | 367 | 4 | 140 | 0 | 3 | 451 | 136 | 63 |
| Binary | 11101101 | 1011 | 11110111 | 100 | 1100000 | 0 | 11 | 100101001 | 1011110 | 110011 |
Color Harmonies of #ED0BF7
Complementary color
Monochromatic Colors of #ED0BF7
Black with #ED0BF7
Text Example
Text Example
White with #ED0BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0BF7; }
p { color: rgb(237,11,247); }
H1.HeaderClassName
{
color: #ED0BF7;
}
.AnyTagClassName
{
color: #ED0BF7;
}
</style>
background-color css
<style>
a { background-color: #ED0BF7; }
a { background-color: rgb(237,11,247); }
div.DivClassName
{
background-color: #ED0BF7;
}
.BgClassName
{
background-color: #ED0BF7;
}
</style>
border-color css
<style>
span { border-color: #ED0BF7; }
span { border-color: rgb(237,11,247); }
td.TdClassName
{
border-color: #ED0BF7;
}
.TagClassName
{
border-color: #ED0BF7;
}
</style>