#E75587

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

Shades of Dark Pink #E75587

Tints of Dark Pink #E75587

Color information

#E75587 (or 0xE75587) is unknown color: approx Dark Pink. HEX triplet: E7, 55 and 87. RGB value is (231,85,135). Sum of RGB (Red+Green+Blue) = 231+85+135=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E75587 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75587 is #18AA78. Grayscale: #868686. Windows color (decimal): -1616505 or 8869351. OLE color: 8869351.

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

Color convert

RGB23185135-
CMYK00.630.420.09
HSL339.45º75.26%61.96%-
HSV(B)339.45º63.2%90.59%-
XYZ40.5825.2425.65-
YUV134.35128.37196.93-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 51.22%
GREEN value IS 85 (33.59% from 255) = 18.85%
BLUE value IS 135 (53.12% from 255) = 29.93%
R=51.22%
G=18.85%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318513500.630.420.09339.4575.2661.96
HexE7558703F2A91534b3e
Octal347125207077521152311376
Binary11100111101010110000111011111110101010011010100111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75587; }

 p { color: rgb(231,85,135); }

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

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

 a { background-color: rgb(231,85,135); }

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

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

 span { border-color: rgb(231,85,135); }

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