#E75786

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

Shades of Dark Pink #E75786

Tints of Dark Pink #E75786

Color information

#E75786 (or 0xE75786) is unknown color: approx Dark Pink. HEX triplet: E7, 57 and 86. RGB value is (231,87,134). Sum of RGB (Red+Green+Blue) = 231+87+134=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E75786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75786 is #18A879. Grayscale: #878787. Windows color (decimal): -1615994 or 8804327. OLE color: 8804327.

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

Color convert

RGB23187134-
CMYK00.620.420.09
HSL340.42º75%62.35%-
HSV(B)340.42º62.34%90.59%-
XYZ40.6725.5325.34-
YUV135.41127.21196.18-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.11%
GREEN value IS 87 (34.38% from 255) = 19.25%
BLUE value IS 134 (52.73% from 255) = 29.65%
R=51.11%
G=19.25%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318713400.620.420.09340.427562.35
HexE7578603E2A91544b3e
Octal347127206076521152411376
Binary11100111101011110000110011111010101010011010101001001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75786; }

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

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

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

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

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

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

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

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