Shades of Psychedelic Purple #E702E8
Tints of Psychedelic Purple #E702E8
RGB
CMYK
RGB Variations
Color information
#E702E8 (or 0xE702E8) is known color: Psychedelic Purple. HEX triplet: E7, 02 and E8. RGB value is (231,2,232). Sum of RGB (Red+Green+Blue) = 231+2+232=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 2 (1.17% from 255 or 0.43% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #E702E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E702E8 is #18FD17. Grayscale: #606060. Windows color (decimal): -1637656 or 15205095. OLE color: 15205095.
HSL color Cylindrical-coordinate representation of color #E702E8: hue angle of 299.74º 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 #E702E8 is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 2 | 232 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.09 |
| HSL | 299.74º | 0.98% | 0.46% | - |
| HSV(B) | 299.74º | 0.99% | 0.91% | - |
| XYZ | 47.54 | 22.86 | 78.25 | - |
| YUV | 96.69 | 204.37 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 232 | 0.00 | 0.99 | 0 | 0.09 | 299.74 | 0.98 | 0.46 |
| Hex | E7 | 2 | E8 | 0 | 63 | 0 | 9 | 12C | 62 | 2E |
| Octal | 347 | 2 | 350 | 0 | 143 | 0 | 11 | 454 | 142 | 56 |
| Binary | 11100111 | 10 | 11101000 | 0 | 1100011 | 0 | 1001 | 100101100 | 1100010 | 101110 |
Color Harmonies of #E702E8
Complementary color
Monochromatic Colors of #E702E8
Black with #E702E8
Text Example
Text Example
White with #E702E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E702E8; }
p { color: rgb(231,2,232); }
H1.HeaderClassName
{
color: #E702E8;
}
.AnyTagClassName
{
color: #E702E8;
}
</style>
background-color css
<style>
a { background-color: #E702E8; }
a { background-color: rgb(231,2,232); }
div.DivClassName
{
background-color: #E702E8;
}
.BgClassName
{
background-color: #E702E8;
}
</style>
border-color css
<style>
span { border-color: #E702E8; }
span { border-color: rgb(231,2,232); }
td.TdClassName
{
border-color: #E702E8;
}
.TagClassName
{
border-color: #E702E8;
}
</style>