Shades of Psychedelic Purple #E603FA
Tints of Psychedelic Purple #E603FA
RGB
CMYK
RGB Variations
Color information
#E603FA (or 0xE603FA) is known color: Psychedelic Purple. HEX triplet: E6, 03 and FA. RGB value is (230,3,250). Sum of RGB (Red+Green+Blue) = 230+3+250=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 3 (1.56% from 255 or 0.62% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #E603FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E603FA is #19FC05. Grayscale: #626262. Windows color (decimal): -1702918 or 16384998. OLE color: 16384998.
HSL color Cylindrical-coordinate representation of color #E603FA: hue angle of 295.14º 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 #E603FA is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 230 | 3 | 250 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.02 |
| HSL | 295.14º | 0.98% | 0.5% | - |
| HSV(B) | 295.14º | 0.99% | 0.98% | - |
| XYZ | 49.92 | 23.79 | 92.4 | - |
| YUV | 99.03 | 213.21 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 250 | 0.08 | 0.99 | 0 | 0.02 | 295.14 | 0.98 | 0.5 |
| Hex | E6 | 3 | FA | 8 | 63 | 0 | 2 | 127 | 62 | 32 |
| Octal | 346 | 3 | 372 | 10 | 143 | 0 | 2 | 447 | 142 | 62 |
| Binary | 11100110 | 11 | 11111010 | 1000 | 1100011 | 0 | 10 | 100100111 | 1100010 | 110010 |
Color Harmonies of #E603FA
Complementary color
Monochromatic Colors of #E603FA
Black with #E603FA
Text Example
Text Example
White with #E603FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603FA; }
p { color: rgb(230,3,250); }
H1.HeaderClassName
{
color: #E603FA;
}
.AnyTagClassName
{
color: #E603FA;
}
</style>
background-color css
<style>
a { background-color: #E603FA; }
a { background-color: rgb(230,3,250); }
div.DivClassName
{
background-color: #E603FA;
}
.BgClassName
{
background-color: #E603FA;
}
</style>
border-color css
<style>
span { border-color: #E603FA; }
span { border-color: rgb(230,3,250); }
td.TdClassName
{
border-color: #E603FA;
}
.TagClassName
{
border-color: #E603FA;
}
</style>