Shades of Psychedelic Purple #E71CF6
Tints of Psychedelic Purple #E71CF6
RGB
CMYK
RGB Variations
Color information
#E71CF6 (or 0xE71CF6) is known color: Psychedelic Purple. HEX triplet: E7, 1C and F6. RGB value is (231,28,246). Sum of RGB (Red+Green+Blue) = 231+28+246=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 28 (11.33% from 255 or 5.54% from 505); Blue value is 246 (96.48% from 255 or 48.71% from 505); Max value from RGB is 246 - color contains mainly: blue. Hex color #E71CF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71CF6 is #18E309. Grayscale: #707070. Windows color (decimal): -1630986 or 16129255. OLE color: 16129255.
HSL color Cylindrical-coordinate representation of color #E71CF6: hue angle of 295.87º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71CF6 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 28 | 246 | - |
| CMYK | 0.06 | 0.89 | 0 | 0.04 |
| HSL | 295.87º | 0.92% | 0.54% | - |
| HSV(B) | 295.87º | 0.89% | 0.96% | - |
| XYZ | 50 | 24.47 | 89.28 | - |
| YUV | 113.55 | 202.75 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 246 | 0.06 | 0.89 | 0 | 0.04 | 295.87 | 0.92 | 0.54 |
| Hex | E7 | 1C | F6 | 6 | 59 | 0 | 4 | 128 | 5C | 36 |
| Octal | 347 | 34 | 366 | 6 | 131 | 0 | 4 | 450 | 134 | 66 |
| Binary | 11100111 | 11100 | 11110110 | 110 | 1011001 | 0 | 100 | 100101000 | 1011100 | 110110 |
Color Harmonies of #E71CF6
Complementary color
Monochromatic Colors of #E71CF6
Black with #E71CF6
Text Example
Text Example
White with #E71CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71CF6; }
p { color: rgb(231,28,246); }
H1.HeaderClassName
{
color: #E71CF6;
}
.AnyTagClassName
{
color: #E71CF6;
}
</style>
background-color css
<style>
a { background-color: #E71CF6; }
a { background-color: rgb(231,28,246); }
div.DivClassName
{
background-color: #E71CF6;
}
.BgClassName
{
background-color: #E71CF6;
}
</style>
border-color css
<style>
span { border-color: #E71CF6; }
span { border-color: rgb(231,28,246); }
td.TdClassName
{
border-color: #E71CF6;
}
.TagClassName
{
border-color: #E71CF6;
}
</style>