#E71DBA

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

Shades of Shocking Pink #E71DBA

Tints of Shocking Pink #E71DBA

Color information

#E71DBA (or 0xE71DBA) is unknown color: approx Shocking Pink. HEX triplet: E7, 1D and BA. RGB value is (231,29,186). Sum of RGB (Red+Green+Blue) = 231+29+186=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 29 (11.72% from 255 or 6.50% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E71DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71DBA is #18E245. Grayscale: #6A6A6A. Windows color (decimal): -1630790 or 12197351. OLE color: 12197351.

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

Color convert

RGB23129186-
CMYK00.870.190.09
HSL313.37º80.8%50.98%-
HSV(B)313.37º87.45%90.59%-
XYZ42.2621.4148.36-
YUV107.3172.42216.23-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.79%
GREEN value IS 29 (11.72% from 255) = 6.50%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=51.79%
G=6.50%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312918600.870.190.09313.3780.850.98
HexE71DBA0571391395133
Octal347352720127231147112163
Binary111001111110110111010010101111001110011001110011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71DBA; }

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

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

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

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

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

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

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

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