#EE988C

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

Shades of Sweet Pink #EE988C

Tints of Sweet Pink #EE988C

Color information

#EE988C (or 0xEE988C) is unknown color: approx Sweet Pink. HEX triplet: EE, 98 and 8C. RGB value is (238,152,140). Sum of RGB (Red+Green+Blue) = 238+152+140=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EE988C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE988C is #116773. Grayscale: #B0B0B0. Windows color (decimal): -1140596 or 9214190. OLE color: 9214190.

HSL color Cylindrical-coordinate representation of color #EE988C: hue angle of 7.35º 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 #EE988C is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB238152140-
CMYK00.360.410.07
HSL7.35º74.24%74.12%-
HSV(B)7.35º41.18%93.33%-
XYZ51.2242.5330.32-
YUV176.35107.49171.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.91%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 140 (55.08% from 255) = 26.42%
R=44.91%
G=28.68%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815214000.360.410.077.3574.2474.12
HexEE988C02429774a4a
Octal3562302140445177112112
Binary111011101001100010001100010010010100111111110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE988C; }

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

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

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

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

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

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

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

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