Shades of Psychedelic Purple #ED03FB
Tints of Psychedelic Purple #ED03FB
RGB
CMYK
RGB Variations
Color information
#ED03FB (or 0xED03FB) is known color: Psychedelic Purple. HEX triplet: ED, 03 and FB. RGB value is (237,3,251). Sum of RGB (Red+Green+Blue) = 237+3+251=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 3 (1.56% from 255 or 0.61% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #ED03FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED03FB is #12FC04. Grayscale: #646464. Windows color (decimal): -1244165 or 16450541. OLE color: 16450541.
HSL color Cylindrical-coordinate representation of color #ED03FB: hue angle of 296.61º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED03FB is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 3 | 251 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.02 |
| HSL | 296.61º | 0.98% | 0.5% | - |
| HSV(B) | 296.61º | 0.99% | 0.98% | - |
| XYZ | 52.37 | 25.03 | 93.34 | - |
| YUV | 101.24 | 212.52 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 251 | 0.06 | 0.99 | 0 | 0.02 | 296.61 | 0.98 | 0.5 |
| Hex | ED | 3 | FB | 6 | 63 | 0 | 2 | 129 | 62 | 32 |
| Octal | 355 | 3 | 373 | 6 | 143 | 0 | 2 | 451 | 142 | 62 |
| Binary | 11101101 | 11 | 11111011 | 110 | 1100011 | 0 | 10 | 100101001 | 1100010 | 110010 |
Color Harmonies of #ED03FB
Complementary color
Monochromatic Colors of #ED03FB
Black with #ED03FB
Text Example
Text Example
White with #ED03FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED03FB; }
p { color: rgb(237,3,251); }
H1.HeaderClassName
{
color: #ED03FB;
}
.AnyTagClassName
{
color: #ED03FB;
}
</style>
background-color css
<style>
a { background-color: #ED03FB; }
a { background-color: rgb(237,3,251); }
div.DivClassName
{
background-color: #ED03FB;
}
.BgClassName
{
background-color: #ED03FB;
}
</style>
border-color css
<style>
span { border-color: #ED03FB; }
span { border-color: rgb(237,3,251); }
td.TdClassName
{
border-color: #ED03FB;
}
.TagClassName
{
border-color: #ED03FB;
}
</style>