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