#E1538C

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

Shades of Dark Pink #E1538C

Tints of Dark Pink #E1538C

Color information

#E1538C (or 0xE1538C) is unknown color: approx Dark Pink. HEX triplet: E1, 53 and 8C. RGB value is (225,83,140). Sum of RGB (Red+Green+Blue) = 225+83+140=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E1538C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1538C is #1EAC73. Grayscale: #838383. Windows color (decimal): -2010228 or 9196513. OLE color: 9196513.

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

Color convert

RGB22583140-
CMYK00.630.380.12
HSL335.92º70.3%60.39%-
HSV(B)335.92º63.11%88.24%-
XYZ38.8824.0927.41-
YUV131.96132.54194.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 50.22%
GREEN value IS 83 (32.81% from 255) = 18.53%
BLUE value IS 140 (55.08% from 255) = 31.25%
R=50.22%
G=18.53%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258314000.630.380.12335.9270.360.39
HexE1538C03F26C150463c
Octal341123214077461452010674
Binary11100001101001110001100011111110011011001010100001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1538C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1538C; }

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

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

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

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

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

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

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

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