#E56185

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

Shades of Dark Pink #E56185

Tints of Dark Pink #E56185

Color information

#E56185 (or 0xE56185) is unknown color: approx Dark Pink. HEX triplet: E5, 61 and 85. RGB value is (229,97,133). Sum of RGB (Red+Green+Blue) = 229+97+133=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E56185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56185 is #1A9E7A. Grayscale: #8C8C8C. Windows color (decimal): -1744507 or 8741349. OLE color: 8741349.

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

Color convert

RGB22997133-
CMYK00.580.420.10
HSL343.64º71.74%63.92%-
HSV(B)343.64º57.64%89.8%-
XYZ40.8226.925.23-
YUV140.57123.73191.07-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.89%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 133 (52.34% from 255) = 28.98%
R=49.89%
G=21.13%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2299713300.580.420.10343.6471.7463.92
HexE5618503A2AA1584840
Octal3451412050725212530110100
Binary111001011100001100001010111010101010101010101100010010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E56185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E56185; }

 p { color: rgb(229,97,133); }

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

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

 a { background-color: rgb(229,97,133); }

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

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

 span { border-color: rgb(229,97,133); }

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