#E75785

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

Shades of Dark Pink #E75785

Tints of Dark Pink #E75785

Color information

#E75785 (or 0xE75785) is unknown color: approx Dark Pink. HEX triplet: E7, 57 and 85. RGB value is (231,87,133). Sum of RGB (Red+Green+Blue) = 231+87+133=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E75785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75785 is #18A87A. Grayscale: #878787. Windows color (decimal): -1615995 or 8738791. OLE color: 8738791.

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

Color convert

RGB23187133-
CMYK00.620.420.09
HSL340.83º75%62.35%-
HSV(B)340.83º62.34%90.59%-
XYZ40.625.524.97-
YUV135.3126.71196.26-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.22%
GREEN value IS 87 (34.38% from 255) = 19.29%
BLUE value IS 133 (52.34% from 255) = 29.49%
R=51.22%
G=19.29%
B=29.49%

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
Decimal2318713300.620.420.09340.837562.35
HexE7578503E2A91554b3e
Octal347127205076521152511376
Binary11100111101011110000101011111010101010011010101011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75785; }

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

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

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

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

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

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

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

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