#E9557D

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

Shades of Dark Pink #E9557D

Tints of Dark Pink #E9557D

Color information

#E9557D (or 0xE9557D) is unknown color: approx Dark Pink. HEX triplet: E9, 55 and 7D. RGB value is (233,85,125). Sum of RGB (Red+Green+Blue) = 233+85+125=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 85 (33.59% from 255 or 19.19% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E9557D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9557D is #16AA82. Grayscale: #858585. Windows color (decimal): -1485443 or 8213993. OLE color: 8213993.

HSL color Cylindrical-coordinate representation of color #E9557D: hue angle of 343.78º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9557D is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB23385125-
CMYK00.640.460.09
HSL343.78º77.08%62.35%-
HSV(B)343.78º63.52%91.37%-
XYZ40.5525.322.15-
YUV133.81123.03198.75-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 52.60%
GREEN value IS 85 (33.59% from 255) = 19.19%
BLUE value IS 125 (49.22% from 255) = 28.22%
R=52.60%
G=19.19%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2338512500.640.460.09343.7877.0862.35
HexE9557D0402E91584d3e
Octal3511251750100561153011576
Binary11101001101010111111010100000010111010011010110001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9557D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9557D; }

 p { color: rgb(233,85,125); }

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

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

 a { background-color: rgb(233,85,125); }

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

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

 span { border-color: rgb(233,85,125); }

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