#E70786

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

Shades of Deep Pink #E70786

Tints of Deep Pink #E70786

Color information

#E70786 (or 0xE70786) is unknown color: approx Deep Pink. HEX triplet: E7, 07 and 86. RGB value is (231,7,134). Sum of RGB (Red+Green+Blue) = 231+7+134=372 (49% of max value = 765). Red value is 231 (90.62% from 255 or 62.10% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 231 - color contains mainly: red. Hex color #E70786 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70786 is #18F879. Grayscale: #585858. Windows color (decimal): -1636474 or 8783847. OLE color: 8783847.

HSL color Cylindrical-coordinate representation of color #E70786: hue angle of 325.98º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70786 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB2317134-
CMYK00.970.420.09
HSL325.98º94.12%46.67%-
HSV(B)325.98º96.97%90.59%-
XYZ37.3318.8624.23-
YUV88.45153.71229.67-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 62.10%
GREEN value IS 7 (3.12% from 255) = 1.88%
BLUE value IS 134 (52.73% from 255) = 36.02%
R=62.10%
G=1.88%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231713400.970.420.09325.9894.1246.67
HexE77860612A91465e2f
Octal34772060141521150613657
Binary11100111111100001100110000110101010011010001101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E70786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E70786; }

 p { color: rgb(231,7,134); }

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

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

 a { background-color: rgb(231,7,134); }

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

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

 span { border-color: rgb(231,7,134); }

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