#E45B74

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

Shades of Dark Pink #E45B74

Tints of Dark Pink #E45B74

Color information

#E45B74 (or 0xE45B74) is unknown color: approx Dark Pink. HEX triplet: E4, 5B and 74. RGB value is (228,91,116). Sum of RGB (Red+Green+Blue) = 228+91+116=435 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.41% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 228 - color contains mainly: red. Hex color #E45B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45B74 is #1BA48B. Grayscale: #868686. Windows color (decimal): -1811596 or 7625700. OLE color: 7625700.

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

Color convert

RGB22891116-
CMYK00.600.490.11
HSL349.05º71.73%62.55%-
HSV(B)349.05º60.09%89.41%-
XYZ38.8925.2419.34-
YUV134.81117.39194.47-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.41%
GREEN value IS 91 (35.94% from 255) = 20.92%
BLUE value IS 116 (45.70% from 255) = 26.67%
R=52.41%
G=20.92%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2289111600.600.490.11349.0571.7362.55
HexE45B7403C31B15d483f
Octal344133164074611353511077
Binary1110010010110111110100011110011000110111010111011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45B74; }

 p { color: rgb(228,91,116); }

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

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

 a { background-color: rgb(228,91,116); }

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

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

 span { border-color: rgb(228,91,116); }

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