Shades of Psychedelic Purple #E718F2
Tints of Psychedelic Purple #E718F2
RGB
CMYK
RGB Variations
Color information
#E718F2 (or 0xE718F2) is known color: Psychedelic Purple. HEX triplet: E7, 18 and F2. RGB value is (231,24,242). Sum of RGB (Red+Green+Blue) = 231+24+242=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 24 (9.77% from 255 or 4.83% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #E718F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E718F2 is #18E70D. Grayscale: #6E6E6E. Windows color (decimal): -1632014 or 15866087. OLE color: 15866087.
HSL color Cylindrical-coordinate representation of color #E718F2: hue angle of 296.97º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E718F2 is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 24 | 242 | - |
| CMYK | 0.05 | 0.90 | 0 | 0.05 |
| HSL | 296.97º | 0.89% | 0.52% | - |
| HSV(B) | 296.97º | 0.9% | 0.95% | - |
| XYZ | 49.31 | 24.05 | 86.05 | - |
| YUV | 110.75 | 202.08 | 213.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 24 | 242 | 0.05 | 0.90 | 0 | 0.05 | 296.97 | 0.89 | 0.52 |
| Hex | E7 | 18 | F2 | 5 | 5A | 0 | 5 | 129 | 59 | 34 |
| Octal | 347 | 30 | 362 | 5 | 132 | 0 | 5 | 451 | 131 | 64 |
| Binary | 11100111 | 11000 | 11110010 | 101 | 1011010 | 0 | 101 | 100101001 | 1011001 | 110100 |
Color Harmonies of #E718F2
Complementary color
Monochromatic Colors of #E718F2
Black with #E718F2
Text Example
Text Example
White with #E718F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E718F2; }
p { color: rgb(231,24,242); }
H1.HeaderClassName
{
color: #E718F2;
}
.AnyTagClassName
{
color: #E718F2;
}
</style>
background-color css
<style>
a { background-color: #E718F2; }
a { background-color: rgb(231,24,242); }
div.DivClassName
{
background-color: #E718F2;
}
.BgClassName
{
background-color: #E718F2;
}
</style>
border-color css
<style>
span { border-color: #E718F2; }
span { border-color: rgb(231,24,242); }
td.TdClassName
{
border-color: #E718F2;
}
.TagClassName
{
border-color: #E718F2;
}
</style>