#E45C7F

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

Shades of Dark Pink #E45C7F

Tints of Dark Pink #E45C7F

Color information

#E45C7F (or 0xE45C7F) is unknown color: approx Dark Pink. HEX triplet: E4, 5C and 7F. RGB value is (228,92,127). Sum of RGB (Red+Green+Blue) = 228+92+127=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E45C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45C7F is #1BA380. Grayscale: #888888. Windows color (decimal): -1811329 or 8346852. OLE color: 8346852.

HSL color Cylindrical-coordinate representation of color #E45C7F: hue angle of 344.56º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E45C7F is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB22892127-
CMYK00.600.440.11
HSL344.56º71.58%62.75%-
HSV(B)344.56º59.65%89.41%-
XYZ39.6525.6822.95-
YUV136.65122.56193.15-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 51.01%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 127 (50% from 255) = 28.41%
R=51.01%
G=20.58%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289212700.600.440.11344.5671.5862.75
HexE45C7F03C2CB159483f
Octal344134177074541353111077
Binary1110010010111001111111011110010110010111010110011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45C7F; }

 p { color: rgb(228,92,127); }

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

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

 a { background-color: rgb(228,92,127); }

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

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

 span { border-color: rgb(228,92,127); }

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