#EFD9E2

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

Shades of Pig Pink #EFD9E2

Tints of Pig Pink #EFD9E2

Color information

#EFD9E2 (or 0xEFD9E2) is unknown color: approx Pig Pink. HEX triplet: EF, D9 and E2. RGB value is (239,217,226). Sum of RGB (Red+Green+Blue) = 239+217+226=682 (90% of max value = 765). Red value is 239 (93.75% from 255 or 35.04% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD9E2 is #10261D. Grayscale: #E0E0E0. Windows color (decimal): -1058334 or 14866927. OLE color: 14866927.

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

Color convert

RGB239217226-
CMYK00.090.050.06
HSL335.45º40.74%89.41%-
HSV(B)335.45º9.21%93.73%-
XYZ74.1473.4782.22-
YUV224.6128.79138.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.04%
GREEN value IS 217 (85.16% from 255) = 31.82%
BLUE value IS 226 (88.67% from 255) = 33.14%
R=35.04%
G=31.82%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921722600.090.050.06335.4540.7489.41
HexEFD9E2095614f2959
Octal3573313420115651751131
Binary111011111101100111100010010011011101010011111010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD9E2; }

 p { color: rgb(239,217,226); }

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

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

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

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

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

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

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