Shades of Psychedelic Purple #E303FC
Tints of Psychedelic Purple #E303FC
RGB
CMYK
RGB Variations
Color information
#E303FC (or 0xE303FC) is known color: Psychedelic Purple. HEX triplet: E3, 03 and FC. RGB value is (227,3,252). Sum of RGB (Red+Green+Blue) = 227+3+252=482 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.10% from 482); Green value is 3 (1.56% from 255 or 0.62% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #E303FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E303FC is #1CFC03. Grayscale: #616161. Windows color (decimal): -1899524 or 16516067. OLE color: 16516067.
HSL color Cylindrical-coordinate representation of color #E303FC: hue angle of 293.98º 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 #E303FC is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 3 | 252 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.01 |
| HSL | 293.98º | 0.98% | 0.5% | - |
| HSV(B) | 293.98º | 0.99% | 0.99% | - |
| XYZ | 49.28 | 23.42 | 94.02 | - |
| YUV | 98.36 | 214.71 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 3 | 252 | 0.10 | 0.99 | 0 | 0.01 | 293.98 | 0.98 | 0.5 |
| Hex | E3 | 3 | FC | A | 63 | 0 | 1 | 126 | 62 | 32 |
| Octal | 343 | 3 | 374 | 12 | 143 | 0 | 1 | 446 | 142 | 62 |
| Binary | 11100011 | 11 | 11111100 | 1010 | 1100011 | 0 | 1 | 100100110 | 1100010 | 110010 |
Color Harmonies of #E303FC
Complementary color
Monochromatic Colors of #E303FC
Black with #E303FC
Text Example
Text Example
White with #E303FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E303FC; }
p { color: rgb(227,3,252); }
H1.HeaderClassName
{
color: #E303FC;
}
.AnyTagClassName
{
color: #E303FC;
}
</style>
background-color css
<style>
a { background-color: #E303FC; }
a { background-color: rgb(227,3,252); }
div.DivClassName
{
background-color: #E303FC;
}
.BgClassName
{
background-color: #E303FC;
}
</style>
border-color css
<style>
span { border-color: #E303FC; }
span { border-color: rgb(227,3,252); }
td.TdClassName
{
border-color: #E303FC;
}
.TagClassName
{
border-color: #E303FC;
}
</style>