Shades of Psychedelic Purple #E228FB
Tints of Psychedelic Purple #E228FB
RGB
CMYK
RGB Variations
Color information
#E228FB (or 0xE228FB) is known color: Psychedelic Purple. HEX triplet: E2, 28 and FB. RGB value is (226,40,251). Sum of RGB (Red+Green+Blue) = 226+40+251=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 40 (16.02% from 255 or 7.74% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #E228FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E228FB is #1DD704. Grayscale: #777777. Windows color (decimal): -1955589 or 16460002. OLE color: 16460002.
HSL color Cylindrical-coordinate representation of color #E228FB: hue angle of 292.89º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E228FB is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 40 | 251 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.02 |
| HSL | 292.89º | 0.96% | 0.57% | - |
| HSV(B) | 292.89º | 0.84% | 0.98% | - |
| XYZ | 49.54 | 24.65 | 93.41 | - |
| YUV | 119.67 | 202.12 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 251 | 0.10 | 0.84 | 0 | 0.02 | 292.89 | 0.96 | 0.57 |
| Hex | E2 | 28 | FB | A | 54 | 0 | 2 | 125 | 60 | 39 |
| Octal | 342 | 50 | 373 | 12 | 124 | 0 | 2 | 445 | 140 | 71 |
| Binary | 11100010 | 101000 | 11111011 | 1010 | 1010100 | 0 | 10 | 100100101 | 1100000 | 111001 |
Color Harmonies of #E228FB
Complementary color
Monochromatic Colors of #E228FB
Black with #E228FB
Text Example
Text Example
White with #E228FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228FB; }
p { color: rgb(226,40,251); }
H1.HeaderClassName
{
color: #E228FB;
}
.AnyTagClassName
{
color: #E228FB;
}
</style>
background-color css
<style>
a { background-color: #E228FB; }
a { background-color: rgb(226,40,251); }
div.DivClassName
{
background-color: #E228FB;
}
.BgClassName
{
background-color: #E228FB;
}
</style>
border-color css
<style>
span { border-color: #E228FB; }
span { border-color: rgb(226,40,251); }
td.TdClassName
{
border-color: #E228FB;
}
.TagClassName
{
border-color: #E228FB;
}
</style>