#E45D75

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

Shades of Dark Pink #E45D75

Tints of Dark Pink #E45D75

Color information

#E45D75 (or 0xE45D75) is unknown color: approx Dark Pink. HEX triplet: E4, 5D and 75. RGB value is (228,93,117). Sum of RGB (Red+Green+Blue) = 228+93+117=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45D75 is #1BA28A. Grayscale: #888888. Windows color (decimal): -1811083 or 7691748. OLE color: 7691748.

HSL color Cylindrical-coordinate representation of color #E45D75: hue angle of 349.33º 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 #E45D75 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB22893117-
CMYK00.590.490.11
HSL349.33º71.43%62.94%-
HSV(B)349.33º59.21%89.41%-
XYZ39.1225.6119.71-
YUV136.1117.23193.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.05%
GREEN value IS 93 (36.72% from 255) = 21.23%
BLUE value IS 117 (46.09% from 255) = 26.71%
R=52.05%
G=21.23%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289311700.590.490.11349.3371.4362.94
HexE45D7503B31B15d473f
Octal344135165073611353510777
Binary1110010010111011110101011101111000110111010111011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45D75; }

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

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

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

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

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

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

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

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