#E7577A

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

Shades of Dark Pink #E7577A

Tints of Dark Pink #E7577A

Color information

#E7577A (or 0xE7577A) is unknown color: approx Dark Pink. HEX triplet: E7, 57 and 7A. RGB value is (231,87,122). Sum of RGB (Red+Green+Blue) = 231+87+122=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E7577A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7577A is #18A885. Grayscale: #868686. Windows color (decimal): -1616006 or 8017895. OLE color: 8017895.

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

Color convert

RGB23187122-
CMYK00.620.470.09
HSL345.42º75%62.35%-
HSV(B)345.42º62.34%90.59%-
XYZ39.8825.2121.18-
YUV134.05121.21197.15-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.5%
GREEN value IS 87 (34.38% from 255) = 19.77%
BLUE value IS 122 (48.05% from 255) = 27.73%
R=52.5%
G=19.77%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318712200.620.470.09345.427562.35
HexE7577A03E2F91594b3e
Octal347127172076571153111376
Binary1110011110101111111010011111010111110011010110011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7577A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7577A; }

 p { color: rgb(231,87,122); }

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

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

 a { background-color: rgb(231,87,122); }

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

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

 span { border-color: rgb(231,87,122); }

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