Shades of Psychedelic Purple #ED2BFD
Tints of Psychedelic Purple #ED2BFD
RGB
CMYK
RGB Variations
Color information
#ED2BFD (or 0xED2BFD) is known color: Psychedelic Purple. HEX triplet: ED, 2B and FD. RGB value is (237,43,253). Sum of RGB (Red+Green+Blue) = 237+43+253=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 43 (17.19% from 255 or 8.07% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED2BFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED2BFD is #12D402. Grayscale: #7C7C7C. Windows color (decimal): -1233923 or 16591853. OLE color: 16591853.
HSL color Cylindrical-coordinate representation of color #ED2BFD: hue angle of 295.43º degrees, saturation: 0.98, 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 #ED2BFD is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 43 | 253 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.01 |
| HSL | 295.43º | 0.98% | 0.58% | - |
| HSV(B) | 295.43º | 0.83% | 0.99% | - |
| XYZ | 53.52 | 26.82 | 95.29 | - |
| YUV | 124.95 | 200.27 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 43 | 253 | 0.06 | 0.83 | 0 | 0.01 | 295.43 | 0.98 | 0.58 |
| Hex | ED | 2B | FD | 6 | 53 | 0 | 1 | 127 | 62 | 3A |
| Octal | 355 | 53 | 375 | 6 | 123 | 0 | 1 | 447 | 142 | 72 |
| Binary | 11101101 | 101011 | 11111101 | 110 | 1010011 | 0 | 1 | 100100111 | 1100010 | 111010 |
Color Harmonies of #ED2BFD
Complementary color
Monochromatic Colors of #ED2BFD
Black with #ED2BFD
Text Example
Text Example
White with #ED2BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2BFD; }
p { color: rgb(237,43,253); }
H1.HeaderClassName
{
color: #ED2BFD;
}
.AnyTagClassName
{
color: #ED2BFD;
}
</style>
background-color css
<style>
a { background-color: #ED2BFD; }
a { background-color: rgb(237,43,253); }
div.DivClassName
{
background-color: #ED2BFD;
}
.BgClassName
{
background-color: #ED2BFD;
}
</style>
border-color css
<style>
span { border-color: #ED2BFD; }
span { border-color: rgb(237,43,253); }
td.TdClassName
{
border-color: #ED2BFD;
}
.TagClassName
{
border-color: #ED2BFD;
}
</style>