Shades of Psychedelic Purple #E603FD
Tints of Psychedelic Purple #E603FD
RGB
CMYK
RGB Variations
Color information
#E603FD (or 0xE603FD) is known color: Psychedelic Purple. HEX triplet: E6, 03 and FD. RGB value is (230,3,253). Sum of RGB (Red+Green+Blue) = 230+3+253=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 3 (1.56% from 255 or 0.62% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #E603FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E603FD is #19FC02. Grayscale: #626262. Windows color (decimal): -1702915 or 16581606. OLE color: 16581606.
HSL color Cylindrical-coordinate representation of color #E603FD: hue angle of 294.48º 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 #E603FD is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 3 | 253 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.01 |
| HSL | 294.48º | 0.98% | 0.5% | - |
| HSV(B) | 294.48º | 0.99% | 0.99% | - |
| XYZ | 50.4 | 23.98 | 94.9 | - |
| YUV | 99.37 | 214.71 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 3 | 253 | 0.09 | 0.99 | 0 | 0.01 | 294.48 | 0.98 | 0.5 |
| Hex | E6 | 3 | FD | 9 | 63 | 0 | 1 | 126 | 62 | 32 |
| Octal | 346 | 3 | 375 | 11 | 143 | 0 | 1 | 446 | 142 | 62 |
| Binary | 11100110 | 11 | 11111101 | 1001 | 1100011 | 0 | 1 | 100100110 | 1100010 | 110010 |
Color Harmonies of #E603FD
Complementary color
Monochromatic Colors of #E603FD
Black with #E603FD
Text Example
Text Example
White with #E603FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E603FD; }
p { color: rgb(230,3,253); }
H1.HeaderClassName
{
color: #E603FD;
}
.AnyTagClassName
{
color: #E603FD;
}
</style>
background-color css
<style>
a { background-color: #E603FD; }
a { background-color: rgb(230,3,253); }
div.DivClassName
{
background-color: #E603FD;
}
.BgClassName
{
background-color: #E603FD;
}
</style>
border-color css
<style>
span { border-color: #E603FD; }
span { border-color: rgb(230,3,253); }
td.TdClassName
{
border-color: #E603FD;
}
.TagClassName
{
border-color: #E603FD;
}
</style>