Shades of Psychedelic Purple #E710FA
Tints of Psychedelic Purple #E710FA
RGB
CMYK
RGB Variations
Color information
#E710FA (or 0xE710FA) is known color: Psychedelic Purple. HEX triplet: E7, 10 and FA. RGB value is (231,16,250). Sum of RGB (Red+Green+Blue) = 231+16+250=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 16 (6.64% from 255 or 3.22% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #E710FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E710FA is #18EF05. Grayscale: #6A6A6A. Windows color (decimal): -1634054 or 16388327. OLE color: 16388327.
HSL color Cylindrical-coordinate representation of color #E710FA: hue angle of 295.13º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E710FA is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 16 | 250 | - |
| CMYK | 0.08 | 0.94 | 0 | 0.02 |
| HSL | 295.13º | 0.96% | 0.52% | - |
| HSV(B) | 295.13º | 0.94% | 0.98% | - |
| XYZ | 50.4 | 24.26 | 92.47 | - |
| YUV | 106.96 | 208.73 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 250 | 0.08 | 0.94 | 0 | 0.02 | 295.13 | 0.96 | 0.52 |
| Hex | E7 | 10 | FA | 8 | 5E | 0 | 2 | 127 | 60 | 34 |
| Octal | 347 | 20 | 372 | 10 | 136 | 0 | 2 | 447 | 140 | 64 |
| Binary | 11100111 | 10000 | 11111010 | 1000 | 1011110 | 0 | 10 | 100100111 | 1100000 | 110100 |
Color Harmonies of #E710FA
Complementary color
Monochromatic Colors of #E710FA
Black with #E710FA
Text Example
Text Example
White with #E710FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E710FA; }
p { color: rgb(231,16,250); }
H1.HeaderClassName
{
color: #E710FA;
}
.AnyTagClassName
{
color: #E710FA;
}
</style>
background-color css
<style>
a { background-color: #E710FA; }
a { background-color: rgb(231,16,250); }
div.DivClassName
{
background-color: #E710FA;
}
.BgClassName
{
background-color: #E710FA;
}
</style>
border-color css
<style>
span { border-color: #E710FA; }
span { border-color: rgb(231,16,250); }
td.TdClassName
{
border-color: #E710FA;
}
.TagClassName
{
border-color: #E710FA;
}
</style>