Shades of Psychedelic Purple #E303FA
Tints of Psychedelic Purple #E303FA
RGB
CMYK
RGB Variations
Color information
#E303FA (or 0xE303FA) is known color: Psychedelic Purple. HEX triplet: E3, 03 and FA. RGB value is (227,3,250). Sum of RGB (Red+Green+Blue) = 227+3+250=480 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.29% from 480); Green value is 3 (1.56% from 255 or 0.62% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #E303FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E303FA is #1CFC05. Grayscale: #616161. Windows color (decimal): -1899526 or 16384995. OLE color: 16384995.
HSL color Cylindrical-coordinate representation of color #E303FA: hue angle of 294.41º 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 #E303FA is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 3 | 250 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.02 |
| HSL | 294.41º | 0.98% | 0.5% | - |
| HSV(B) | 294.41º | 0.99% | 0.98% | - |
| XYZ | 48.97 | 23.3 | 92.36 | - |
| YUV | 98.13 | 213.71 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 250 | 0.09 | 0.99 | 0 | 0.02 | 294.41 | 0.98 | 0.5 |
| Hex | E3 | 3 | FA | 9 | 63 | 0 | 2 | 126 | 62 | 32 |
| Octal | 343 | 3 | 372 | 11 | 143 | 0 | 2 | 446 | 142 | 62 |
| Binary | 11100011 | 11 | 11111010 | 1001 | 1100011 | 0 | 10 | 100100110 | 1100010 | 110010 |
Color Harmonies of #E303FA
Complementary color
Monochromatic Colors of #E303FA
Black with #E303FA
Text Example
Text Example
White with #E303FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E303FA; }
p { color: rgb(227,3,250); }
H1.HeaderClassName
{
color: #E303FA;
}
.AnyTagClassName
{
color: #E303FA;
}
</style>
background-color css
<style>
a { background-color: #E303FA; }
a { background-color: rgb(227,3,250); }
div.DivClassName
{
background-color: #E303FA;
}
.BgClassName
{
background-color: #E303FA;
}
</style>
border-color css
<style>
span { border-color: #E303FA; }
span { border-color: rgb(227,3,250); }
td.TdClassName
{
border-color: #E303FA;
}
.TagClassName
{
border-color: #E303FA;
}
</style>