#E18B7D

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

Shades of My Pink #E18B7D

Tints of My Pink #E18B7D

Color information

#E18B7D (or 0xE18B7D) is unknown color: approx My Pink. HEX triplet: E1, 8B and 7D. RGB value is (225,139,125). Sum of RGB (Red+Green+Blue) = 225+139+125=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18B7D is #1E7482. Grayscale: #A3A3A3. Windows color (decimal): -1995907 or 8227809. OLE color: 8227809.

HSL color Cylindrical-coordinate representation of color #E18B7D: hue angle of 8.4º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E18B7D is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB225139125-
CMYK00.380.440.12
HSL8.4º62.5%68.63%-
HSV(B)8.4º44.44%88.24%-
XYZ43.9935.9524.02-
YUV163.12106.49172.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 139 (54.69% from 255) = 28.43%
BLUE value IS 125 (49.22% from 255) = 25.56%
R=46.01%
G=28.43%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22513912500.380.440.128.462.568.63
HexE18B7D0262CC83e45
Octal34121317504654141076105
Binary111000011000101111111010100110101100110010001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18B7D; }

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

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

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

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

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

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

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

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