Shades of Psychedelic Purple #ED1BFF
Tints of Psychedelic Purple #ED1BFF
RGB
CMYK
RGB Variations
Color information
#ED1BFF (or 0xED1BFF) is known color: Psychedelic Purple. HEX triplet: ED, 1B and FF. RGB value is (237,27,255). Sum of RGB (Red+Green+Blue) = 237+27+255=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 27 (10.94% from 255 or 5.20% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED1BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1BFF is #12E400. Grayscale: #737373. Windows color (decimal): -1238017 or 16718829. OLE color: 16718829.
HSL color Cylindrical-coordinate representation of color #ED1BFF: hue angle of 295.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED1BFF is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 27 | 255 | - |
| CMYK | 0.07 | 0.89 | 0 | 0 |
| HSL | 295.26º | 1% | 0.55% | - |
| HSV(B) | 295.26º | 0.89% | 1% | - |
| XYZ | 53.37 | 26.01 | 96.82 | - |
| YUV | 115.78 | 206.57 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 27 | 255 | 0.07 | 0.89 | 0 | 0 | 295.26 | 1 | 0.55 |
| Hex | ED | 1B | FF | 7 | 59 | 0 | 0 | 127 | 64 | 37 |
| Octal | 355 | 33 | 377 | 7 | 131 | 0 | 0 | 447 | 144 | 67 |
| Binary | 11101101 | 11011 | 11111111 | 111 | 1011001 | 0 | 0 | 100100111 | 1100100 | 110111 |
Color Harmonies of #ED1BFF
Complementary color
Monochromatic Colors of #ED1BFF
Black with #ED1BFF
Text Example
Text Example
White with #ED1BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1BFF; }
p { color: rgb(237,27,255); }
H1.HeaderClassName
{
color: #ED1BFF;
}
.AnyTagClassName
{
color: #ED1BFF;
}
</style>
background-color css
<style>
a { background-color: #ED1BFF; }
a { background-color: rgb(237,27,255); }
div.DivClassName
{
background-color: #ED1BFF;
}
.BgClassName
{
background-color: #ED1BFF;
}
</style>
border-color css
<style>
span { border-color: #ED1BFF; }
span { border-color: rgb(237,27,255); }
td.TdClassName
{
border-color: #ED1BFF;
}
.TagClassName
{
border-color: #ED1BFF;
}
</style>