Html Css Color HEX #E71FBE Shocking Pink

📋 copy color: '#E71FBE'

red 231 ◦ green 31 ◦ blue 190

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

Shades of Shocking Pink #E71FBE

Tints of Shocking Pink #E71FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 51.11%
G = 6.86%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E71FBE (or 0xE71FBE) is known color: Shocking Pink. HEX triplet: E7, 1F and BE. RGB value is (231,31,190). Sum of RGB (Red+Green+Blue) = 231+31+190=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 31 (12.5% from 255 or 6.86% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E71FBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71FBE is #18E041. Grayscale: #6C6C6C. Windows color (decimal): -1630274 or 12460007. OLE color: 12460007.

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

Color convert

RGB 231 31 190 -
CMYK 0 0.87 0.18 0.09
HSL 312.3º 0.81% 0.51% -
HSV(B) 312.3º 0.87% 0.91% -
XYZ 42.74 21.69 50.65 -
YUV 108.93 173.76 215.07 -
System Red Green Blue C M Y K H S L
Decimal 231 31 190 0 0.87 0.18 0.09 312.3 0.81 0.51
Hex E7 1F BE 0 57 12 9 138 51 33
Octal 347 37 276 0 127 22 11 470 121 63
Binary 11100111 11111 10111110 0 1010111 10010 1001 100111000 1010001 110011

Color Harmonies of #E71FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71FBE

Black with #E71FBE

Text Example


Text Example

White with #E71FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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