#E45F84

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

Shades of Dark Pink #E45F84

Tints of Dark Pink #E45F84

Color information

#E45F84 (or 0xE45F84) is unknown color: approx Dark Pink. HEX triplet: E4, 5F and 84. RGB value is (228,95,132). Sum of RGB (Red+Green+Blue) = 228+95+132=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 132 (51.95% from 255 or 29.01% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45F84 is #1BA07B. Grayscale: #8A8A8A. Windows color (decimal): -1810556 or 8675300. OLE color: 8675300.

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

Color convert

RGB22895132-
CMYK00.580.420.11
HSL343.31º71.12%63.33%-
HSV(B)343.31º58.33%89.41%-
XYZ40.2526.3424.79-
YUV138.98124.06191.49-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 50.11%
GREEN value IS 95 (37.5% from 255) = 20.88%
BLUE value IS 132 (51.95% from 255) = 29.01%
R=50.11%
G=20.88%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289513200.580.420.11343.3171.1263.33
HexE45F8403A2AB157473f
Octal344137204072521352710777
Binary11100100101111110000100011101010101010111010101111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45F84; }

 p { color: rgb(228,95,132); }

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

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

 a { background-color: rgb(228,95,132); }

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

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

 span { border-color: rgb(228,95,132); }

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