Shades of Psychedelic Purple #E201E3
Tints of Psychedelic Purple #E201E3
RGB
CMYK
RGB Variations
Color information
#E201E3 (or 0xE201E3) is known color: Psychedelic Purple. HEX triplet: E2, 01 and E3. RGB value is (226,1,227). Sum of RGB (Red+Green+Blue) = 226+1+227=454 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.78% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 227 (89.06% from 255 or 50% from 454); Max value from RGB is 227 - color contains mainly: blue. Hex color #E201E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E201E3 is #1DFE1C. Grayscale: #5D5D5D. Windows color (decimal): -1965597 or 14877154. OLE color: 14877154.
HSL color Cylindrical-coordinate representation of color #E201E3: hue angle of 299.73º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E201E3 is Cyan = 0.00, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 1 | 227 | - |
| CMYK | 0.00 | 1.00 | 0 | 0.11 |
| HSL | 299.73º | 0.99% | 0.45% | - |
| HSV(B) | 299.73º | 1% | 0.89% | - |
| XYZ | 45.24 | 21.74 | 74.48 | - |
| YUV | 94.04 | 203.04 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 1 | 227 | 0.00 | 1.00 | 0 | 0.11 | 299.73 | 0.99 | 0.45 |
| Hex | E2 | 1 | E3 | 0 | 64 | 0 | B | 12C | 63 | 2D |
| Octal | 342 | 1 | 343 | 0 | 144 | 0 | 13 | 454 | 143 | 55 |
| Binary | 11100010 | 1 | 11100011 | 0 | 1100100 | 0 | 1011 | 100101100 | 1100011 | 101101 |
Color Harmonies of #E201E3
Complementary color
Monochromatic Colors of #E201E3
Black with #E201E3
Text Example
Text Example
White with #E201E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E201E3; }
p { color: rgb(226,1,227); }
H1.HeaderClassName
{
color: #E201E3;
}
.AnyTagClassName
{
color: #E201E3;
}
</style>
background-color css
<style>
a { background-color: #E201E3; }
a { background-color: rgb(226,1,227); }
div.DivClassName
{
background-color: #E201E3;
}
.BgClassName
{
background-color: #E201E3;
}
</style>
border-color css
<style>
span { border-color: #E201E3; }
span { border-color: rgb(226,1,227); }
td.TdClassName
{
border-color: #E201E3;
}
.TagClassName
{
border-color: #E201E3;
}
</style>