Shades of Psychedelic Purple #ED0BFD
Tints of Psychedelic Purple #ED0BFD
RGB
CMYK
RGB Variations
Color information
#ED0BFD (or 0xED0BFD) is known color: Psychedelic Purple. HEX triplet: ED, 0B and FD. RGB value is (237,11,253). Sum of RGB (Red+Green+Blue) = 237+11+253=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 11 (4.69% from 255 or 2.20% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED0BFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0BFD is #12F402. Grayscale: #696969. Windows color (decimal): -1242115 or 16583661. OLE color: 16583661.
HSL color Cylindrical-coordinate representation of color #ED0BFD: hue angle of 296.03º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ED0BFD is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 11 | 253 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.01 |
| HSL | 296.03º | 0.98% | 0.52% | - |
| HSV(B) | 296.03º | 0.96% | 0.99% | - |
| XYZ | 52.77 | 25.34 | 95.04 | - |
| YUV | 106.16 | 210.87 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 11 | 253 | 0.06 | 0.96 | 0 | 0.01 | 296.03 | 0.98 | 0.52 |
| Hex | ED | B | FD | 6 | 60 | 0 | 1 | 128 | 62 | 34 |
| Octal | 355 | 13 | 375 | 6 | 140 | 0 | 1 | 450 | 142 | 64 |
| Binary | 11101101 | 1011 | 11111101 | 110 | 1100000 | 0 | 1 | 100101000 | 1100010 | 110100 |
Color Harmonies of #ED0BFD
Complementary color
Monochromatic Colors of #ED0BFD
Black with #ED0BFD
Text Example
Text Example
White with #ED0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0BFD; }
p { color: rgb(237,11,253); }
H1.HeaderClassName
{
color: #ED0BFD;
}
.AnyTagClassName
{
color: #ED0BFD;
}
</style>
background-color css
<style>
a { background-color: #ED0BFD; }
a { background-color: rgb(237,11,253); }
div.DivClassName
{
background-color: #ED0BFD;
}
.BgClassName
{
background-color: #ED0BFD;
}
</style>
border-color css
<style>
span { border-color: #ED0BFD; }
span { border-color: rgb(237,11,253); }
td.TdClassName
{
border-color: #ED0BFD;
}
.TagClassName
{
border-color: #ED0BFD;
}
</style>