Shades of Psychedelic Purple #ED0EFB
Tints of Psychedelic Purple #ED0EFB
RGB
CMYK
RGB Variations
Color information
#ED0EFB (or 0xED0EFB) is known color: Psychedelic Purple. HEX triplet: ED, 0E and FB. RGB value is (237,14,251). Sum of RGB (Red+Green+Blue) = 237+14+251=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 14 (5.86% from 255 or 2.79% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED0EFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED0EFB is #12F104. Grayscale: #6A6A6A. Windows color (decimal): -1241349 or 16453357. OLE color: 16453357.
HSL color Cylindrical-coordinate representation of color #ED0EFB: hue angle of 296.46º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0EFB is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 14 | 251 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.02 |
| HSL | 296.46º | 0.97% | 0.52% | - |
| HSV(B) | 296.46º | 0.94% | 0.98% | - |
| XYZ | 52.49 | 25.28 | 93.38 | - |
| YUV | 107.7 | 208.88 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 14 | 251 | 0.06 | 0.94 | 0 | 0.02 | 296.46 | 0.97 | 0.52 |
| Hex | ED | E | FB | 6 | 5E | 0 | 2 | 128 | 61 | 34 |
| Octal | 355 | 16 | 373 | 6 | 136 | 0 | 2 | 450 | 141 | 64 |
| Binary | 11101101 | 1110 | 11111011 | 110 | 1011110 | 0 | 10 | 100101000 | 1100001 | 110100 |
Color Harmonies of #ED0EFB
Complementary color
Monochromatic Colors of #ED0EFB
Black with #ED0EFB
Text Example
Text Example
White with #ED0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0EFB; }
p { color: rgb(237,14,251); }
H1.HeaderClassName
{
color: #ED0EFB;
}
.AnyTagClassName
{
color: #ED0EFB;
}
</style>
background-color css
<style>
a { background-color: #ED0EFB; }
a { background-color: rgb(237,14,251); }
div.DivClassName
{
background-color: #ED0EFB;
}
.BgClassName
{
background-color: #ED0EFB;
}
</style>
border-color css
<style>
span { border-color: #ED0EFB; }
span { border-color: rgb(237,14,251); }
td.TdClassName
{
border-color: #ED0EFB;
}
.TagClassName
{
border-color: #ED0EFB;
}
</style>