#EF9E9C

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

Shades of Sweet Pink #EF9E9C

Tints of Sweet Pink #EF9E9C

Color information

#EF9E9C (or 0xEF9E9C) is unknown color: approx Sweet Pink. HEX triplet: EF, 9E and 9C. RGB value is (239,158,156). Sum of RGB (Red+Green+Blue) = 239+158+156=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9E9C is #106163. Grayscale: #B6B6B6. Windows color (decimal): -1073508 or 10264303. OLE color: 10264303.

HSL color Cylindrical-coordinate representation of color #EF9E9C: hue angle of 1.45º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9E9C is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB239158156-
CMYK00.340.350.06
HSL1.45º72.17%77.45%-
HSV(B)1.45º34.73%93.73%-
XYZ53.8245.237.34-
YUV181.99113.34168.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.22%
GREEN value IS 158 (62.11% from 255) = 28.57%
BLUE value IS 156 (61.33% from 255) = 28.21%
R=43.22%
G=28.57%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915815600.340.350.061.4572.1777.45
HexEF9E9C0222361484d
Octal3572362340424361110115
Binary1110111110011110100111000100010100011110110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9E9C; }

 p { color: rgb(239,158,156); }

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

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

 a { background-color: rgb(239,158,156); }

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

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

 span { border-color: rgb(239,158,156); }

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