#E45D7B

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

Shades of Dark Pink #E45D7B

Tints of Dark Pink #E45D7B

Color information

#E45D7B (or 0xE45D7B) is unknown color: approx Dark Pink. HEX triplet: E4, 5D and 7B. RGB value is (228,93,123). Sum of RGB (Red+Green+Blue) = 228+93+123=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45D7B is #1BA284. Grayscale: #888888. Windows color (decimal): -1811077 or 8084964. OLE color: 8084964.

HSL color Cylindrical-coordinate representation of color #E45D7B: hue angle of 346.67º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45D7B is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB22893123-
CMYK00.590.460.11
HSL346.67º71.43%62.94%-
HSV(B)346.67º59.21%89.41%-
XYZ39.4825.7521.63-
YUV136.78120.23193.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.35%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 123 (48.44% from 255) = 27.70%
R=51.35%
G=20.95%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289312300.590.460.11346.6771.4362.94
HexE45D7B03B2EB15b473f
Octal344135173073561353310777
Binary1110010010111011111011011101110111010111010110111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45D7B; }

 p { color: rgb(228,93,123); }

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

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

 a { background-color: rgb(228,93,123); }

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

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

 span { border-color: rgb(228,93,123); }

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