Shades of Psychedelic Purple #E715FB
Tints of Psychedelic Purple #E715FB
RGB
CMYK
RGB Variations
Color information
#E715FB (or 0xE715FB) is known color: Psychedelic Purple. HEX triplet: E7, 15 and FB. RGB value is (231,21,251). Sum of RGB (Red+Green+Blue) = 231+21+251=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 21 (8.59% from 255 or 4.17% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #E715FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E715FB is #18EA04. Grayscale: #6D6D6D. Windows color (decimal): -1632773 or 16455143. OLE color: 16455143.
HSL color Cylindrical-coordinate representation of color #E715FB: hue angle of 294.78º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E715FB is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 21 | 251 | - |
| CMYK | 0.08 | 0.92 | 0 | 0.02 |
| HSL | 294.78º | 0.97% | 0.53% | - |
| HSV(B) | 294.78º | 0.92% | 0.98% | - |
| XYZ | 50.64 | 24.49 | 93.33 | - |
| YUV | 110.01 | 207.57 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 21 | 251 | 0.08 | 0.92 | 0 | 0.02 | 294.78 | 0.97 | 0.53 |
| Hex | E7 | 15 | FB | 8 | 5C | 0 | 2 | 127 | 61 | 35 |
| Octal | 347 | 25 | 373 | 10 | 134 | 0 | 2 | 447 | 141 | 65 |
| Binary | 11100111 | 10101 | 11111011 | 1000 | 1011100 | 0 | 10 | 100100111 | 1100001 | 110101 |
Color Harmonies of #E715FB
Complementary color
Monochromatic Colors of #E715FB
Black with #E715FB
Text Example
Text Example
White with #E715FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E715FB; }
p { color: rgb(231,21,251); }
H1.HeaderClassName
{
color: #E715FB;
}
.AnyTagClassName
{
color: #E715FB;
}
</style>
background-color css
<style>
a { background-color: #E715FB; }
a { background-color: rgb(231,21,251); }
div.DivClassName
{
background-color: #E715FB;
}
.BgClassName
{
background-color: #E715FB;
}
</style>
border-color css
<style>
span { border-color: #E715FB; }
span { border-color: rgb(231,21,251); }
td.TdClassName
{
border-color: #E715FB;
}
.TagClassName
{
border-color: #E715FB;
}
</style>