#E1498C

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

Shades of Dark Pink #E1498C

Tints of Dark Pink #E1498C

Color information

#E1498C (or 0xE1498C) is unknown color: approx Dark Pink. HEX triplet: E1, 49 and 8C. RGB value is (225,73,140). Sum of RGB (Red+Green+Blue) = 225+73+140=438 (58% of max value = 765). Red value is 225 (88.28% from 255 or 51.37% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 225 - color contains mainly: red. Hex color #E1498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1498C is #1EB673. Grayscale: #7D7D7D. Windows color (decimal): -2012788 or 9193953. OLE color: 9193953.

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

Color convert

RGB22573140-
CMYK00.680.380.12
HSL333.55º71.7%58.43%-
HSV(B)333.55º67.56%88.24%-
XYZ38.1722.6727.17-
YUV126.09135.86198.55-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.37%
GREEN value IS 73 (28.91% from 255) = 16.67%
BLUE value IS 140 (55.08% from 255) = 31.96%
R=51.37%
G=16.67%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257314000.680.380.12333.5571.758.43
HexE1498C04426C14e483a
Octal3411112140104461451611072
Binary111000011001001100011000100010010011011001010011101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1498C; }

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

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

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

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

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

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

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

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