#e5567a

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

Shades of Dark Pink #E5567A

Tints of Dark Pink #E5567A

Color information

#E5567A (or 0xE5567A) is unknown color: approx Dark Pink. HEX triplet: E5, 56 and 7A. RGB value is (229,86,122). Sum of RGB (Red+Green+Blue) = 229+86+122=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5567A is #1AA985. Grayscale: #848484. Windows color (decimal): -1747334 or 8017637. OLE color: 8017637.

HSL color Cylindrical-coordinate representation of color #E5567A: hue angle of 344.9º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5567A is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB22986122-
CMYK00.620.470.10
HSL344.9º73.33%61.76%-
HSV(B)344.9º62.45%89.8%-
XYZ39.1524.7221.12-
YUV132.86121.88196.57-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.40%
GREEN value IS 86 (33.98% from 255) = 19.68%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=52.40%
G=19.68%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298612200.620.470.10344.973.3361.76
HexE5567A03E2FA159493e
Octal345126172076571253111176
Binary1110010110101101111010011111010111110101010110011001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5567a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5567a; }

 p { color: rgb(229,86,122); }

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

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

 a { background-color: rgb(229,86,122); }

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

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

 span { border-color: rgb(229,86,122); }

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