Shades of Psychedelic Purple #ED14F6
Tints of Psychedelic Purple #ED14F6
RGB
CMYK
RGB Variations
Color information
#ED14F6 (or 0xED14F6) is known color: Psychedelic Purple. HEX triplet: ED, 14 and F6. RGB value is (237,20,246). Sum of RGB (Red+Green+Blue) = 237+20+246=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 20 (8.20% from 255 or 3.98% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: blue. Hex color #ED14F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED14F6 is #12EB09. Grayscale: #6D6D6D. Windows color (decimal): -1239818 or 16127213. OLE color: 16127213.
HSL color Cylindrical-coordinate representation of color #ED14F6: hue angle of 297.61º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ED14F6 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 20 | 246 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.04 |
| HSL | 297.61º | 0.93% | 0.52% | - |
| HSV(B) | 297.61º | 0.92% | 0.96% | - |
| XYZ | 51.81 | 25.16 | 89.31 | - |
| YUV | 110.65 | 204.39 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 20 | 246 | 0.04 | 0.92 | 0 | 0.04 | 297.61 | 0.93 | 0.52 |
| Hex | ED | 14 | F6 | 4 | 5C | 0 | 4 | 12A | 5D | 34 |
| Octal | 355 | 24 | 366 | 4 | 134 | 0 | 4 | 452 | 135 | 64 |
| Binary | 11101101 | 10100 | 11110110 | 100 | 1011100 | 0 | 100 | 100101010 | 1011101 | 110100 |
Color Harmonies of #ED14F6
Complementary color
Monochromatic Colors of #ED14F6
Black with #ED14F6
Text Example
Text Example
White with #ED14F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED14F6; }
p { color: rgb(237,20,246); }
H1.HeaderClassName
{
color: #ED14F6;
}
.AnyTagClassName
{
color: #ED14F6;
}
</style>
background-color css
<style>
a { background-color: #ED14F6; }
a { background-color: rgb(237,20,246); }
div.DivClassName
{
background-color: #ED14F6;
}
.BgClassName
{
background-color: #ED14F6;
}
</style>
border-color css
<style>
span { border-color: #ED14F6; }
span { border-color: rgb(237,20,246); }
td.TdClassName
{
border-color: #ED14F6;
}
.TagClassName
{
border-color: #ED14F6;
}
</style>