Shades of Psychedelic Purple #ED03FD
Tints of Psychedelic Purple #ED03FD
RGB
CMYK
RGB Variations
Color information
#ED03FD (or 0xED03FD) is known color: Psychedelic Purple. HEX triplet: ED, 03 and FD. RGB value is (237,3,253). Sum of RGB (Red+Green+Blue) = 237+3+253=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 3 (1.56% from 255 or 0.61% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #ED03FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED03FD is #12FC02. Grayscale: #646464. Windows color (decimal): -1244163 or 16581613. OLE color: 16581613.
HSL color Cylindrical-coordinate representation of color #ED03FD: hue angle of 296.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED03FD is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 3 | 253 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.01 |
| HSL | 296.16º | 0.98% | 0.5% | - |
| HSV(B) | 296.16º | 0.99% | 0.99% | - |
| XYZ | 52.69 | 25.16 | 95.01 | - |
| YUV | 101.47 | 213.52 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 253 | 0.06 | 0.99 | 0 | 0.01 | 296.16 | 0.98 | 0.5 |
| Hex | ED | 3 | FD | 6 | 63 | 0 | 1 | 128 | 62 | 32 |
| Octal | 355 | 3 | 375 | 6 | 143 | 0 | 1 | 450 | 142 | 62 |
| Binary | 11101101 | 11 | 11111101 | 110 | 1100011 | 0 | 1 | 100101000 | 1100010 | 110010 |
Color Harmonies of #ED03FD
Complementary color
Monochromatic Colors of #ED03FD
Black with #ED03FD
Text Example
Text Example
White with #ED03FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED03FD; }
p { color: rgb(237,3,253); }
H1.HeaderClassName
{
color: #ED03FD;
}
.AnyTagClassName
{
color: #ED03FD;
}
</style>
background-color css
<style>
a { background-color: #ED03FD; }
a { background-color: rgb(237,3,253); }
div.DivClassName
{
background-color: #ED03FD;
}
.BgClassName
{
background-color: #ED03FD;
}
</style>
border-color css
<style>
span { border-color: #ED03FD; }
span { border-color: rgb(237,3,253); }
td.TdClassName
{
border-color: #ED03FD;
}
.TagClassName
{
border-color: #ED03FD;
}
</style>