#E45D86

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

Shades of Dark Pink #E45D86

Tints of Dark Pink #E45D86

Color information

#E45D86 (or 0xE45D86) is unknown color: approx Dark Pink. HEX triplet: E4, 5D and 86. RGB value is (228,93,134). Sum of RGB (Red+Green+Blue) = 228+93+134=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45D86 is #1BA279. Grayscale: #8A8A8A. Windows color (decimal): -1811066 or 8805860. OLE color: 8805860.

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

Color convert

RGB22893134-
CMYK00.590.410.11
HSL341.78º71.43%62.94%-
HSV(B)341.78º59.21%89.41%-
XYZ40.2126.0425.46-
YUV138.04125.73192.17-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.11%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 134 (52.73% from 255) = 29.45%
R=50.11%
G=20.44%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289313400.590.410.11341.7871.4362.94
HexE45D8603B29B156473f
Octal344135206073511352610777
Binary11100100101110110000110011101110100110111010101101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45D86; }

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

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

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

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

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

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

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

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