#E71DC9

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

Shades of Shocking Pink #E71DC9

Tints of Shocking Pink #E71DC9

Color information

#E71DC9 (or 0xE71DC9) is unknown color: approx Shocking Pink. HEX triplet: E7, 1D and C9. RGB value is (231,29,201). Sum of RGB (Red+Green+Blue) = 231+29+201=461 (61% of max value = 765). Red value is 231 (90.62% from 255 or 50.11% from 461); Green value is 29 (11.72% from 255 or 6.29% from 461); Blue value is 201 (78.91% from 255 or 43.60% from 461); Max value from RGB is 231 - color contains mainly: red. Hex color #E71DC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71DC9 is #18E236. Grayscale: #6C6C6C. Windows color (decimal): -1630775 or 13180391. OLE color: 13180391.

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

Color convert

RGB23129201-
CMYK00.870.130.09
HSL308.91º80.8%50.98%-
HSV(B)308.91º87.45%90.59%-
XYZ43.9422.0857.21-
YUV109.01179.92215.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.11%
GREEN value IS 29 (11.72% from 255) = 6.29%
BLUE value IS 201 (78.91% from 255) = 43.60%
R=50.11%
G=6.29%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312920100.870.130.09308.9180.850.98
HexE71DC9057D91355133
Octal347353110127151146512163
Binary11100111111011100100101010111110110011001101011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71DC9; }

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

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

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

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

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

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

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

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