#E14D89

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

Shades of Dark Pink #E14D89

Tints of Dark Pink #E14D89

Color information

#E14D89 (or 0xE14D89) is unknown color: approx Dark Pink. HEX triplet: E1, 4D and 89. RGB value is (225,77,137). Sum of RGB (Red+Green+Blue) = 225+77+137=439 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.25% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D89 is #1EB276. Grayscale: #808080. Windows color (decimal): -2011767 or 8998369. OLE color: 8998369.

HSL color Cylindrical-coordinate representation of color #E14D89: hue angle of 335.68º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14D89 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB22577137-
CMYK00.660.390.12
HSL335.68º71.15%59.22%-
HSV(B)335.68º65.78%88.24%-
XYZ38.2223.1226.12-
YUV128.09133.03197.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.25%
GREEN value IS 77 (30.47% from 255) = 17.54%
BLUE value IS 137 (53.91% from 255) = 31.21%
R=51.25%
G=17.54%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257713700.660.390.12335.6871.1559.22
HexE14D8904227C150473b
Octal3411152110102471452010773
Binary111000011001101100010010100001010011111001010100001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14D89; }

 p { color: rgb(225,77,137); }

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

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

 a { background-color: rgb(225,77,137); }

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

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

 span { border-color: rgb(225,77,137); }

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