#e75776

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

Shades of Dark Pink #E75776

Tints of Dark Pink #E75776

Color information

#E75776 (or 0xE75776) is unknown color: approx Dark Pink. HEX triplet: E7, 57 and 76. RGB value is (231,87,118). Sum of RGB (Red+Green+Blue) = 231+87+118=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E75776 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75776 is #18A889. Grayscale: #858585. Windows color (decimal): -1616010 or 7755751. OLE color: 7755751.

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

Color convert

RGB23187118-
CMYK00.620.490.09
HSL347.08º75%62.35%-
HSV(B)347.08º62.34%90.59%-
XYZ39.6325.1119.9-
YUV133.59119.21197.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.98%
GREEN value IS 87 (34.38% from 255) = 19.95%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=52.98%
G=19.95%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318711800.620.490.09347.087562.35
HexE7577603E31915b4b3e
Octal347127166076611153311376
Binary1110011110101111110110011111011000110011010110111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e75776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e75776; }

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

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

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

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

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

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

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

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