#E14D86

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

Shades of Dark Pink #E14D86

Tints of Dark Pink #E14D86

Color information

#E14D86 (or 0xE14D86) is unknown color: approx Dark Pink. HEX triplet: E1, 4D and 86. RGB value is (225,77,134). Sum of RGB (Red+Green+Blue) = 225+77+134=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E14D86 is #1EB279. Grayscale: #7F7F7F. Windows color (decimal): -2011770 or 8801761. OLE color: 8801761.

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

Color convert

RGB22577134-
CMYK00.660.400.12
HSL336.89º71.15%59.22%-
HSV(B)336.89º65.78%88.24%-
XYZ38.0123.0425-
YUV127.75131.53197.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 77 (30.47% from 255) = 17.66%
BLUE value IS 134 (52.73% from 255) = 30.73%
R=51.61%
G=17.66%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257713400.660.400.12336.8971.1559.22
HexE14D8604228C151473b
Octal3411152060102501452110773
Binary111000011001101100001100100001010100011001010100011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14D86; }

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

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

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

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

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

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

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

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