Shades of Psychedelic Purple #ED18FB
Tints of Psychedelic Purple #ED18FB
RGB
CMYK
RGB Variations
Color information
#ED18FB (or 0xED18FB) is known color: Psychedelic Purple. HEX triplet: ED, 18 and FB. RGB value is (237,24,251). Sum of RGB (Red+Green+Blue) = 237+24+251=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 24 (9.77% from 255 or 4.69% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED18FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED18FB is #12E704. Grayscale: #707070. Windows color (decimal): -1238789 or 16455917. OLE color: 16455917.
HSL color Cylindrical-coordinate representation of color #ED18FB: hue angle of 296.3º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED18FB is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 24 | 251 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.02 |
| HSL | 296.3º | 0.97% | 0.54% | - |
| HSV(B) | 296.3º | 0.9% | 0.98% | - |
| XYZ | 52.66 | 25.62 | 93.44 | - |
| YUV | 113.57 | 205.57 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 24 | 251 | 0.06 | 0.90 | 0 | 0.02 | 296.3 | 0.97 | 0.54 |
| Hex | ED | 18 | FB | 6 | 5A | 0 | 2 | 128 | 61 | 36 |
| Octal | 355 | 30 | 373 | 6 | 132 | 0 | 2 | 450 | 141 | 66 |
| Binary | 11101101 | 11000 | 11111011 | 110 | 1011010 | 0 | 10 | 100101000 | 1100001 | 110110 |
Color Harmonies of #ED18FB
Complementary color
Monochromatic Colors of #ED18FB
Black with #ED18FB
Text Example
Text Example
White with #ED18FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED18FB; }
p { color: rgb(237,24,251); }
H1.HeaderClassName
{
color: #ED18FB;
}
.AnyTagClassName
{
color: #ED18FB;
}
</style>
background-color css
<style>
a { background-color: #ED18FB; }
a { background-color: rgb(237,24,251); }
div.DivClassName
{
background-color: #ED18FB;
}
.BgClassName
{
background-color: #ED18FB;
}
</style>
border-color css
<style>
span { border-color: #ED18FB; }
span { border-color: rgb(237,24,251); }
td.TdClassName
{
border-color: #ED18FB;
}
.TagClassName
{
border-color: #ED18FB;
}
</style>