#E18D8A

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

Shades of Sweet Pink #E18D8A

Tints of Sweet Pink #E18D8A

Color information

#E18D8A (or 0xE18D8A) is unknown color: approx Sweet Pink. HEX triplet: E1, 8D and 8A. RGB value is (225,141,138). Sum of RGB (Red+Green+Blue) = 225+141+138=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18D8A is #1E7275. Grayscale: #A5A5A5. Windows color (decimal): -1995382 or 9080289. OLE color: 9080289.

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

Color convert

RGB225141138-
CMYK00.370.390.12
HSL2.07º59.18%71.18%-
HSV(B)2.07º38.67%88.24%-
XYZ45.1636.8928.79-
YUV165.77112.33170.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=44.64%
G=27.98%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514113800.370.390.122.0759.1871.18
HexE18D8A02527C23b47
Octal3412152120454714273107
Binary11100001100011011000101001001011001111100101110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18D8A; }

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

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

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

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

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

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

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

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