#E14A8B

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

Shades of Dark Pink #E14A8B

Tints of Dark Pink #E14A8B

Color information

#E14A8B (or 0xE14A8B) is unknown color: approx Dark Pink. HEX triplet: E1, 4A and 8B. RGB value is (225,74,139). Sum of RGB (Red+Green+Blue) = 225+74+139=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14A8B is #1EB574. Grayscale: #7E7E7E. Windows color (decimal): -2012533 or 9128673. OLE color: 9128673.

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

Color convert

RGB22574139-
CMYK00.670.380.12
HSL334.17º71.56%58.63%-
HSV(B)334.17º67.11%88.24%-
XYZ38.1622.7726.81-
YUV126.56135.03198.21-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.37%
GREEN value IS 74 (29.30% from 255) = 16.89%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=51.37%
G=16.89%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257413900.670.380.12334.1771.5658.63
HexE14A8B04326C14e483b
Octal3411122130103461451611073
Binary111000011001010100010110100001110011011001010011101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14A8B; }

 p { color: rgb(225,74,139); }

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

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

 a { background-color: rgb(225,74,139); }

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

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

 span { border-color: rgb(225,74,139); }

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