#E1498B

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

Shades of Dark Pink #E1498B

Tints of Dark Pink #E1498B

Color information

#E1498B (or 0xE1498B) is unknown color: approx Dark Pink. HEX triplet: E1, 49 and 8B. RGB value is (225,73,139). Sum of RGB (Red+Green+Blue) = 225+73+139=437 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.49% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 225 - color contains mainly: red. Hex color #E1498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1498B is #1EB674. Grayscale: #7D7D7D. Windows color (decimal): -2012789 or 9128417. OLE color: 9128417.

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

Color convert

RGB22573139-
CMYK00.680.380.12
HSL333.95º71.7%58.43%-
HSV(B)333.95º67.56%88.24%-
XYZ38.0922.6426.79-
YUV125.97135.36198.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.49%
GREEN value IS 73 (28.91% from 255) = 16.70%
BLUE value IS 139 (54.69% from 255) = 31.81%
R=51.49%
G=16.70%
B=31.81%

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
Decimal2257313900.680.380.12333.9571.758.43
HexE1498B04426C14e483a
Octal3411112130104461451611072
Binary111000011001001100010110100010010011011001010011101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1498B; }

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

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

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

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

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

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

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

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