Html Css Color HEX #E71FBA Shocking Pink

📋 copy color: '#E71FBA'

red 231 ◦ green 31 ◦ blue 186

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

Shades of Shocking Pink #E71FBA

Tints of Shocking Pink #E71FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 51.56%
G = 6.92%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E71FBA (or 0xE71FBA) is known color: Shocking Pink. HEX triplet: E7, 1F and BA. RGB value is (231,31,186). Sum of RGB (Red+Green+Blue) = 231+31+186=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 31 (12.5% from 255 or 6.92% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E71FBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71FBA is #18E045. Grayscale: #6C6C6C. Windows color (decimal): -1630278 or 12197863. OLE color: 12197863.

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

Color convert

RGB 231 31 186 -
CMYK 0 0.87 0.19 0.09
HSL 313.5º 0.81% 0.51% -
HSV(B) 313.5º 0.87% 0.91% -
XYZ 42.31 21.51 48.38 -
YUV 108.47 171.76 215.4 -
System Red Green Blue C M Y K H S L
Decimal 231 31 186 0 0.87 0.19 0.09 313.5 0.81 0.51
Hex E7 1F BA 0 57 13 9 13A 51 33
Octal 347 37 272 0 127 23 11 472 121 63
Binary 11100111 11111 10111010 0 1010111 10011 1001 100111010 1010001 110011

Color Harmonies of #E71FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71FBA

Black with #E71FBA

Text Example


Text Example

White with #E71FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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