Shades of Psychedelic Purple #E71CFF
Tints of Psychedelic Purple #E71CFF
RGB
CMYK
RGB Variations
Color information
#E71CFF (or 0xE71CFF) is known color: Psychedelic Purple. HEX triplet: E7, 1C and FF. RGB value is (231,28,255). Sum of RGB (Red+Green+Blue) = 231+28+255=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 28 (11.33% from 255 or 5.45% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #E71CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71CFF is #18E300. Grayscale: #717171. Windows color (decimal): -1630977 or 16719079. OLE color: 16719079.
HSL color Cylindrical-coordinate representation of color #E71CFF: hue angle of 293.66º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71CFF is Cyan = 0.09, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 28 | 255 | - |
| CMYK | 0.09 | 0.89 | 0 | 0 |
| HSL | 293.66º | 1% | 0.55% | - |
| HSV(B) | 293.66º | 0.89% | 1% | - |
| XYZ | 51.42 | 25.04 | 96.73 | - |
| YUV | 114.58 | 207.25 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 28 | 255 | 0.09 | 0.89 | 0 | 0 | 293.66 | 1 | 0.55 |
| Hex | E7 | 1C | FF | 9 | 59 | 0 | 0 | 126 | 64 | 37 |
| Octal | 347 | 34 | 377 | 11 | 131 | 0 | 0 | 446 | 144 | 67 |
| Binary | 11100111 | 11100 | 11111111 | 1001 | 1011001 | 0 | 0 | 100100110 | 1100100 | 110111 |
Color Harmonies of #E71CFF
Complementary color
Monochromatic Colors of #E71CFF
Black with #E71CFF
Text Example
Text Example
White with #E71CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71CFF; }
p { color: rgb(231,28,255); }
H1.HeaderClassName
{
color: #E71CFF;
}
.AnyTagClassName
{
color: #E71CFF;
}
</style>
background-color css
<style>
a { background-color: #E71CFF; }
a { background-color: rgb(231,28,255); }
div.DivClassName
{
background-color: #E71CFF;
}
.BgClassName
{
background-color: #E71CFF;
}
</style>
border-color css
<style>
span { border-color: #E71CFF; }
span { border-color: rgb(231,28,255); }
td.TdClassName
{
border-color: #E71CFF;
}
.TagClassName
{
border-color: #E71CFF;
}
</style>