#EED8E2

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

Shades of Pig Pink #EED8E2

Tints of Pig Pink #EED8E2

Color information

#EED8E2 (or 0xEED8E2) is unknown color: approx Pig Pink. HEX triplet: EE, D8 and E2. RGB value is (238,216,226). Sum of RGB (Red+Green+Blue) = 238+216+226=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 216 (84.77% from 255 or 31.76% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 238 - color contains mainly: red. Hex color #EED8E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED8E2 is #11271D. Grayscale: #DFDFDF. Windows color (decimal): -1124126 or 14866670. OLE color: 14866670.

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

Color convert

RGB238216226-
CMYK00.090.050.07
HSL332.73º39.29%89.02%-
HSV(B)332.73º9.24%93.33%-
XYZ73.5472.7882.12-
YUV223.72129.29138.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35%
GREEN value IS 216 (84.77% from 255) = 31.76%
BLUE value IS 226 (88.67% from 255) = 33.24%
R=35%
G=31.76%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821622600.090.050.07332.7339.2989.02
HexEED8E2095714d2759
Octal3563303420115751547131
Binary111011101101100011100010010011011111010011011001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED8E2; }

 p { color: rgb(238,216,226); }

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

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

 a { background-color: rgb(238,216,226); }

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

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

 span { border-color: rgb(238,216,226); }

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