Shades of Psychedelic Purple #ED01FB
Tints of Psychedelic Purple #ED01FB
RGB
CMYK
RGB Variations
Color information
#ED01FB (or 0xED01FB) is known color: Psychedelic Purple. HEX triplet: ED, 01 and FB. RGB value is (237,1,251). Sum of RGB (Red+Green+Blue) = 237+1+251=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 1 (0.78% from 255 or 0.20% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED01FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED01FB is #12FE04. Grayscale: #636363. Windows color (decimal): -1244677 or 16450029. OLE color: 16450029.
HSL color Cylindrical-coordinate representation of color #ED01FB: hue angle of 296.64º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ED01FB is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 1 | 251 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.02 |
| HSL | 296.64º | 0.99% | 0.49% | - |
| HSV(B) | 296.64º | 1% | 0.98% | - |
| XYZ | 52.35 | 24.99 | 93.33 | - |
| YUV | 100.06 | 213.19 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 1 | 251 | 0.06 | 1.00 | 0 | 0.02 | 296.64 | 0.99 | 0.49 |
| Hex | ED | 1 | FB | 6 | 64 | 0 | 2 | 129 | 63 | 31 |
| Octal | 355 | 1 | 373 | 6 | 144 | 0 | 2 | 451 | 143 | 61 |
| Binary | 11101101 | 1 | 11111011 | 110 | 1100100 | 0 | 10 | 100101001 | 1100011 | 110001 |
Color Harmonies of #ED01FB
Complementary color
Monochromatic Colors of #ED01FB
Black with #ED01FB
Text Example
Text Example
White with #ED01FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED01FB; }
p { color: rgb(237,1,251); }
H1.HeaderClassName
{
color: #ED01FB;
}
.AnyTagClassName
{
color: #ED01FB;
}
</style>
background-color css
<style>
a { background-color: #ED01FB; }
a { background-color: rgb(237,1,251); }
div.DivClassName
{
background-color: #ED01FB;
}
.BgClassName
{
background-color: #ED01FB;
}
</style>
border-color css
<style>
span { border-color: #ED01FB; }
span { border-color: rgb(237,1,251); }
td.TdClassName
{
border-color: #ED01FB;
}
.TagClassName
{
border-color: #ED01FB;
}
</style>