#E1538D

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

Shades of Dark Pink #E1538D

Tints of Dark Pink #E1538D

Color information

#E1538D (or 0xE1538D) is unknown color: approx Dark Pink. HEX triplet: E1, 53 and 8D. RGB value is (225,83,141). Sum of RGB (Red+Green+Blue) = 225+83+141=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E1538D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1538D is #1EAC72. Grayscale: #838383. Windows color (decimal): -2010227 or 9262049. OLE color: 9262049.

HSL color Cylindrical-coordinate representation of color #E1538D: hue angle of 335.49º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1538D is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB22583141-
CMYK00.630.370.12
HSL335.49º70.3%60.39%-
HSV(B)335.49º63.11%88.24%-
XYZ38.9524.1227.8-
YUV132.07133.04194.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.11%
GREEN value IS 83 (32.81% from 255) = 18.49%
BLUE value IS 141 (55.47% from 255) = 31.40%
R=50.11%
G=18.49%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258314100.630.370.12335.4970.360.39
HexE1538D03F25C14f463c
Octal341123215077451451710674
Binary11100001101001110001101011111110010111001010011111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1538D; }

 p { color: rgb(225,83,141); }

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

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

 a { background-color: rgb(225,83,141); }

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

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

 span { border-color: rgb(225,83,141); }

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