Shades of Psychedelic Purple #E702EA
Tints of Psychedelic Purple #E702EA
RGB
CMYK
RGB Variations
Color information
#E702EA (or 0xE702EA) is known color: Psychedelic Purple. HEX triplet: E7, 02 and EA. RGB value is (231,2,234). Sum of RGB (Red+Green+Blue) = 231+2+234=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 2 (1.17% from 255 or 0.43% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #E702EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E702EA is #18FD15. Grayscale: #606060. Windows color (decimal): -1637654 or 15336167. OLE color: 15336167.
HSL color Cylindrical-coordinate representation of color #E702EA: hue angle of 299.22º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E702EA is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 2 | 234 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.08 |
| HSL | 299.22º | 0.98% | 0.46% | - |
| HSV(B) | 299.22º | 0.99% | 0.92% | - |
| XYZ | 47.83 | 22.97 | 79.76 | - |
| YUV | 96.92 | 205.37 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 2 | 234 | 0.01 | 0.99 | 0 | 0.08 | 299.22 | 0.98 | 0.46 |
| Hex | E7 | 2 | EA | 1 | 63 | 0 | 8 | 12B | 62 | 2E |
| Octal | 347 | 2 | 352 | 1 | 143 | 0 | 10 | 453 | 142 | 56 |
| Binary | 11100111 | 10 | 11101010 | 1 | 1100011 | 0 | 1000 | 100101011 | 1100010 | 101110 |
Color Harmonies of #E702EA
Complementary color
Monochromatic Colors of #E702EA
Black with #E702EA
Text Example
Text Example
White with #E702EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E702EA; }
p { color: rgb(231,2,234); }
H1.HeaderClassName
{
color: #E702EA;
}
.AnyTagClassName
{
color: #E702EA;
}
</style>
background-color css
<style>
a { background-color: #E702EA; }
a { background-color: rgb(231,2,234); }
div.DivClassName
{
background-color: #E702EA;
}
.BgClassName
{
background-color: #E702EA;
}
</style>
border-color css
<style>
span { border-color: #E702EA; }
span { border-color: rgb(231,2,234); }
td.TdClassName
{
border-color: #E702EA;
}
.TagClassName
{
border-color: #E702EA;
}
</style>