Shades of Psychedelic Purple #E202E7
Tints of Psychedelic Purple #E202E7
RGB
CMYK
RGB Variations
Color information
#E202E7 (or 0xE202E7) is known color: Psychedelic Purple. HEX triplet: E2, 02 and E7. RGB value is (226,2,231). Sum of RGB (Red+Green+Blue) = 226+2+231=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 2 (1.17% from 255 or 0.44% from 459); Blue value is 231 (90.62% from 255 or 50.33% from 459); Max value from RGB is 231 - color contains mainly: blue. Hex color #E202E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E202E7 is #1DFD18. Grayscale: #5E5E5E. Windows color (decimal): -1965337 or 15139554. OLE color: 15139554.
HSL color Cylindrical-coordinate representation of color #E202E7: hue angle of 298.69º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E202E7 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 2 | 231 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.09 |
| HSL | 298.69º | 0.98% | 0.46% | - |
| HSV(B) | 298.69º | 0.99% | 0.91% | - |
| XYZ | 45.81 | 21.98 | 77.43 | - |
| YUV | 95.08 | 204.71 | 221.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 2 | 231 | 0.02 | 0.99 | 0 | 0.09 | 298.69 | 0.98 | 0.46 |
| Hex | E2 | 2 | E7 | 2 | 63 | 0 | 9 | 12B | 62 | 2E |
| Octal | 342 | 2 | 347 | 2 | 143 | 0 | 11 | 453 | 142 | 56 |
| Binary | 11100010 | 10 | 11100111 | 10 | 1100011 | 0 | 1001 | 100101011 | 1100010 | 101110 |
Color Harmonies of #E202E7
Complementary color
Monochromatic Colors of #E202E7
Black with #E202E7
Text Example
Text Example
White with #E202E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E202E7; }
p { color: rgb(226,2,231); }
H1.HeaderClassName
{
color: #E202E7;
}
.AnyTagClassName
{
color: #E202E7;
}
</style>
background-color css
<style>
a { background-color: #E202E7; }
a { background-color: rgb(226,2,231); }
div.DivClassName
{
background-color: #E202E7;
}
.BgClassName
{
background-color: #E202E7;
}
</style>
border-color css
<style>
span { border-color: #E202E7; }
span { border-color: rgb(226,2,231); }
td.TdClassName
{
border-color: #E202E7;
}
.TagClassName
{
border-color: #E202E7;
}
</style>