Shades of Psychedelic Purple #E305FC
Tints of Psychedelic Purple #E305FC
RGB
CMYK
RGB Variations
Color information
#E305FC (or 0xE305FC) is known color: Psychedelic Purple. HEX triplet: E3, 05 and FC. RGB value is (227,5,252). Sum of RGB (Red+Green+Blue) = 227+5+252=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 5 (2.34% from 255 or 1.03% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #E305FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E305FC is #1CFA03. Grayscale: #626262. Windows color (decimal): -1899012 or 16516579. OLE color: 16516579.
HSL color Cylindrical-coordinate representation of color #E305FC: hue angle of 293.93º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E305FC is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 227 | 5 | 252 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.01 |
| HSL | 293.93º | 0.98% | 0.5% | - |
| HSV(B) | 293.93º | 0.98% | 0.99% | - |
| XYZ | 49.3 | 23.47 | 94.03 | - |
| YUV | 99.54 | 214.05 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 5 | 252 | 0.10 | 0.98 | 0 | 0.01 | 293.93 | 0.98 | 0.5 |
| Hex | E3 | 5 | FC | A | 62 | 0 | 1 | 126 | 62 | 32 |
| Octal | 343 | 5 | 374 | 12 | 142 | 0 | 1 | 446 | 142 | 62 |
| Binary | 11100011 | 101 | 11111100 | 1010 | 1100010 | 0 | 1 | 100100110 | 1100010 | 110010 |
Color Harmonies of #E305FC
Complementary color
Monochromatic Colors of #E305FC
Black with #E305FC
Text Example
Text Example
White with #E305FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E305FC; }
p { color: rgb(227,5,252); }
H1.HeaderClassName
{
color: #E305FC;
}
.AnyTagClassName
{
color: #E305FC;
}
</style>
background-color css
<style>
a { background-color: #E305FC; }
a { background-color: rgb(227,5,252); }
div.DivClassName
{
background-color: #E305FC;
}
.BgClassName
{
background-color: #E305FC;
}
</style>
border-color css
<style>
span { border-color: #E305FC; }
span { border-color: rgb(227,5,252); }
td.TdClassName
{
border-color: #E305FC;
}
.TagClassName
{
border-color: #E305FC;
}
</style>