Shades of Psychedelic Purple #ED1FFB
Tints of Psychedelic Purple #ED1FFB
RGB
CMYK
RGB Variations
Color information
#ED1FFB (or 0xED1FFB) is known color: Psychedelic Purple. HEX triplet: ED, 1F and FB. RGB value is (237,31,251). Sum of RGB (Red+Green+Blue) = 237+31+251=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 31 (12.5% from 255 or 5.97% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED1FFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1FFB is #12E004. Grayscale: #747474. Windows color (decimal): -1236997 or 16457709. OLE color: 16457709.
HSL color Cylindrical-coordinate representation of color #ED1FFB: hue angle of 296.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1FFB is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 31 | 251 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.02 |
| HSL | 296.18º | 0.96% | 0.55% | - |
| HSV(B) | 296.18º | 0.88% | 0.98% | - |
| XYZ | 52.83 | 25.95 | 93.49 | - |
| YUV | 117.67 | 203.25 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 251 | 0.06 | 0.88 | 0 | 0.02 | 296.18 | 0.96 | 0.55 |
| Hex | ED | 1F | FB | 6 | 58 | 0 | 2 | 128 | 60 | 37 |
| Octal | 355 | 37 | 373 | 6 | 130 | 0 | 2 | 450 | 140 | 67 |
| Binary | 11101101 | 11111 | 11111011 | 110 | 1011000 | 0 | 10 | 100101000 | 1100000 | 110111 |
Color Harmonies of #ED1FFB
Complementary color
Monochromatic Colors of #ED1FFB
Black with #ED1FFB
Text Example
Text Example
White with #ED1FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1FFB; }
p { color: rgb(237,31,251); }
H1.HeaderClassName
{
color: #ED1FFB;
}
.AnyTagClassName
{
color: #ED1FFB;
}
</style>
background-color css
<style>
a { background-color: #ED1FFB; }
a { background-color: rgb(237,31,251); }
div.DivClassName
{
background-color: #ED1FFB;
}
.BgClassName
{
background-color: #ED1FFB;
}
</style>
border-color css
<style>
span { border-color: #ED1FFB; }
span { border-color: rgb(237,31,251); }
td.TdClassName
{
border-color: #ED1FFB;
}
.TagClassName
{
border-color: #ED1FFB;
}
</style>