#ee988e

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

Shades of Sweet Pink #EE988E

Tints of Sweet Pink #EE988E

Color information

#EE988E (or 0xEE988E) is unknown color: approx Sweet Pink. HEX triplet: EE, 98 and 8E. RGB value is (238,152,142). Sum of RGB (Red+Green+Blue) = 238+152+142=532 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.74% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 238 - color contains mainly: red. Hex color #EE988E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE988E is #116771. Grayscale: #B0B0B0. Windows color (decimal): -1140594 or 9345262. OLE color: 9345262.

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

Color convert

RGB238152142-
CMYK00.360.400.07
HSL6.25º73.85%74.51%-
HSV(B)6.25º40.34%93.33%-
XYZ51.3742.5931.1-
YUV176.57108.49171.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.74%
GREEN value IS 152 (59.77% from 255) = 28.57%
BLUE value IS 142 (55.86% from 255) = 26.69%
R=44.74%
G=28.57%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815214200.360.400.076.2573.8574.51
HexEE988E02428764a4b
Octal3562302160445076112113
Binary111011101001100010001110010010010100011111010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee988e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee988e; }

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

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

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

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

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

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

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

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