#E34D89

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

Shades of Dark Pink #E34D89

Tints of Dark Pink #E34D89

Color information

#E34D89 (or 0xE34D89) is unknown color: approx Dark Pink. HEX triplet: E3, 4D and 89. RGB value is (227,77,137). Sum of RGB (Red+Green+Blue) = 227+77+137=441 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.47% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 227 - color contains mainly: red. Hex color #E34D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E34D89 is #1CB276. Grayscale: #808080. Windows color (decimal): -1880695 or 8998371. OLE color: 8998371.

HSL color Cylindrical-coordinate representation of color #E34D89: hue angle of 336º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E34D89 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB22777137-
CMYK00.660.400.11
HSL336º72.82%59.61%-
HSV(B)336º66.08%89.02%-
XYZ38.8523.4426.14-
YUV128.69132.7198.12-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 51.47%
GREEN value IS 77 (30.47% from 255) = 17.46%
BLUE value IS 137 (53.91% from 255) = 31.07%
R=51.47%
G=17.46%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2277713700.660.400.1133672.8259.61
HexE34D8904228B150493c
Octal3431152110102501352011174
Binary111000111001101100010010100001010100010111010100001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E34D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E34D89; }

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

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

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

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

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

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

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

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