#EF9B96

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

Shades of Sweet Pink #EF9B96

Tints of Sweet Pink #EF9B96

Color information

#EF9B96 (or 0xEF9B96) is unknown color: approx Sweet Pink. HEX triplet: EF, 9B and 96. RGB value is (239,155,150). Sum of RGB (Red+Green+Blue) = 239+155+150=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9B96 is #106469. Grayscale: #B3B3B3. Windows color (decimal): -1074282 or 9870319. OLE color: 9870319.

HSL color Cylindrical-coordinate representation of color #EF9B96: hue angle of 3.37º 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 #EF9B96 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB239155150-
CMYK00.350.370.06
HSL3.37º73.55%76.27%-
HSV(B)3.37º37.24%93.73%-
XYZ52.824434.56-
YUV179.55111.33170.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.93%
GREEN value IS 155 (60.94% from 255) = 28.49%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=43.93%
G=28.49%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915515000.350.370.063.3773.5576.27
HexEF9B9602325634a4c
Octal3572332260434563112114
Binary11101111100110111001011001000111001011101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9B96; }

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

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

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

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

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

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

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

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