#E14789

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

Shades of Dark Pink #E14789

Tints of Dark Pink #E14789

Color information

#E14789 (or 0xE14789) is unknown color: approx Dark Pink. HEX triplet: E1, 47 and 89. RGB value is (225,71,137). Sum of RGB (Red+Green+Blue) = 225+71+137=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E14789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14789 is #1EB876. Grayscale: #7C7C7C. Windows color (decimal): -2013303 or 8996833. OLE color: 8996833.

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

Color convert

RGB22571137-
CMYK00.680.390.12
HSL334.29º71.96%58.04%-
HSV(B)334.29º68.44%88.24%-
XYZ37.8222.3225.98-
YUV124.57135.02199.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.96%
GREEN value IS 71 (28.12% from 255) = 16.40%
BLUE value IS 137 (53.91% from 255) = 31.64%
R=51.96%
G=16.40%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257113700.680.390.12334.2971.9658.04
HexE1478904427C14e483a
Octal3411072110104471451611072
Binary111000011000111100010010100010010011111001010011101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14789; }

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

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

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

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

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

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

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

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