#EB597F

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

Shades of Dark Pink #EB597F

Tints of Dark Pink #EB597F

Color information

#EB597F (or 0xEB597F) is unknown color: approx Dark Pink. HEX triplet: EB, 59 and 7F. RGB value is (235,89,127). Sum of RGB (Red+Green+Blue) = 235+89+127=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB597F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB597F is #14A680. Grayscale: #888888. Windows color (decimal): -1353345 or 8346091. OLE color: 8346091.

HSL color Cylindrical-coordinate representation of color #EB597F: hue angle of 344.38º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EB597F is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB23589127-
CMYK00.620.460.08
HSL344.38º78.49%63.53%-
HSV(B)344.38º62.13%92.16%-
XYZ41.6626.3422.97-
YUV136.99122.37197.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.11%
GREEN value IS 89 (35.16% from 255) = 19.73%
BLUE value IS 127 (50% from 255) = 28.16%
R=52.11%
G=19.73%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358912700.620.460.08344.3878.4963.53
HexEB597F03E2E81584e40
Octal3531311770765610530116100
Binary11101011101100111111110111110101110100010101100010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB597F; }

 p { color: rgb(235,89,127); }

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

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

 a { background-color: rgb(235,89,127); }

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

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

 span { border-color: rgb(235,89,127); }

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