#E18E8D

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

Shades of Sweet Pink #E18E8D

Tints of Sweet Pink #E18E8D

Color information

#E18E8D (or 0xE18E8D) is unknown color: approx Sweet Pink. HEX triplet: E1, 8E and 8D. RGB value is (225,142,141). Sum of RGB (Red+Green+Blue) = 225+142+141=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18E8D is #1E7172. Grayscale: #A6A6A6. Windows color (decimal): -1995123 or 9277153. OLE color: 9277153.

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

Color convert

RGB225142141-
CMYK00.370.370.12
HSL0.71º58.33%71.76%-
HSV(B)0.71º37.33%88.24%-
XYZ45.5337.2829.99-
YUV166.7113.5169.58-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.29%
GREEN value IS 142 (55.86% from 255) = 27.95%
BLUE value IS 141 (55.47% from 255) = 27.76%
R=44.29%
G=27.95%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514214100.370.370.120.7158.3371.76
HexE18E8D02525C13a48
Octal3412162150454514172110
Binary1110000110001110100011010100101100101110011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18E8D; }

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

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

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

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

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

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

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

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