Html Css Color HEX #E71FFA Psychedelic Purple

📋 copy color: '#E71FFA'

red 231 ◦ green 31 ◦ blue 250

#E71FFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #E71FFA

Tints of Psychedelic Purple #E71FFA

RGB

 RED value IS 231 (90.63% from 255) = 45.12%

 GREEN value IS 31 (12.5% from 255) = 6.05%

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 45.12%
G = 6.05%
B = 48.83%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E71FFA (or 0xE71FFA) is known color: Psychedelic Purple. HEX triplet: E7, 1F and FA. RGB value is (231,31,250). Sum of RGB (Red+Green+Blue) = 231+31+250=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 31 (12.5% from 255 or 6.05% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #E71FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71FFA is #18E005. Grayscale: #737373. Windows color (decimal): -1630214 or 16392167. OLE color: 16392167.

HSL color Cylindrical-coordinate representation of color #E71FFA: hue angle of 294.79º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71FFA is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 31 250 -
CMYK 0.08 0.88 0 0.02
HSL 294.79º 0.96% 0.55% -
HSV(B) 294.79º 0.88% 0.98% -
XYZ 50.7 24.87 92.57 -
YUV 115.77 203.76 210.19 -
System Red Green Blue C M Y K H S L
Decimal 231 31 250 0.08 0.88 0 0.02 294.79 0.96 0.55
Hex E7 1F FA 8 58 0 2 127 60 37
Octal 347 37 372 10 130 0 2 447 140 67
Binary 11100111 11111 11111010 1000 1011000 0 10 100100111 1100000 110111

Color Harmonies of #E71FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71FFA

Black with #E71FFA

Text Example


Text Example

White with #E71FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71FFA; }

 p { color: rgb(231,31,250); }

 H1.HeaderClassName
 {
   color: #E71FFA;
 }
 .AnyTagClassName
 {
   color: #E71FFA;
 }
</style>

background-color css

<style>
 a { background-color: #E71FFA; }

 a { background-color: rgb(231,31,250); }

 div.DivClassName
 {
   background-color: #E71FFA;
 }
 .BgClassName
 {
   background-color: #E71FFA;
 }
</style>

border-color css

<style>
 span { border-color: #E71FFA; }

 span { border-color: rgb(231,31,250); }

 td.TdClassName
 {
   border-color: #E71FFA;
 }
 .TagClassName
 {
   border-color: #E71FFA;
 }
</style>