Shades of Psychedelic Purple #ED2BFE
Tints of Psychedelic Purple #ED2BFE
RGB
CMYK
RGB Variations
Color information
#ED2BFE (or 0xED2BFE) is known color: Psychedelic Purple. HEX triplet: ED, 2B and FE. RGB value is (237,43,254). Sum of RGB (Red+Green+Blue) = 237+43+254=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 43 (17.19% from 255 or 8.05% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED2BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2BFE is #12D401. Grayscale: #7C7C7C. Windows color (decimal): -1233922 or 16657389. OLE color: 16657389.
HSL color Cylindrical-coordinate representation of color #ED2BFE: hue angle of 295.17º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ED2BFE is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 43 | 254 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.00 |
| HSL | 295.17º | 0.99% | 0.58% | - |
| HSV(B) | 295.17º | 0.83% | 1% | - |
| XYZ | 53.68 | 26.89 | 96.13 | - |
| YUV | 125.06 | 200.77 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 254 | 0.07 | 0.83 | 0 | 0.00 | 295.17 | 0.99 | 0.58 |
| Hex | ED | 2B | FE | 7 | 53 | 0 | 0 | 127 | 63 | 3A |
| Octal | 355 | 53 | 376 | 7 | 123 | 0 | 0 | 447 | 143 | 72 |
| Binary | 11101101 | 101011 | 11111110 | 111 | 1010011 | 0 | 0 | 100100111 | 1100011 | 111010 |
Color Harmonies of #ED2BFE
Complementary color
Monochromatic Colors of #ED2BFE
Black with #ED2BFE
Text Example
Text Example
White with #ED2BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2BFE; }
p { color: rgb(237,43,254); }
H1.HeaderClassName
{
color: #ED2BFE;
}
.AnyTagClassName
{
color: #ED2BFE;
}
</style>
background-color css
<style>
a { background-color: #ED2BFE; }
a { background-color: rgb(237,43,254); }
div.DivClassName
{
background-color: #ED2BFE;
}
.BgClassName
{
background-color: #ED2BFE;
}
</style>
border-color css
<style>
span { border-color: #ED2BFE; }
span { border-color: rgb(237,43,254); }
td.TdClassName
{
border-color: #ED2BFE;
}
.TagClassName
{
border-color: #ED2BFE;
}
</style>