Shades of Psychedelic Purple #E716E8
Tints of Psychedelic Purple #E716E8
RGB
CMYK
RGB Variations
Color information
#E716E8 (or 0xE716E8) is known color: Psychedelic Purple. HEX triplet: E7, 16 and E8. RGB value is (231,22,232). Sum of RGB (Red+Green+Blue) = 231+22+232=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 22 (8.98% from 255 or 4.54% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #E716E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E716E8 is #18E917. Grayscale: #6B6B6B. Windows color (decimal): -1632536 or 15210215. OLE color: 15210215.
HSL color Cylindrical-coordinate representation of color #E716E8: hue angle of 299.71º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E716E8 is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 22 | 232 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.09 |
| HSL | 299.71º | 0.83% | 0.5% | - |
| HSV(B) | 299.71º | 0.91% | 0.91% | - |
| XYZ | 47.81 | 23.39 | 78.34 | - |
| YUV | 108.43 | 197.74 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 22 | 232 | 0.00 | 0.91 | 0 | 0.09 | 299.71 | 0.83 | 0.5 |
| Hex | E7 | 16 | E8 | 0 | 5B | 0 | 9 | 12C | 53 | 32 |
| Octal | 347 | 26 | 350 | 0 | 133 | 0 | 11 | 454 | 123 | 62 |
| Binary | 11100111 | 10110 | 11101000 | 0 | 1011011 | 0 | 1001 | 100101100 | 1010011 | 110010 |
Color Harmonies of #E716E8
Complementary color
Monochromatic Colors of #E716E8
Black with #E716E8
Text Example
Text Example
White with #E716E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E716E8; }
p { color: rgb(231,22,232); }
H1.HeaderClassName
{
color: #E716E8;
}
.AnyTagClassName
{
color: #E716E8;
}
</style>
background-color css
<style>
a { background-color: #E716E8; }
a { background-color: rgb(231,22,232); }
div.DivClassName
{
background-color: #E716E8;
}
.BgClassName
{
background-color: #E716E8;
}
</style>
border-color css
<style>
span { border-color: #E716E8; }
span { border-color: rgb(231,22,232); }
td.TdClassName
{
border-color: #E716E8;
}
.TagClassName
{
border-color: #E716E8;
}
</style>