#EF9996

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

Shades of Sweet Pink #EF9996

Tints of Sweet Pink #EF9996

Color information

#EF9996 (or 0xEF9996) is unknown color: approx Sweet Pink. HEX triplet: EF, 99 and 96. RGB value is (239,153,150). Sum of RGB (Red+Green+Blue) = 239+153+150=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9996 is #106669. Grayscale: #B2B2B2. Windows color (decimal): -1074794 or 9869807. OLE color: 9869807.

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

Color convert

RGB239153150-
CMYK00.360.370.06
HSL2.02º73.55%76.27%-
HSV(B)2.02º37.24%93.73%-
XYZ52.4943.3434.45-
YUV178.37111.99171.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.10%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=44.10%
G=28.23%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915315000.360.370.062.0273.5576.27
HexEF999602425624a4c
Octal3572312260444562112114
Binary11101111100110011001011001001001001011101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9996; }

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

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

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

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

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

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

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

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