#E5607C

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

Shades of Dark Pink #E5607C

Tints of Dark Pink #E5607C

Color information

#E5607C (or 0xE5607C) is unknown color: approx Dark Pink. HEX triplet: E5, 60 and 7C. RGB value is (229,96,124). Sum of RGB (Red+Green+Blue) = 229+96+124=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E5607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5607C is #1A9F83. Grayscale: #8A8A8A. Windows color (decimal): -1744772 or 8151269. OLE color: 8151269.

HSL color Cylindrical-coordinate representation of color #E5607C: hue angle of 347.37º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5607C is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB22996124-
CMYK00.580.460.10
HSL347.37º71.89%63.73%-
HSV(B)347.37º58.08%89.8%-
XYZ40.1326.4822.06-
YUV138.96119.56192.22-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 96 (37.89% from 255) = 21.38%
BLUE value IS 124 (48.83% from 255) = 27.62%
R=51.00%
G=21.38%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299612400.580.460.10347.3771.8963.73
HexE5607C03A2EA15b4840
Octal3451401740725612533110100
Binary11100101110000011111000111010101110101010101101110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5607C; }

 p { color: rgb(229,96,124); }

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

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

 a { background-color: rgb(229,96,124); }

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

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

 span { border-color: rgb(229,96,124); }

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