Shades of Psychedelic Purple #ED1BFD
Tints of Psychedelic Purple #ED1BFD
RGB
CMYK
RGB Variations
Color information
#ED1BFD (or 0xED1BFD) is known color: Psychedelic Purple. HEX triplet: ED, 1B and FD. RGB value is (237,27,253). Sum of RGB (Red+Green+Blue) = 237+27+253=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 27 (10.94% from 255 or 5.22% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED1BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1BFD is #12E402. Grayscale: #727272. Windows color (decimal): -1238019 or 16587757. OLE color: 16587757.
HSL color Cylindrical-coordinate representation of color #ED1BFD: hue angle of 295.75º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1BFD is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 27 | 253 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.01 |
| HSL | 295.75º | 0.98% | 0.55% | - |
| HSV(B) | 295.75º | 0.89% | 0.99% | - |
| XYZ | 53.05 | 25.88 | 95.13 | - |
| YUV | 115.55 | 205.57 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 27 | 253 | 0.06 | 0.89 | 0 | 0.01 | 295.75 | 0.98 | 0.55 |
| Hex | ED | 1B | FD | 6 | 59 | 0 | 1 | 128 | 62 | 37 |
| Octal | 355 | 33 | 375 | 6 | 131 | 0 | 1 | 450 | 142 | 67 |
| Binary | 11101101 | 11011 | 11111101 | 110 | 1011001 | 0 | 1 | 100101000 | 1100010 | 110111 |
Color Harmonies of #ED1BFD
Complementary color
Monochromatic Colors of #ED1BFD
Black with #ED1BFD
Text Example
Text Example
White with #ED1BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1BFD; }
p { color: rgb(237,27,253); }
H1.HeaderClassName
{
color: #ED1BFD;
}
.AnyTagClassName
{
color: #ED1BFD;
}
</style>
background-color css
<style>
a { background-color: #ED1BFD; }
a { background-color: rgb(237,27,253); }
div.DivClassName
{
background-color: #ED1BFD;
}
.BgClassName
{
background-color: #ED1BFD;
}
</style>
border-color css
<style>
span { border-color: #ED1BFD; }
span { border-color: rgb(237,27,253); }
td.TdClassName
{
border-color: #ED1BFD;
}
.TagClassName
{
border-color: #ED1BFD;
}
</style>