#E71AD5

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

Shades of Shocking Pink #E71AD5

Tints of Shocking Pink #E71AD5

Color information

#E71AD5 (or 0xE71AD5) is unknown color: approx Shocking Pink. HEX triplet: E7, 1A and D5. RGB value is (231,26,213). Sum of RGB (Red+Green+Blue) = 231+26+213=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E71AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71AD5 is #18E52A. Grayscale: #6C6C6C. Windows color (decimal): -1631531 or 13966055. OLE color: 13966055.

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

Color convert

RGB23126213-
CMYK00.890.080.09
HSL305.27º81.03%50.39%-
HSV(B)305.27º88.74%90.59%-
XYZ45.3322.5364.91-
YUV108.61186.92215.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.15%
GREEN value IS 26 (10.55% from 255) = 5.53%
BLUE value IS 213 (83.59% from 255) = 45.32%
R=49.15%
G=5.53%
B=45.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312621300.890.080.09305.2781.0350.39
HexE71AD5059891315132
Octal347323250131101146112162
Binary11100111110101101010101011001100010011001100011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71AD5; }

 p { color: rgb(231,26,213); }

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

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

 a { background-color: rgb(231,26,213); }

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

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

 span { border-color: rgb(231,26,213); }

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