Shades of Psychedelic Purple #E703EA
Tints of Psychedelic Purple #E703EA
RGB
CMYK
RGB Variations
Color information
#E703EA (or 0xE703EA) is known color: Psychedelic Purple. HEX triplet: E7, 03 and EA. RGB value is (231,3,234). Sum of RGB (Red+Green+Blue) = 231+3+234=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 3 (1.56% from 255 or 0.64% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #E703EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E703EA is #18FC15. Grayscale: #606060. Windows color (decimal): -1637398 or 15336423. OLE color: 15336423.
HSL color Cylindrical-coordinate representation of color #E703EA: hue angle of 299.22º degrees, saturation: 0.97, 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 #E703EA is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 3 | 234 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.08 |
| HSL | 299.22º | 0.97% | 0.46% | - |
| HSV(B) | 299.22º | 0.99% | 0.92% | - |
| XYZ | 47.84 | 22.99 | 79.76 | - |
| YUV | 97.51 | 205.04 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 3 | 234 | 0.01 | 0.99 | 0 | 0.08 | 299.22 | 0.97 | 0.46 |
| Hex | E7 | 3 | EA | 1 | 63 | 0 | 8 | 12B | 61 | 2E |
| Octal | 347 | 3 | 352 | 1 | 143 | 0 | 10 | 453 | 141 | 56 |
| Binary | 11100111 | 11 | 11101010 | 1 | 1100011 | 0 | 1000 | 100101011 | 1100001 | 101110 |
Color Harmonies of #E703EA
Complementary color
Monochromatic Colors of #E703EA
Black with #E703EA
Text Example
Text Example
White with #E703EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E703EA; }
p { color: rgb(231,3,234); }
H1.HeaderClassName
{
color: #E703EA;
}
.AnyTagClassName
{
color: #E703EA;
}
</style>
background-color css
<style>
a { background-color: #E703EA; }
a { background-color: rgb(231,3,234); }
div.DivClassName
{
background-color: #E703EA;
}
.BgClassName
{
background-color: #E703EA;
}
</style>
border-color css
<style>
span { border-color: #E703EA; }
span { border-color: rgb(231,3,234); }
td.TdClassName
{
border-color: #E703EA;
}
.TagClassName
{
border-color: #E703EA;
}
</style>