Shades of Psychedelic Purple #E303FD
Tints of Psychedelic Purple #E303FD
RGB
CMYK
RGB Variations
Color information
#E303FD (or 0xE303FD) is known color: Psychedelic Purple. HEX triplet: E3, 03 and FD. RGB value is (227,3,253). Sum of RGB (Red+Green+Blue) = 227+3+253=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 3 (1.56% from 255 or 0.62% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #E303FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E303FD is #1CFC02. Grayscale: #616161. Windows color (decimal): -1899523 or 16581603. OLE color: 16581603.
HSL color Cylindrical-coordinate representation of color #E303FD: hue angle of 293.76º 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 #E303FD is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 3 | 253 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.01 |
| HSL | 293.76º | 0.98% | 0.5% | - |
| HSV(B) | 293.76º | 0.99% | 0.99% | - |
| XYZ | 49.44 | 23.49 | 94.86 | - |
| YUV | 98.48 | 215.21 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 253 | 0.10 | 0.99 | 0 | 0.01 | 293.76 | 0.98 | 0.5 |
| Hex | E3 | 3 | FD | A | 63 | 0 | 1 | 126 | 62 | 32 |
| Octal | 343 | 3 | 375 | 12 | 143 | 0 | 1 | 446 | 142 | 62 |
| Binary | 11100011 | 11 | 11111101 | 1010 | 1100011 | 0 | 1 | 100100110 | 1100010 | 110010 |
Color Harmonies of #E303FD
Complementary color
Monochromatic Colors of #E303FD
Black with #E303FD
Text Example
Text Example
White with #E303FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E303FD; }
p { color: rgb(227,3,253); }
H1.HeaderClassName
{
color: #E303FD;
}
.AnyTagClassName
{
color: #E303FD;
}
</style>
background-color css
<style>
a { background-color: #E303FD; }
a { background-color: rgb(227,3,253); }
div.DivClassName
{
background-color: #E303FD;
}
.BgClassName
{
background-color: #E303FD;
}
</style>
border-color css
<style>
span { border-color: #E303FD; }
span { border-color: rgb(227,3,253); }
td.TdClassName
{
border-color: #E303FD;
}
.TagClassName
{
border-color: #E303FD;
}
</style>