Html Css Color HEX #E71EFA Psychedelic Purple

📋 copy color: '#E71EFA'

red 231 ◦ green 30 ◦ blue 250

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

Shades of Psychedelic Purple #E71EFA

Tints of Psychedelic Purple #E71EFA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.87%

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

R = 45.21%
G = 5.87%
B = 48.92%

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

#E71EFA (or 0xE71EFA) is known color: Psychedelic Purple. HEX triplet: E7, 1E and FA. RGB value is (231,30,250). Sum of RGB (Red+Green+Blue) = 231+30+250=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 30 (12.11% from 255 or 5.87% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #E71EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71EFA is #18E105. Grayscale: #727272. Windows color (decimal): -1630470 or 16391911. OLE color: 16391911.

HSL color Cylindrical-coordinate representation of color #E71EFA: hue angle of 294.82º 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 #E71EFA is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 30 250 -
CMYK 0.08 0.88 0 0.02
HSL 294.82º 0.96% 0.55% -
HSV(B) 294.82º 0.88% 0.98% -
XYZ 50.67 24.82 92.56 -
YUV 115.18 204.09 210.61 -
System Red Green Blue C M Y K H S L
Decimal 231 30 250 0.08 0.88 0 0.02 294.82 0.96 0.55
Hex E7 1E FA 8 58 0 2 127 60 37
Octal 347 36 372 10 130 0 2 447 140 67
Binary 11100111 11110 11111010 1000 1011000 0 10 100100111 1100000 110111

Color Harmonies of #E71EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71EFA

Black with #E71EFA

Text Example


Text Example

White with #E71EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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