Html Css Color HEX #E71FE6 Psychedelic Purple

📋 copy color: '#E71FE6'

red 231 ◦ green 31 ◦ blue 230

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

Shades of Psychedelic Purple #E71FE6

Tints of Psychedelic Purple #E71FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.75%

R = 46.95%
G = 6.3%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#E71FE6 (or 0xE71FE6) is known color: Psychedelic Purple. HEX triplet: E7, 1F and E6. RGB value is (231,31,230). Sum of RGB (Red+Green+Blue) = 231+31+230=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 31 (12.5% from 255 or 6.30% from 492); Blue value is 230 (90.23% from 255 or 46.75% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E71FE6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71FE6 is #18E019. Grayscale: #707070. Windows color (decimal): -1630234 or 15081447. OLE color: 15081447.

HSL color Cylindrical-coordinate representation of color #E71FE6: hue angle of 300.3º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E71FE6 is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 31 230 -
CMYK 0 0.87 0.00 0.09
HSL 300.3º 0.81% 0.51% -
HSV(B) 300.3º 0.87% 0.91% -
XYZ 47.73 23.68 76.92 -
YUV 113.49 193.76 211.82 -
System Red Green Blue C M Y K H S L
Decimal 231 31 230 0 0.87 0.00 0.09 300.3 0.81 0.51
Hex E7 1F E6 0 57 0 9 12C 51 33
Octal 347 37 346 0 127 0 11 454 121 63
Binary 11100111 11111 11100110 0 1010111 0 1001 100101100 1010001 110011

Color Harmonies of #E71FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71FE6

Black with #E71FE6

Text Example


Text Example

White with #E71FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71FE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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