Shades of Psychedelic Purple #E700E8
Tints of Psychedelic Purple #E700E8
RGB
CMYK
RGB Variations
Color information
#E700E8 (or 0xE700E8) is known color: Psychedelic Purple. HEX triplet: E7, 00 and E8. RGB value is (231,0,232). Sum of RGB (Red+Green+Blue) = 231+0+232=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 0 (0.39% from 255 or 0% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #E700E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E700E8 is #18FF17. Grayscale: #5E5E5E. Windows color (decimal): -1638168 or 15204583. OLE color: 15204583.
HSL color Cylindrical-coordinate representation of color #E700E8: hue angle of 299.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E700E8 is Cyan = 0.00, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 232 | - |
| CMYK | 0.00 | 1 | 0 | 0.09 |
| HSL | 299.74º | 1% | 0.45% | - |
| HSV(B) | 299.74º | 1% | 0.91% | - |
| XYZ | 47.52 | 22.82 | 78.24 | - |
| YUV | 95.52 | 205.03 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 232 | 0.00 | 1 | 0 | 0.09 | 299.74 | 1 | 0.45 |
| Hex | E7 | 0 | E8 | 0 | 64 | 0 | 9 | 12C | 64 | 2D |
| Octal | 347 | 0 | 350 | 0 | 144 | 0 | 11 | 454 | 144 | 55 |
| Binary | 11100111 | 0 | 11101000 | 0 | 1100100 | 0 | 1001 | 100101100 | 1100100 | 101101 |
Color Harmonies of #E700E8
Complementary color
Monochromatic Colors of #E700E8
Black with #E700E8
Text Example
Text Example
White with #E700E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E700E8; }
p { color: rgb(231,0,232); }
H1.HeaderClassName
{
color: #E700E8;
}
.AnyTagClassName
{
color: #E700E8;
}
</style>
background-color css
<style>
a { background-color: #E700E8; }
a { background-color: rgb(231,0,232); }
div.DivClassName
{
background-color: #E700E8;
}
.BgClassName
{
background-color: #E700E8;
}
</style>
border-color css
<style>
span { border-color: #E700E8; }
span { border-color: rgb(231,0,232); }
td.TdClassName
{
border-color: #E700E8;
}
.TagClassName
{
border-color: #E700E8;
}
</style>