#EF968D

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

Shades of Sweet Pink #EF968D

Tints of Sweet Pink #EF968D

Color information

#EF968D (or 0xEF968D) is unknown color: approx Sweet Pink. HEX triplet: EF, 96 and 8D. RGB value is (239,150,141). Sum of RGB (Red+Green+Blue) = 239+150+141=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF968D is #106972. Grayscale: #AFAFAF. Windows color (decimal): -1075571 or 9279215. OLE color: 9279215.

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

Color convert

RGB239150141-
CMYK00.370.410.06
HSL5.51º75.38%74.51%-
HSV(B)5.51º41%93.73%-
XYZ51.3142.0930.62-
YUV175.58108.49173.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.09%
GREEN value IS 150 (58.98% from 255) = 28.30%
BLUE value IS 141 (55.47% from 255) = 26.60%
R=45.09%
G=28.30%
B=26.60%

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
Decimal23915014100.370.410.065.5175.3874.51
HexEF968D02529664b4b
Octal3572262150455166113113
Binary111011111001011010001101010010110100111011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF968D; }

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

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

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

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

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

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

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

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