#EF9F96

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

Shades of Sweet Pink #EF9F96

Tints of Sweet Pink #EF9F96

Color information

#EF9F96 (or 0xEF9F96) is unknown color: approx Sweet Pink. HEX triplet: EF, 9F and 96. RGB value is (239,159,150). Sum of RGB (Red+Green+Blue) = 239+159+150=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 159 (62.5% from 255 or 29.01% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9F96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9F96 is #106069. Grayscale: #B6B6B6. Windows color (decimal): -1073258 or 9871343. OLE color: 9871343.

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

Color convert

RGB239159150-
CMYK00.330.370.06
HSL6.07º73.55%76.27%-
HSV(B)6.07º37.24%93.73%-
XYZ53.545.3534.79-
YUV181.89110168.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.61%
GREEN value IS 159 (62.5% from 255) = 29.01%
BLUE value IS 150 (58.98% from 255) = 27.37%
R=43.61%
G=29.01%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915915000.330.370.066.0773.5576.27
HexEF9F9602125664a4c
Octal3572372260414566112114
Binary111011111001111110010110010000110010111011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9F96; }

 p { color: rgb(239,159,150); }

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

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

 a { background-color: rgb(239,159,150); }

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

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

 span { border-color: rgb(239,159,150); }

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