#EFD7E1

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

Shades of Pig Pink #EFD7E1

Tints of Pig Pink #EFD7E1

Color information

#EFD7E1 (or 0xEFD7E1) is unknown color: approx Pig Pink. HEX triplet: EF, D7 and E1. RGB value is (239,215,225). Sum of RGB (Red+Green+Blue) = 239+215+225=679 (89% of max value = 765). Red value is 239 (93.75% from 255 or 35.20% from 679); Green value is 215 (84.38% from 255 or 31.66% from 679); Blue value is 225 (88.28% from 255 or 33.14% from 679); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD7E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD7E1 is #10281E. Grayscale: #DFDFDF. Windows color (decimal): -1058847 or 14800879. OLE color: 14800879.

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

Color convert

RGB239215225-
CMYK00.100.060.06
HSL335º42.86%89.02%-
HSV(B)335º10.04%93.73%-
XYZ73.4972.3981.33-
YUV223.32128.95139.19-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.20%
GREEN value IS 215 (84.38% from 255) = 31.66%
BLUE value IS 225 (88.28% from 255) = 33.14%
R=35.20%
G=31.66%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921522500.100.060.0633542.8689.02
HexEFD7E10A6614f2b59
Octal3573273410126651753131
Binary111011111101011111100001010101101101010011111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD7E1; }

 p { color: rgb(239,215,225); }

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

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

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

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

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

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

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