Html Css Color HEX #E71BFC Psychedelic Purple

📋 copy color: '#E71BFC'

red 231 ◦ green 27 ◦ blue 252

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

Shades of Psychedelic Purple #E71BFC

Tints of Psychedelic Purple #E71BFC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.29%

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

R = 45.29%
G = 5.29%
B = 49.41%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E71BFC (or 0xE71BFC) is known color: Psychedelic Purple. HEX triplet: E7, 1B and FC. RGB value is (231,27,252). Sum of RGB (Red+Green+Blue) = 231+27+252=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 27 (10.94% from 255 or 5.29% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #E71BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71BFC is #18E403. Grayscale: #707070. Windows color (decimal): -1631236 or 16522215. OLE color: 16522215.

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

Color convert

RGB 231 27 252 -
CMYK 0.08 0.89 0 0.01
HSL 294.4º 0.97% 0.55% -
HSV(B) 294.4º 0.89% 0.99% -
XYZ 50.92 24.8 94.2 -
YUV 113.65 206.09 211.7 -
System Red Green Blue C M Y K H S L
Decimal 231 27 252 0.08 0.89 0 0.01 294.4 0.97 0.55
Hex E7 1B FC 8 59 0 1 126 61 37
Octal 347 33 374 10 131 0 1 446 141 67
Binary 11100111 11011 11111100 1000 1011001 0 1 100100110 1100001 110111

Color Harmonies of #E71BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71BFC

Black with #E71BFC

Text Example


Text Example

White with #E71BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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