#EF968B

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

Shades of Sweet Pink #EF968B

Tints of Sweet Pink #EF968B

Color information

#EF968B (or 0xEF968B) is unknown color: approx Sweet Pink. HEX triplet: EF, 96 and 8B. RGB value is (239,150,139). Sum of RGB (Red+Green+Blue) = 239+150+139=528 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.27% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 139 (54.69% from 255 or 26.33% from 528); Max value from RGB is 239 - color contains mainly: red. Hex color #EF968B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF968B is #106974. Grayscale: #AFAFAF. Windows color (decimal): -1075573 or 9148143. OLE color: 9148143.

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

Color convert

RGB239150139-
CMYK00.370.420.06
HSL6.6º75.76%74.12%-
HSV(B)6.6º41.84%93.73%-
XYZ51.1642.0329.84-
YUV175.36107.49173.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.27%
GREEN value IS 150 (58.98% from 255) = 28.41%
BLUE value IS 139 (54.69% from 255) = 26.33%
R=45.27%
G=28.41%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915013900.370.420.066.675.7674.12
HexEF968B0252A674c4a
Octal3572262130455267114112
Binary111011111001011010001011010010110101011011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF968B; }

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

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

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

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

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

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

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

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