Shades of Psychedelic Purple #ED0BFF
Tints of Psychedelic Purple #ED0BFF
RGB
CMYK
RGB Variations
Color information
#ED0BFF (or 0xED0BFF) is known color: Psychedelic Purple. HEX triplet: ED, 0B and FF. RGB value is (237,11,255). Sum of RGB (Red+Green+Blue) = 237+11+255=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 11 (4.69% from 255 or 2.19% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED0BFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0BFF is #12F400. Grayscale: #696969. Windows color (decimal): -1242113 or 16714733. OLE color: 16714733.
HSL color Cylindrical-coordinate representation of color #ED0BFF: hue angle of 295.57º 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 #ED0BFF is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 11 | 255 | - |
| CMYK | 0.07 | 0.96 | 0 | 0 |
| HSL | 295.57º | 1% | 0.52% | - |
| HSV(B) | 295.57º | 0.96% | 1% | - |
| XYZ | 53.09 | 25.46 | 96.72 | - |
| YUV | 106.39 | 211.87 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 255 | 0.07 | 0.96 | 0 | 0 | 295.57 | 1 | 0.52 |
| Hex | ED | B | FF | 7 | 60 | 0 | 0 | 128 | 64 | 34 |
| Octal | 355 | 13 | 377 | 7 | 140 | 0 | 0 | 450 | 144 | 64 |
| Binary | 11101101 | 1011 | 11111111 | 111 | 1100000 | 0 | 0 | 100101000 | 1100100 | 110100 |
Color Harmonies of #ED0BFF
Complementary color
Monochromatic Colors of #ED0BFF
Black with #ED0BFF
Text Example
Text Example
White with #ED0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0BFF; }
p { color: rgb(237,11,255); }
H1.HeaderClassName
{
color: #ED0BFF;
}
.AnyTagClassName
{
color: #ED0BFF;
}
</style>
background-color css
<style>
a { background-color: #ED0BFF; }
a { background-color: rgb(237,11,255); }
div.DivClassName
{
background-color: #ED0BFF;
}
.BgClassName
{
background-color: #ED0BFF;
}
</style>
border-color css
<style>
span { border-color: #ED0BFF; }
span { border-color: rgb(237,11,255); }
td.TdClassName
{
border-color: #ED0BFF;
}
.TagClassName
{
border-color: #ED0BFF;
}
</style>