Shades of Psychedelic Purple #E224FC
Tints of Psychedelic Purple #E224FC
RGB
CMYK
RGB Variations
Color information
#E224FC (or 0xE224FC) is known color: Psychedelic Purple. HEX triplet: E2, 24 and FC. RGB value is (226,36,252). Sum of RGB (Red+Green+Blue) = 226+36+252=514 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.97% from 514); Green value is 36 (14.45% from 255 or 7.00% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #E224FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E224FC is #1DDB03. Grayscale: #747474. Windows color (decimal): -1956612 or 16524514. OLE color: 16524514.
HSL color Cylindrical-coordinate representation of color #E224FC: hue angle of 292.78º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E224FC is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 36 | 252 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.01 |
| HSL | 292.78º | 0.97% | 0.56% | - |
| HSV(B) | 292.78º | 0.86% | 0.99% | - |
| XYZ | 49.57 | 24.46 | 94.2 | - |
| YUV | 117.43 | 203.95 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 36 | 252 | 0.10 | 0.86 | 0 | 0.01 | 292.78 | 0.97 | 0.56 |
| Hex | E2 | 24 | FC | A | 56 | 0 | 1 | 125 | 61 | 38 |
| Octal | 342 | 44 | 374 | 12 | 126 | 0 | 1 | 445 | 141 | 70 |
| Binary | 11100010 | 100100 | 11111100 | 1010 | 1010110 | 0 | 1 | 100100101 | 1100001 | 111000 |
Color Harmonies of #E224FC
Complementary color
Monochromatic Colors of #E224FC
Black with #E224FC
Text Example
Text Example
White with #E224FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E224FC; }
p { color: rgb(226,36,252); }
H1.HeaderClassName
{
color: #E224FC;
}
.AnyTagClassName
{
color: #E224FC;
}
</style>
background-color css
<style>
a { background-color: #E224FC; }
a { background-color: rgb(226,36,252); }
div.DivClassName
{
background-color: #E224FC;
}
.BgClassName
{
background-color: #E224FC;
}
</style>
border-color css
<style>
span { border-color: #E224FC; }
span { border-color: rgb(226,36,252); }
td.TdClassName
{
border-color: #E224FC;
}
.TagClassName
{
border-color: #E224FC;
}
</style>