Shades of Psychedelic Purple #E71FEA
Tints of Psychedelic Purple #E71FEA
RGB
CMYK
RGB Variations
Color information
#E71FEA (or 0xE71FEA) is known color: Psychedelic Purple. HEX triplet: E7, 1F and EA. RGB value is (231,31,234). Sum of RGB (Red+Green+Blue) = 231+31+234=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 31 (12.5% from 255 or 6.25% from 496); Blue value is 234 (91.80% from 255 or 47.18% from 496); Max value from RGB is 234 - color contains mainly: blue. Hex color #E71FEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71FEA is #18E015. Grayscale: #717171. Windows color (decimal): -1630230 or 15343591. OLE color: 15343591.
HSL color Cylindrical-coordinate representation of color #E71FEA: hue angle of 299.11º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71FEA is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 231 | 31 | 234 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.08 |
| HSL | 299.11º | 0.83% | 0.52% | - |
| HSV(B) | 299.11º | 0.87% | 0.92% | - |
| XYZ | 48.3 | 23.91 | 79.91 | - |
| YUV | 113.94 | 195.76 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 31 | 234 | 0.01 | 0.87 | 0 | 0.08 | 299.11 | 0.83 | 0.52 |
| Hex | E7 | 1F | EA | 1 | 57 | 0 | 8 | 12B | 53 | 34 |
| Octal | 347 | 37 | 352 | 1 | 127 | 0 | 10 | 453 | 123 | 64 |
| Binary | 11100111 | 11111 | 11101010 | 1 | 1010111 | 0 | 1000 | 100101011 | 1010011 | 110100 |
Color Harmonies of #E71FEA
Complementary color
Monochromatic Colors of #E71FEA
Black with #E71FEA
Text Example
Text Example
White with #E71FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E71FEA; }
p { color: rgb(231,31,234); }
H1.HeaderClassName
{
color: #E71FEA;
}
.AnyTagClassName
{
color: #E71FEA;
}
</style>
background-color css
<style>
a { background-color: #E71FEA; }
a { background-color: rgb(231,31,234); }
div.DivClassName
{
background-color: #E71FEA;
}
.BgClassName
{
background-color: #E71FEA;
}
</style>
border-color css
<style>
span { border-color: #E71FEA; }
span { border-color: rgb(231,31,234); }
td.TdClassName
{
border-color: #E71FEA;
}
.TagClassName
{
border-color: #E71FEA;
}
</style>