#E14988

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

Shades of Dark Pink #E14988

Tints of Dark Pink #E14988

Color information

#E14988 (or 0xE14988) is unknown color: approx Dark Pink. HEX triplet: E1, 49 and 88. RGB value is (225,73,136). Sum of RGB (Red+Green+Blue) = 225+73+136=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E14988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14988 is #1EB677. Grayscale: #7D7D7D. Windows color (decimal): -2012792 or 8931809. OLE color: 8931809.

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

Color convert

RGB22573136-
CMYK00.680.400.12
HSL335.13º71.7%58.43%-
HSV(B)335.13º67.56%88.24%-
XYZ37.8822.5525.65-
YUV125.63133.86198.88-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.84%
GREEN value IS 73 (28.91% from 255) = 16.82%
BLUE value IS 136 (53.52% from 255) = 31.34%
R=51.84%
G=16.82%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257313600.680.400.12335.1371.758.43
HexE1498804428C14f483a
Octal3411112100104501451711072
Binary111000011001001100010000100010010100011001010011111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14988; }

 p { color: rgb(225,73,136); }

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

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

 a { background-color: rgb(225,73,136); }

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

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

 span { border-color: rgb(225,73,136); }

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