#E5607E

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

Shades of Dark Pink #E5607E

Tints of Dark Pink #E5607E

Color information

#E5607E (or 0xE5607E) is unknown color: approx Dark Pink. HEX triplet: E5, 60 and 7E. RGB value is (229,96,126). Sum of RGB (Red+Green+Blue) = 229+96+126=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E5607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5607E is #1A9F81. Grayscale: #8B8B8B. Windows color (decimal): -1744770 or 8282341. OLE color: 8282341.

HSL color Cylindrical-coordinate representation of color #E5607E: hue angle of 346.47º 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 #E5607E is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB22996126-
CMYK00.580.450.10
HSL346.47º71.89%63.73%-
HSV(B)346.47º58.08%89.8%-
XYZ40.2626.5322.74-
YUV139.19120.56192.06-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 50.78%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 126 (49.61% from 255) = 27.94%
R=50.78%
G=21.29%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299612600.580.450.10346.4771.8963.73
HexE5607E03A2DA15a4840
Octal3451401760725512532110100
Binary11100101110000011111100111010101101101010101101010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5607E; }

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

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

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

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

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

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

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

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