Shades of Psychedelic Purple #ED04FB
Tints of Psychedelic Purple #ED04FB
RGB
CMYK
RGB Variations
Color information
#ED04FB (or 0xED04FB) is known color: Psychedelic Purple. HEX triplet: ED, 04 and FB. RGB value is (237,4,251). Sum of RGB (Red+Green+Blue) = 237+4+251=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 4 (1.95% from 255 or 0.81% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED04FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED04FB is #12FB04. Grayscale: #656565. Windows color (decimal): -1243909 or 16450797. OLE color: 16450797.
HSL color Cylindrical-coordinate representation of color #ED04FB: hue angle of 296.6º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED04FB is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 4 | 251 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.02 |
| HSL | 296.6º | 0.97% | 0.5% | - |
| HSV(B) | 296.6º | 0.98% | 0.98% | - |
| XYZ | 52.38 | 25.06 | 93.34 | - |
| YUV | 101.83 | 212.19 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 251 | 0.06 | 0.98 | 0 | 0.02 | 296.6 | 0.97 | 0.5 |
| Hex | ED | 4 | FB | 6 | 62 | 0 | 2 | 129 | 61 | 32 |
| Octal | 355 | 4 | 373 | 6 | 142 | 0 | 2 | 451 | 141 | 62 |
| Binary | 11101101 | 100 | 11111011 | 110 | 1100010 | 0 | 10 | 100101001 | 1100001 | 110010 |
Color Harmonies of #ED04FB
Complementary color
Monochromatic Colors of #ED04FB
Black with #ED04FB
Text Example
Text Example
White with #ED04FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED04FB; }
p { color: rgb(237,4,251); }
H1.HeaderClassName
{
color: #ED04FB;
}
.AnyTagClassName
{
color: #ED04FB;
}
</style>
background-color css
<style>
a { background-color: #ED04FB; }
a { background-color: rgb(237,4,251); }
div.DivClassName
{
background-color: #ED04FB;
}
.BgClassName
{
background-color: #ED04FB;
}
</style>
border-color css
<style>
span { border-color: #ED04FB; }
span { border-color: rgb(237,4,251); }
td.TdClassName
{
border-color: #ED04FB;
}
.TagClassName
{
border-color: #ED04FB;
}
</style>