#EB597E

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

Shades of Dark Pink #EB597E

Tints of Dark Pink #EB597E

Color information

#EB597E (or 0xEB597E) is unknown color: approx Dark Pink. HEX triplet: EB, 59 and 7E. RGB value is (235,89,126). Sum of RGB (Red+Green+Blue) = 235+89+126=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB597E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB597E is #14A681. Grayscale: #888888. Windows color (decimal): -1353346 or 8280555. OLE color: 8280555.

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

Color convert

RGB23589126-
CMYK00.620.460.08
HSL344.79º78.49%63.53%-
HSV(B)344.79º62.13%92.16%-
XYZ41.626.3122.63-
YUV136.87121.87197.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.22%
GREEN value IS 89 (35.16% from 255) = 19.78%
BLUE value IS 126 (49.61% from 255) = 28%
R=52.22%
G=19.78%
B=28%

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
Decimal2358912600.620.460.08344.7978.4963.53
HexEB597E03E2E81594e40
Octal3531311760765610531116100
Binary11101011101100111111100111110101110100010101100110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB597E; }

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

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

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

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

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

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

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

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