Shades of Psychedelic Purple #E218F3
Tints of Psychedelic Purple #E218F3
RGB
CMYK
RGB Variations
Color information
#E218F3 (or 0xE218F3) is known color: Psychedelic Purple. HEX triplet: E2, 18 and F3. RGB value is (226,24,243). Sum of RGB (Red+Green+Blue) = 226+24+243=493 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.84% from 493); Green value is 24 (9.77% from 255 or 4.87% from 493); Blue value is 243 (95.31% from 255 or 49.29% from 493); Max value from RGB is 243 - color contains mainly: blue. Hex color #E218F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E218F3 is #1DE70C. Grayscale: #6C6C6C. Windows color (decimal): -1959693 or 15931618. OLE color: 15931618.
HSL color Cylindrical-coordinate representation of color #E218F3: hue angle of 295.34º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E218F3 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 24 | 243 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.05 |
| HSL | 295.34º | 0.9% | 0.52% | - |
| HSV(B) | 295.34º | 0.9% | 0.95% | - |
| XYZ | 47.87 | 23.29 | 86.77 | - |
| YUV | 109.36 | 203.42 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 24 | 243 | 0.07 | 0.90 | 0 | 0.05 | 295.34 | 0.9 | 0.52 |
| Hex | E2 | 18 | F3 | 7 | 5A | 0 | 5 | 127 | 5A | 34 |
| Octal | 342 | 30 | 363 | 7 | 132 | 0 | 5 | 447 | 132 | 64 |
| Binary | 11100010 | 11000 | 11110011 | 111 | 1011010 | 0 | 101 | 100100111 | 1011010 | 110100 |
Color Harmonies of #E218F3
Complementary color
Monochromatic Colors of #E218F3
Black with #E218F3
Text Example
Text Example
White with #E218F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E218F3; }
p { color: rgb(226,24,243); }
H1.HeaderClassName
{
color: #E218F3;
}
.AnyTagClassName
{
color: #E218F3;
}
</style>
background-color css
<style>
a { background-color: #E218F3; }
a { background-color: rgb(226,24,243); }
div.DivClassName
{
background-color: #E218F3;
}
.BgClassName
{
background-color: #E218F3;
}
</style>
border-color css
<style>
span { border-color: #E218F3; }
span { border-color: rgb(226,24,243); }
td.TdClassName
{
border-color: #E218F3;
}
.TagClassName
{
border-color: #E218F3;
}
</style>