Shades of Psychedelic Purple #ED04FF
Tints of Psychedelic Purple #ED04FF
RGB
CMYK
RGB Variations
Color information
#ED04FF (or 0xED04FF) is known color: Psychedelic Purple. HEX triplet: ED, 04 and FF. RGB value is (237,4,255). Sum of RGB (Red+Green+Blue) = 237+4+255=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 4 (1.95% from 255 or 0.81% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED04FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED04FF is #12FB00. Grayscale: #656565. Windows color (decimal): -1243905 or 16712941. OLE color: 16712941.
HSL color Cylindrical-coordinate representation of color #ED04FF: hue angle of 295.7º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ED04FF is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 4 | 255 | - |
| CMYK | 0.07 | 0.98 | 0 | 0 |
| HSL | 295.7º | 1% | 0.51% | - |
| HSV(B) | 295.7º | 0.98% | 1% | - |
| XYZ | 53.02 | 25.31 | 96.7 | - |
| YUV | 102.28 | 214.19 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 4 | 255 | 0.07 | 0.98 | 0 | 0 | 295.7 | 1 | 0.51 |
| Hex | ED | 4 | FF | 7 | 62 | 0 | 0 | 128 | 64 | 33 |
| Octal | 355 | 4 | 377 | 7 | 142 | 0 | 0 | 450 | 144 | 63 |
| Binary | 11101101 | 100 | 11111111 | 111 | 1100010 | 0 | 0 | 100101000 | 1100100 | 110011 |
Color Harmonies of #ED04FF
Complementary color
Monochromatic Colors of #ED04FF
Black with #ED04FF
Text Example
Text Example
White with #ED04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED04FF; }
p { color: rgb(237,4,255); }
H1.HeaderClassName
{
color: #ED04FF;
}
.AnyTagClassName
{
color: #ED04FF;
}
</style>
background-color css
<style>
a { background-color: #ED04FF; }
a { background-color: rgb(237,4,255); }
div.DivClassName
{
background-color: #ED04FF;
}
.BgClassName
{
background-color: #ED04FF;
}
</style>
border-color css
<style>
span { border-color: #ED04FF; }
span { border-color: rgb(237,4,255); }
td.TdClassName
{
border-color: #ED04FF;
}
.TagClassName
{
border-color: #ED04FF;
}
</style>