Shades of Psychedelic Purple #ED0BF6
Tints of Psychedelic Purple #ED0BF6
RGB
CMYK
RGB Variations
Color information
#ED0BF6 (or 0xED0BF6) is known color: Psychedelic Purple. HEX triplet: ED, 0B and F6. RGB value is (237,11,246). Sum of RGB (Red+Green+Blue) = 237+11+246=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 11 (4.69% from 255 or 2.23% from 494); Blue value is 246 (96.48% from 255 or 49.80% from 494); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED0BF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0BF6 is #12F409. Grayscale: #686868. Windows color (decimal): -1242122 or 16124909. OLE color: 16124909.
HSL color Cylindrical-coordinate representation of color #ED0BF6: hue angle of 297.7º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0BF6 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 11 | 246 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.04 |
| HSL | 297.7º | 0.93% | 0.5% | - |
| HSV(B) | 297.7º | 0.96% | 0.96% | - |
| XYZ | 51.68 | 24.9 | 89.27 | - |
| YUV | 105.36 | 207.37 | 221.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 246 | 0.04 | 0.96 | 0 | 0.04 | 297.7 | 0.93 | 0.5 |
| Hex | ED | B | F6 | 4 | 60 | 0 | 4 | 12A | 5D | 32 |
| Octal | 355 | 13 | 366 | 4 | 140 | 0 | 4 | 452 | 135 | 62 |
| Binary | 11101101 | 1011 | 11110110 | 100 | 1100000 | 0 | 100 | 100101010 | 1011101 | 110010 |
Color Harmonies of #ED0BF6
Complementary color
Monochromatic Colors of #ED0BF6
Black with #ED0BF6
Text Example
Text Example
White with #ED0BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0BF6; }
p { color: rgb(237,11,246); }
H1.HeaderClassName
{
color: #ED0BF6;
}
.AnyTagClassName
{
color: #ED0BF6;
}
</style>
background-color css
<style>
a { background-color: #ED0BF6; }
a { background-color: rgb(237,11,246); }
div.DivClassName
{
background-color: #ED0BF6;
}
.BgClassName
{
background-color: #ED0BF6;
}
</style>
border-color css
<style>
span { border-color: #ED0BF6; }
span { border-color: rgb(237,11,246); }
td.TdClassName
{
border-color: #ED0BF6;
}
.TagClassName
{
border-color: #ED0BF6;
}
</style>