#EF988C

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

Shades of Sweet Pink #EF988C

Tints of Sweet Pink #EF988C

Color information

#EF988C (or 0xEF988C) is unknown color: approx Sweet Pink. HEX triplet: EF, 98 and 8C. RGB value is (239,152,140). Sum of RGB (Red+Green+Blue) = 239+152+140=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 152 (59.77% from 255 or 28.63% from 531); Blue value is 140 (55.08% from 255 or 26.37% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF988C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF988C is #106773. Grayscale: #B0B0B0. Windows color (decimal): -1075060 or 9214191. OLE color: 9214191.

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

Color convert

RGB239152140-
CMYK00.360.410.06
HSL7.27º75.57%74.31%-
HSV(B)7.27º41.42%93.73%-
XYZ51.5642.730.34-
YUV176.64107.32172.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.01%
GREEN value IS 152 (59.77% from 255) = 28.63%
BLUE value IS 140 (55.08% from 255) = 26.37%
R=45.01%
G=28.63%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915214000.360.410.067.2775.5774.31
HexEF988C02429674c4a
Octal3572302140445167114112
Binary111011111001100010001100010010010100111011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF988C; }

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

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

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

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

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

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

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

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