Html Css Color HEX #E71FFF Psychedelic Purple

📋 copy color: '#E71FFF'

red 231 ◦ green 31 ◦ blue 255

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

Shades of Psychedelic Purple #E71FFF

Tints of Psychedelic Purple #E71FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.32%

R = 44.68%
G = 6%
B = 49.32%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E71FFF (or 0xE71FFF) is known color: Psychedelic Purple. HEX triplet: E7, 1F and FF. RGB value is (231,31,255). Sum of RGB (Red+Green+Blue) = 231+31+255=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 31 (12.5% from 255 or 6.00% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #E71FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71FFF is #18E000. Grayscale: #737373. Windows color (decimal): -1630209 or 16719847. OLE color: 16719847.

HSL color Cylindrical-coordinate representation of color #E71FFF: hue angle of 293.57º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71FFF is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 231 31 255 -
CMYK 0.09 0.88 0 0
HSL 293.57º 1% 0.56% -
HSV(B) 293.57º 0.88% 1% -
XYZ 51.49 25.19 96.76 -
YUV 116.34 206.26 209.79 -
System Red Green Blue C M Y K H S L
Decimal 231 31 255 0.09 0.88 0 0 293.57 1 0.56
Hex E7 1F FF 9 58 0 0 126 64 38
Octal 347 37 377 11 130 0 0 446 144 70
Binary 11100111 11111 11111111 1001 1011000 0 0 100100110 1100100 111000

Color Harmonies of #E71FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71FFF

Black with #E71FFF

Text Example


Text Example

White with #E71FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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