Shades of Psychedelic Purple #ED1EFB
Tints of Psychedelic Purple #ED1EFB
RGB
CMYK
RGB Variations
Color information
#ED1EFB (or 0xED1EFB) is known color: Psychedelic Purple. HEX triplet: ED, 1E and FB. RGB value is (237,30,251). Sum of RGB (Red+Green+Blue) = 237+30+251=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 30 (12.11% from 255 or 5.79% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED1EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #ED1EFB is #12E104. Grayscale: #747474. Windows color (decimal): -1237253 or 16457453. OLE color: 16457453.
HSL color Cylindrical-coordinate representation of color #ED1EFB: hue angle of 296.2º degrees, saturation: 0.97, 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 #ED1EFB is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 30 | 251 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.02 |
| HSL | 296.2º | 0.97% | 0.55% | - |
| HSV(B) | 296.2º | 0.88% | 0.98% | - |
| XYZ | 52.8 | 25.9 | 93.48 | - |
| YUV | 117.09 | 203.58 | 213.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 30 | 251 | 0.06 | 0.88 | 0 | 0.02 | 296.2 | 0.97 | 0.55 |
| Hex | ED | 1E | FB | 6 | 58 | 0 | 2 | 128 | 61 | 37 |
| Octal | 355 | 36 | 373 | 6 | 130 | 0 | 2 | 450 | 141 | 67 |
| Binary | 11101101 | 11110 | 11111011 | 110 | 1011000 | 0 | 10 | 100101000 | 1100001 | 110111 |
Color Harmonies of #ED1EFB
Complementary color
Monochromatic Colors of #ED1EFB
Black with #ED1EFB
Text Example
Text Example
White with #ED1EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1EFB; }
p { color: rgb(237,30,251); }
H1.HeaderClassName
{
color: #ED1EFB;
}
.AnyTagClassName
{
color: #ED1EFB;
}
</style>
background-color css
<style>
a { background-color: #ED1EFB; }
a { background-color: rgb(237,30,251); }
div.DivClassName
{
background-color: #ED1EFB;
}
.BgClassName
{
background-color: #ED1EFB;
}
</style>
border-color css
<style>
span { border-color: #ED1EFB; }
span { border-color: rgb(237,30,251); }
td.TdClassName
{
border-color: #ED1EFB;
}
.TagClassName
{
border-color: #ED1EFB;
}
</style>