#EF968C

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

Shades of Sweet Pink #EF968C

Tints of Sweet Pink #EF968C

Color information

#EF968C (or 0xEF968C) is unknown color: approx Sweet Pink. HEX triplet: EF, 96 and 8C. RGB value is (239,150,140). Sum of RGB (Red+Green+Blue) = 239+150+140=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF968C is #106973. Grayscale: #AFAFAF. Windows color (decimal): -1075572 or 9213679. OLE color: 9213679.

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

Color convert

RGB239150140-
CMYK00.370.410.06
HSL6.06º75.57%74.31%-
HSV(B)6.06º41.42%93.73%-
XYZ51.2442.0630.23-
YUV175.47107.99173.31-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.18%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 140 (55.08% from 255) = 26.47%
R=45.18%
G=28.36%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915014000.370.410.066.0675.5774.31
HexEF968C02529664c4a
Octal3572262140455166114112
Binary111011111001011010001100010010110100111011010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF968C; }

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

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

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

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

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

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

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

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