#ef9696

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

Shades of Sweet Pink #EF9696

Tints of Sweet Pink #EF9696

Color information

#EF9696 (or 0xEF9696) is unknown color: approx Sweet Pink. HEX triplet: EF, 96 and 96. RGB value is (239,150,150). Sum of RGB (Red+Green+Blue) = 239+150+150=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9696 is #106969. Grayscale: #B0B0B0. Windows color (decimal): -1075562 or 9869039. OLE color: 9869039.

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

Color convert

RGB239150150-
CMYK00.370.370.06
HSL73.55%76.27%-
HSV(B)37.24%93.73%-
XYZ52.0142.3734.29-
YUV176.61112.99172.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 150 (58.98% from 255) = 27.83%
R=44.34%
G=27.83%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915015000.370.370.06073.5576.27
HexEF969602525604a4c
Octal3572262260454560112114
Binary1110111110010110100101100100101100101110010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef9696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef9696; }

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

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

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

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

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

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

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

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