#E14D8A

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

Shades of Dark Pink #E14D8A

Tints of Dark Pink #E14D8A

Color information

#E14D8A (or 0xE14D8A) is unknown color: approx Dark Pink. HEX triplet: E1, 4D and 8A. RGB value is (225,77,138). Sum of RGB (Red+Green+Blue) = 225+77+138=440 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.14% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D8A is #1EB275. Grayscale: #808080. Windows color (decimal): -2011766 or 9063905. OLE color: 9063905.

HSL color Cylindrical-coordinate representation of color #E14D8A: hue angle of 335.27º 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 #E14D8A is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB22577138-
CMYK00.660.390.12
HSL335.27º71.15%59.22%-
HSV(B)335.27º65.78%88.24%-
XYZ38.2923.1526.49-
YUV128.21133.53197.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.14%
GREEN value IS 77 (30.47% from 255) = 17.5%
BLUE value IS 138 (54.30% from 255) = 31.36%
R=51.14%
G=17.5%
B=31.36%

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
Decimal2257713800.660.390.12335.2771.1559.22
HexE14D8A04227C14f473b
Octal3411152120102471451710773
Binary111000011001101100010100100001010011111001010011111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14D8A; }

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

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

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

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

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

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

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

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