Html Css Color HEX #E71FFC Psychedelic Purple

📋 copy color: '#E71FFC'

red 231 ◦ green 31 ◦ blue 252

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

Shades of Psychedelic Purple #E71FFC

Tints of Psychedelic Purple #E71FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.03%

R = 44.94%
G = 6.03%
B = 49.03%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E71FFC (or 0xE71FFC) is known color: Psychedelic Purple. HEX triplet: E7, 1F and FC. RGB value is (231,31,252). Sum of RGB (Red+Green+Blue) = 231+31+252=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 31 (12.5% from 255 or 6.03% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #E71FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71FFC is #18E003. Grayscale: #737373. Windows color (decimal): -1630212 or 16523239. OLE color: 16523239.

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

Color convert

RGB 231 31 252 -
CMYK 0.08 0.88 0 0.01
HSL 294.3º 0.97% 0.55% -
HSV(B) 294.3º 0.88% 0.99% -
XYZ 51.02 25 94.23 -
YUV 115.99 204.76 210.03 -
System Red Green Blue C M Y K H S L
Decimal 231 31 252 0.08 0.88 0 0.01 294.3 0.97 0.55
Hex E7 1F FC 8 58 0 1 126 61 37
Octal 347 37 374 10 130 0 1 446 141 67
Binary 11100111 11111 11111100 1000 1011000 0 1 100100110 1100001 110111

Color Harmonies of #E71FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71FFC

Black with #E71FFC

Text Example


Text Example

White with #E71FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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