Html Css Color HEX #E71FBF Shocking Pink

📋 copy color: '#E71FBF'

red 231 ◦ green 31 ◦ blue 191

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

Shades of Shocking Pink #E71FBF

Tints of Shocking Pink #E71FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.16%

R = 50.99%
G = 6.84%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E71FBF (or 0xE71FBF) is known color: Shocking Pink. HEX triplet: E7, 1F and BF. RGB value is (231,31,191). Sum of RGB (Red+Green+Blue) = 231+31+191=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E71FBF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71FBF is #18E040. Grayscale: #6C6C6C. Windows color (decimal): -1630273 or 12525543. OLE color: 12525543.

HSL color Cylindrical-coordinate representation of color #E71FBF: hue angle of 312º 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 #E71FBF is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 31 191 -
CMYK 0 0.87 0.17 0.09
HSL 312º 0.81% 0.51% -
HSV(B) 312º 0.87% 0.91% -
XYZ 42.85 21.73 51.23 -
YUV 109.04 174.26 214.99 -
System Red Green Blue C M Y K H S L
Decimal 231 31 191 0 0.87 0.17 0.09 312 0.81 0.51
Hex E7 1F BF 0 57 11 9 138 51 33
Octal 347 37 277 0 127 21 11 470 121 63
Binary 11100111 11111 10111111 0 1010111 10001 1001 100111000 1010001 110011

Color Harmonies of #E71FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71FBF

Black with #E71FBF

Text Example


Text Example

White with #E71FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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