#EE8D8C

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

Shades of Sweet Pink #EE8D8C

Tints of Sweet Pink #EE8D8C

Color information

#EE8D8C (or 0xEE8D8C) is unknown color: approx Sweet Pink. HEX triplet: EE, 8D and 8C. RGB value is (238,141,140). Sum of RGB (Red+Green+Blue) = 238+141+140=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D8C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE8D8C is #117273. Grayscale: #A9A9A9. Windows color (decimal): -1143412 or 9211374. OLE color: 9211374.

HSL color Cylindrical-coordinate representation of color #EE8D8C: hue angle of 0.61º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EE8D8C is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB238141140-
CMYK00.410.410.07
HSL0.61º74.24%74.12%-
HSV(B)0.61º41.18%93.33%-
XYZ49.5239.1229.75-
YUV169.89111.14176.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.86%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 140 (55.08% from 255) = 26.97%
R=45.86%
G=27.17%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814114000.410.410.070.6174.2474.12
HexEE8D8C02929714a4a
Octal3562152140515171112112
Binary1110111010001101100011000101001101001111110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8D8C; }

 p { color: rgb(238,141,140); }

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

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

 a { background-color: rgb(238,141,140); }

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

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

 span { border-color: rgb(238,141,140); }

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