#E45775

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

Shades of Dark Pink #E45775

Tints of Dark Pink #E45775

Color information

#E45775 (or 0xE45775) is unknown color: approx Dark Pink. HEX triplet: E4, 57 and 75. RGB value is (228,87,117). Sum of RGB (Red+Green+Blue) = 228+87+117=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E45775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45775 is #1BA88A. Grayscale: #848484. Windows color (decimal): -1812619 or 7690212. OLE color: 7690212.

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

Color convert

RGB22887117-
CMYK00.620.490.11
HSL347.23º72.31%61.76%-
HSV(B)347.23º61.84%89.41%-
XYZ38.6124.5919.54-
YUV132.58119.21196.06-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 52.78%
GREEN value IS 87 (34.38% from 255) = 20.14%
BLUE value IS 117 (46.09% from 255) = 27.08%
R=52.78%
G=20.14%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288711700.620.490.11347.2372.3161.76
HexE4577503E31B15b483e
Octal344127165076611353311076
Binary1110010010101111110101011111011000110111010110111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45775; }

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

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

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

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

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

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

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

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