Shades of Psychedelic Purple #E223FC
Tints of Psychedelic Purple #E223FC
RGB
CMYK
RGB Variations
Color information
#E223FC (or 0xE223FC) is known color: Psychedelic Purple. HEX triplet: E2, 23 and FC. RGB value is (226,35,252). Sum of RGB (Red+Green+Blue) = 226+35+252=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 35 (14.06% from 255 or 6.82% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #E223FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E223FC is #1DDC03. Grayscale: #747474. Windows color (decimal): -1956868 or 16524258. OLE color: 16524258.
HSL color Cylindrical-coordinate representation of color #E223FC: hue angle of 292.81º 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 #E223FC is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 35 | 252 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.01 |
| HSL | 292.81º | 0.97% | 0.56% | - |
| HSV(B) | 292.81º | 0.86% | 0.99% | - |
| XYZ | 49.54 | 24.4 | 94.19 | - |
| YUV | 116.85 | 204.28 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 35 | 252 | 0.10 | 0.86 | 0 | 0.01 | 292.81 | 0.97 | 0.56 |
| Hex | E2 | 23 | FC | A | 56 | 0 | 1 | 125 | 61 | 38 |
| Octal | 342 | 43 | 374 | 12 | 126 | 0 | 1 | 445 | 141 | 70 |
| Binary | 11100010 | 100011 | 11111100 | 1010 | 1010110 | 0 | 1 | 100100101 | 1100001 | 111000 |
Color Harmonies of #E223FC
Complementary color
Monochromatic Colors of #E223FC
Black with #E223FC
Text Example
Text Example
White with #E223FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E223FC; }
p { color: rgb(226,35,252); }
H1.HeaderClassName
{
color: #E223FC;
}
.AnyTagClassName
{
color: #E223FC;
}
</style>
background-color css
<style>
a { background-color: #E223FC; }
a { background-color: rgb(226,35,252); }
div.DivClassName
{
background-color: #E223FC;
}
.BgClassName
{
background-color: #E223FC;
}
</style>
border-color css
<style>
span { border-color: #E223FC; }
span { border-color: rgb(226,35,252); }
td.TdClassName
{
border-color: #E223FC;
}
.TagClassName
{
border-color: #E223FC;
}
</style>