Shades of Psychedelic Purple #E603FC
Tints of Psychedelic Purple #E603FC
RGB
CMYK
RGB Variations
Color information
#E603FC (or 0xE603FC) is known color: Psychedelic Purple. HEX triplet: E6, 03 and FC. RGB value is (230,3,252). Sum of RGB (Red+Green+Blue) = 230+3+252=485 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.42% from 485); Green value is 3 (1.56% from 255 or 0.62% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #E603FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E603FC is #19FC03. Grayscale: #626262. Windows color (decimal): -1702916 or 16516070. OLE color: 16516070.
HSL color Cylindrical-coordinate representation of color #E603FC: hue angle of 294.7º 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 #E603FC is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 3 | 252 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.01 |
| HSL | 294.7º | 0.98% | 0.5% | - |
| HSV(B) | 294.7º | 0.99% | 0.99% | - |
| XYZ | 50.24 | 23.92 | 94.06 | - |
| YUV | 99.26 | 214.21 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 252 | 0.09 | 0.99 | 0 | 0.01 | 294.7 | 0.98 | 0.5 |
| Hex | E6 | 3 | FC | 9 | 63 | 0 | 1 | 127 | 62 | 32 |
| Octal | 346 | 3 | 374 | 11 | 143 | 0 | 1 | 447 | 142 | 62 |
| Binary | 11100110 | 11 | 11111100 | 1001 | 1100011 | 0 | 1 | 100100111 | 1100010 | 110010 |
Color Harmonies of #E603FC
Complementary color
Monochromatic Colors of #E603FC
Black with #E603FC
Text Example
Text Example
White with #E603FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603FC; }
p { color: rgb(230,3,252); }
H1.HeaderClassName
{
color: #E603FC;
}
.AnyTagClassName
{
color: #E603FC;
}
</style>
background-color css
<style>
a { background-color: #E603FC; }
a { background-color: rgb(230,3,252); }
div.DivClassName
{
background-color: #E603FC;
}
.BgClassName
{
background-color: #E603FC;
}
</style>
border-color css
<style>
span { border-color: #E603FC; }
span { border-color: rgb(230,3,252); }
td.TdClassName
{
border-color: #E603FC;
}
.TagClassName
{
border-color: #E603FC;
}
</style>