Shades of Psychedelic Purple #ED03FE
Tints of Psychedelic Purple #ED03FE
RGB
CMYK
RGB Variations
Color information
#ED03FE (or 0xED03FE) is known color: Psychedelic Purple. HEX triplet: ED, 03 and FE. RGB value is (237,3,254). Sum of RGB (Red+Green+Blue) = 237+3+254=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 3 (1.56% from 255 or 0.61% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED03FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #ED03FE is #12FC01. Grayscale: #646464. Windows color (decimal): -1244162 or 16647149. OLE color: 16647149.
HSL color Cylindrical-coordinate representation of color #ED03FE: hue angle of 295.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED03FE is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 3 | 254 | - |
| CMYK | 0.07 | 0.99 | 0 | 0.00 |
| HSL | 295.94º | 0.99% | 0.5% | - |
| HSV(B) | 295.94º | 0.99% | 1% | - |
| XYZ | 52.85 | 25.23 | 95.85 | - |
| YUV | 101.58 | 214.02 | 224.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 3 | 254 | 0.07 | 0.99 | 0 | 0.00 | 295.94 | 0.99 | 0.5 |
| Hex | ED | 3 | FE | 7 | 63 | 0 | 0 | 128 | 63 | 32 |
| Octal | 355 | 3 | 376 | 7 | 143 | 0 | 0 | 450 | 143 | 62 |
| Binary | 11101101 | 11 | 11111110 | 111 | 1100011 | 0 | 0 | 100101000 | 1100011 | 110010 |
Color Harmonies of #ED03FE
Complementary color
Monochromatic Colors of #ED03FE
Black with #ED03FE
Text Example
Text Example
White with #ED03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED03FE; }
p { color: rgb(237,3,254); }
H1.HeaderClassName
{
color: #ED03FE;
}
.AnyTagClassName
{
color: #ED03FE;
}
</style>
background-color css
<style>
a { background-color: #ED03FE; }
a { background-color: rgb(237,3,254); }
div.DivClassName
{
background-color: #ED03FE;
}
.BgClassName
{
background-color: #ED03FE;
}
</style>
border-color css
<style>
span { border-color: #ED03FE; }
span { border-color: rgb(237,3,254); }
td.TdClassName
{
border-color: #ED03FE;
}
.TagClassName
{
border-color: #ED03FE;
}
</style>