#E18D8B

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

Shades of Sweet Pink #E18D8B

Tints of Sweet Pink #E18D8B

Color information

#E18D8B (or 0xE18D8B) is unknown color: approx Sweet Pink. HEX triplet: E1, 8D and 8B. RGB value is (225,141,139). Sum of RGB (Red+Green+Blue) = 225+141+139=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 141 (55.47% from 255 or 27.92% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18D8B is #1E7274. Grayscale: #A5A5A5. Windows color (decimal): -1995381 or 9145825. OLE color: 9145825.

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

Color convert

RGB225141139-
CMYK00.370.380.12
HSL1.4º58.9%71.37%-
HSV(B)1.4º38.22%88.24%-
XYZ45.2436.9229.17-
YUV165.89112.83170.16-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.55%
GREEN value IS 141 (55.47% from 255) = 27.92%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=44.55%
G=27.92%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514113900.370.380.121.458.971.37
HexE18D8B02526C13b47
Octal3412152130454614173107
Binary1110000110001101100010110100101100110110011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18D8B; }

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

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

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

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

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

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

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

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