Shades of Psychedelic Purple #E205FC
Tints of Psychedelic Purple #E205FC
RGB
CMYK
RGB Variations
Color information
#E205FC (or 0xE205FC) is known color: Psychedelic Purple. HEX triplet: E2, 05 and FC. RGB value is (226,5,252). Sum of RGB (Red+Green+Blue) = 226+5+252=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 5 (2.34% from 255 or 1.04% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #E205FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E205FC is #1DFA03. Grayscale: #626262. Windows color (decimal): -1964548 or 16516578. OLE color: 16516578.
HSL color Cylindrical-coordinate representation of color #E205FC: hue angle of 293.68º 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 #E205FC is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 5 | 252 | - |
| CMYK | 0.10 | 0.98 | 0 | 0.01 |
| HSL | 293.68º | 0.98% | 0.5% | - |
| HSV(B) | 293.68º | 0.98% | 0.99% | - |
| XYZ | 48.99 | 23.31 | 94.01 | - |
| YUV | 99.24 | 214.22 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 252 | 0.10 | 0.98 | 0 | 0.01 | 293.68 | 0.98 | 0.5 |
| Hex | E2 | 5 | FC | A | 62 | 0 | 1 | 126 | 62 | 32 |
| Octal | 342 | 5 | 374 | 12 | 142 | 0 | 1 | 446 | 142 | 62 |
| Binary | 11100010 | 101 | 11111100 | 1010 | 1100010 | 0 | 1 | 100100110 | 1100010 | 110010 |
Color Harmonies of #E205FC
Complementary color
Monochromatic Colors of #E205FC
Black with #E205FC
Text Example
Text Example
White with #E205FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E205FC; }
p { color: rgb(226,5,252); }
H1.HeaderClassName
{
color: #E205FC;
}
.AnyTagClassName
{
color: #E205FC;
}
</style>
background-color css
<style>
a { background-color: #E205FC; }
a { background-color: rgb(226,5,252); }
div.DivClassName
{
background-color: #E205FC;
}
.BgClassName
{
background-color: #E205FC;
}
</style>
border-color css
<style>
span { border-color: #E205FC; }
span { border-color: rgb(226,5,252); }
td.TdClassName
{
border-color: #E205FC;
}
.TagClassName
{
border-color: #E205FC;
}
</style>