#E1498A

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

Shades of Dark Pink #E1498A

Tints of Dark Pink #E1498A

Color information

#E1498A (or 0xE1498A) is unknown color: approx Dark Pink. HEX triplet: E1, 49 and 8A. RGB value is (225,73,138). Sum of RGB (Red+Green+Blue) = 225+73+138=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E1498A is #1EB675. Grayscale: #7D7D7D. Windows color (decimal): -2012790 or 9062881. OLE color: 9062881.

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

Color convert

RGB22573138-
CMYK00.680.390.12
HSL334.34º71.7%58.43%-
HSV(B)334.34º67.56%88.24%-
XYZ38.0222.6126.4-
YUV125.86134.86198.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 51.61%
GREEN value IS 73 (28.91% from 255) = 16.74%
BLUE value IS 138 (54.30% from 255) = 31.65%
R=51.61%
G=16.74%
B=31.65%

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
Decimal2257313800.680.390.12334.3471.758.43
HexE1498A04427C14e483a
Octal3411112120104471451611072
Binary111000011001001100010100100010010011111001010011101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1498A; }

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

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

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

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

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

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

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

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