#E71AD0

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

Shades of Shocking Pink #E71AD0

Tints of Shocking Pink #E71AD0

Color information

#E71AD0 (or 0xE71AD0) is unknown color: approx Shocking Pink. HEX triplet: E7, 1A and D0. RGB value is (231,26,208). Sum of RGB (Red+Green+Blue) = 231+26+208=465 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.68% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 231 - color contains mainly: red. Hex color #E71AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E71AD0 is #18E52F. Grayscale: #6B6B6B. Windows color (decimal): -1631536 or 13638375. OLE color: 13638375.

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

Color convert

RGB23126208-
CMYK00.890.100.09
HSL306.73º81.03%50.39%-
HSV(B)306.73º88.74%90.59%-
XYZ44.7122.2861.62-
YUV108.04184.42215.7-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 49.68%
GREEN value IS 26 (10.55% from 255) = 5.59%
BLUE value IS 208 (81.64% from 255) = 44.73%
R=49.68%
G=5.59%
B=44.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312620800.890.100.09306.7381.0350.39
HexE71AD0059A91335132
Octal347323200131121146312162
Binary11100111110101101000001011001101010011001100111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E71AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E71AD0; }

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

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

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

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

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

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

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

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