Shades of Psychedelic Purple #E700EA
Tints of Psychedelic Purple #E700EA
RGB
CMYK
RGB Variations
Color information
#E700EA (or 0xE700EA) is known color: Psychedelic Purple. HEX triplet: E7, 00 and EA. RGB value is (231,0,234). Sum of RGB (Red+Green+Blue) = 231+0+234=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 0 (0.39% from 255 or 0% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #E700EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E700EA is #18FF15. Grayscale: #5F5F5F. Windows color (decimal): -1638166 or 15335655. OLE color: 15335655.
HSL color Cylindrical-coordinate representation of color #E700EA: hue angle of 299.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E700EA is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 0 | 234 | - |
| CMYK | 0.01 | 1 | 0 | 0.08 |
| HSL | 299.23º | 1% | 0.46% | - |
| HSV(B) | 299.23º | 1% | 0.92% | - |
| XYZ | 47.81 | 22.93 | 79.75 | - |
| YUV | 95.75 | 206.03 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 234 | 0.01 | 1 | 0 | 0.08 | 299.23 | 1 | 0.46 |
| Hex | E7 | 0 | EA | 1 | 64 | 0 | 8 | 12B | 64 | 2E |
| Octal | 347 | 0 | 352 | 1 | 144 | 0 | 10 | 453 | 144 | 56 |
| Binary | 11100111 | 0 | 11101010 | 1 | 1100100 | 0 | 1000 | 100101011 | 1100100 | 101110 |
Color Harmonies of #E700EA
Complementary color
Monochromatic Colors of #E700EA
Black with #E700EA
Text Example
Text Example
White with #E700EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E700EA; }
p { color: rgb(231,0,234); }
H1.HeaderClassName
{
color: #E700EA;
}
.AnyTagClassName
{
color: #E700EA;
}
</style>
background-color css
<style>
a { background-color: #E700EA; }
a { background-color: rgb(231,0,234); }
div.DivClassName
{
background-color: #E700EA;
}
.BgClassName
{
background-color: #E700EA;
}
</style>
border-color css
<style>
span { border-color: #E700EA; }
span { border-color: rgb(231,0,234); }
td.TdClassName
{
border-color: #E700EA;
}
.TagClassName
{
border-color: #E700EA;
}
</style>