Shades of Psychedelic Purple #E203EC
Tints of Psychedelic Purple #E203EC
RGB
CMYK
RGB Variations
Color information
#E203EC (or 0xE203EC) is known color: Psychedelic Purple. HEX triplet: E2, 03 and EC. RGB value is (226,3,236). Sum of RGB (Red+Green+Blue) = 226+3+236=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 3 (1.56% from 255 or 0.65% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #E203EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E203EC is #1DFC13. Grayscale: #5F5F5F. Windows color (decimal): -1965076 or 15467490. OLE color: 15467490.
HSL color Cylindrical-coordinate representation of color #E203EC: hue angle of 297.42º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E203EC is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 3 | 236 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.07 |
| HSL | 297.42º | 0.97% | 0.47% | - |
| HSV(B) | 297.42º | 0.99% | 0.93% | - |
| XYZ | 46.54 | 22.29 | 81.21 | - |
| YUV | 96.24 | 206.88 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 3 | 236 | 0.04 | 0.99 | 0 | 0.07 | 297.42 | 0.97 | 0.47 |
| Hex | E2 | 3 | EC | 4 | 63 | 0 | 7 | 129 | 61 | 2F |
| Octal | 342 | 3 | 354 | 4 | 143 | 0 | 7 | 451 | 141 | 57 |
| Binary | 11100010 | 11 | 11101100 | 100 | 1100011 | 0 | 111 | 100101001 | 1100001 | 101111 |
Color Harmonies of #E203EC
Complementary color
Monochromatic Colors of #E203EC
Black with #E203EC
Text Example
Text Example
White with #E203EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E203EC; }
p { color: rgb(226,3,236); }
H1.HeaderClassName
{
color: #E203EC;
}
.AnyTagClassName
{
color: #E203EC;
}
</style>
background-color css
<style>
a { background-color: #E203EC; }
a { background-color: rgb(226,3,236); }
div.DivClassName
{
background-color: #E203EC;
}
.BgClassName
{
background-color: #E203EC;
}
</style>
border-color css
<style>
span { border-color: #E203EC; }
span { border-color: rgb(226,3,236); }
td.TdClassName
{
border-color: #E203EC;
}
.TagClassName
{
border-color: #E203EC;
}
</style>