#E14A89

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

Shades of Dark Pink #E14A89

Tints of Dark Pink #E14A89

Color information

#E14A89 (or 0xE14A89) is unknown color: approx Dark Pink. HEX triplet: E1, 4A and 89. RGB value is (225,74,137). Sum of RGB (Red+Green+Blue) = 225+74+137=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14A89 is #1EB576. Grayscale: #7E7E7E. Windows color (decimal): -2012535 or 8997601. OLE color: 8997601.

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

Color convert

RGB22574137-
CMYK00.670.390.12
HSL334.97º71.56%58.63%-
HSV(B)334.97º67.11%88.24%-
XYZ38.0222.7126.05-
YUV126.33134.03198.38-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 74 (29.30% from 255) = 16.97%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=51.61%
G=16.97%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257413700.670.390.12334.9771.5658.63
HexE14A8904327C14f483b
Octal3411122110103471451711073
Binary111000011001010100010010100001110011111001010011111001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14A89; }

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

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

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

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

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

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

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

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