Shades of Psychedelic Purple #E603F9
Tints of Psychedelic Purple #E603F9
RGB
CMYK
RGB Variations
Color information
#E603F9 (or 0xE603F9) is known color: Psychedelic Purple. HEX triplet: E6, 03 and F9. RGB value is (230,3,249). Sum of RGB (Red+Green+Blue) = 230+3+249=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 3 (1.56% from 255 or 0.62% from 482); Blue value is 249 (97.66% from 255 or 51.66% from 482); Max value from RGB is 249 - color contains mainly: blue. Hex color #E603F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E603F9 is #19FC06. Grayscale: #626262. Windows color (decimal): -1702919 or 16319462. OLE color: 16319462.
HSL color Cylindrical-coordinate representation of color #E603F9: hue angle of 295.37º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E603F9 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 3 | 249 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.02 |
| HSL | 295.37º | 0.98% | 0.49% | - |
| HSV(B) | 295.37º | 0.99% | 0.98% | - |
| XYZ | 49.76 | 23.73 | 91.58 | - |
| YUV | 98.92 | 212.71 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 249 | 0.08 | 0.99 | 0 | 0.02 | 295.37 | 0.98 | 0.49 |
| Hex | E6 | 3 | F9 | 8 | 63 | 0 | 2 | 127 | 62 | 31 |
| Octal | 346 | 3 | 371 | 10 | 143 | 0 | 2 | 447 | 142 | 61 |
| Binary | 11100110 | 11 | 11111001 | 1000 | 1100011 | 0 | 10 | 100100111 | 1100010 | 110001 |
Color Harmonies of #E603F9
Complementary color
Monochromatic Colors of #E603F9
Black with #E603F9
Text Example
Text Example
White with #E603F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603F9; }
p { color: rgb(230,3,249); }
H1.HeaderClassName
{
color: #E603F9;
}
.AnyTagClassName
{
color: #E603F9;
}
</style>
background-color css
<style>
a { background-color: #E603F9; }
a { background-color: rgb(230,3,249); }
div.DivClassName
{
background-color: #E603F9;
}
.BgClassName
{
background-color: #E603F9;
}
</style>
border-color css
<style>
span { border-color: #E603F9; }
span { border-color: rgb(230,3,249); }
td.TdClassName
{
border-color: #E603F9;
}
.TagClassName
{
border-color: #E603F9;
}
</style>