Shades of Psychedelic Purple #ED2BFC
Tints of Psychedelic Purple #ED2BFC
RGB
CMYK
RGB Variations
Color information
#ED2BFC (or 0xED2BFC) is known color: Psychedelic Purple. HEX triplet: ED, 2B and FC. RGB value is (237,43,252). Sum of RGB (Red+Green+Blue) = 237+43+252=532 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.55% from 532); Green value is 43 (17.19% from 255 or 8.08% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #ED2BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2BFC is #12D403. Grayscale: #7C7C7C. Windows color (decimal): -1233924 or 16526317. OLE color: 16526317.
HSL color Cylindrical-coordinate representation of color #ED2BFC: hue angle of 295.69º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2BFC is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 43 | 252 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.01 |
| HSL | 295.69º | 0.97% | 0.58% | - |
| HSV(B) | 295.69º | 0.83% | 0.99% | - |
| XYZ | 53.36 | 26.76 | 94.45 | - |
| YUV | 124.83 | 199.77 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 252 | 0.06 | 0.83 | 0 | 0.01 | 295.69 | 0.97 | 0.58 |
| Hex | ED | 2B | FC | 6 | 53 | 0 | 1 | 128 | 61 | 3A |
| Octal | 355 | 53 | 374 | 6 | 123 | 0 | 1 | 450 | 141 | 72 |
| Binary | 11101101 | 101011 | 11111100 | 110 | 1010011 | 0 | 1 | 100101000 | 1100001 | 111010 |
Color Harmonies of #ED2BFC
Complementary color
Monochromatic Colors of #ED2BFC
Black with #ED2BFC
Text Example
Text Example
White with #ED2BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2BFC; }
p { color: rgb(237,43,252); }
H1.HeaderClassName
{
color: #ED2BFC;
}
.AnyTagClassName
{
color: #ED2BFC;
}
</style>
background-color css
<style>
a { background-color: #ED2BFC; }
a { background-color: rgb(237,43,252); }
div.DivClassName
{
background-color: #ED2BFC;
}
.BgClassName
{
background-color: #ED2BFC;
}
</style>
border-color css
<style>
span { border-color: #ED2BFC; }
span { border-color: rgb(237,43,252); }
td.TdClassName
{
border-color: #ED2BFC;
}
.TagClassName
{
border-color: #ED2BFC;
}
</style>