#e71cb6

Color #E71CB6 Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #E71CB6

Tints of Shocking Pink #E71CB6

Color information

#E71CB6 (or 0xE71CB6) is unknown color: approx Shocking Pink. HEX triplet: E7, 1C and B6. RGB value is (231,28,182). Sum of RGB (Red+Green+Blue) = 231+28+182=441 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.38% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 182 (71.48% from 255 or 41.27% from 441); Max value from RGB is 231 - color contains mainly: red. Hex color #E71CB6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71CB6 is #18E349. Grayscale: #696969. Windows color (decimal): -1631050 or 11934951. OLE color: 11934951.

HSL color Cylindrical-coordinate representation of color #E71CB6: hue angle of 314.48º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E71CB6 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB23128182-
CMYK00.880.210.09
HSL314.48º80.88%50.78%-
HSV(B)314.48º87.88%90.59%-
XYZ41.8121.246.14-
YUV106.25170.75216.98-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.38%
GREEN value IS 28 (11.33% from 255) = 6.35%
BLUE value IS 182 (71.48% from 255) = 41.27%
R=52.38%
G=6.35%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312818200.880.210.09314.4880.8850.78
HexE71CB605815913a5133
Octal347342660130251147212163
Binary111001111110010110110010110001010110011001110101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e71cb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e71cb6; }

 p { color: rgb(231,28,182); }

 H1.HeaderClassName
 {
   color: #e71cb6;
 }
 .AnyTagClassName
 {
   color: #e71cb6;
 }
</style>
background-color css

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

 a { background-color: rgb(231,28,182); }

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

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

 span { border-color: rgb(231,28,182); }

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