#EED9E3

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

Shades of Pig Pink #EED9E3

Tints of Pig Pink #EED9E3

Color information

#EED9E3 (or 0xEED9E3) is unknown color: approx Pig Pink. HEX triplet: EE, D9 and E3. RGB value is (238,217,227). Sum of RGB (Red+Green+Blue) = 238+217+227=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 217 (85.16% from 255 or 31.82% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EED9E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED9E3 is #11261C. Grayscale: #E0E0E0. Windows color (decimal): -1123869 or 14932462. OLE color: 14932462.

HSL color Cylindrical-coordinate representation of color #EED9E3: hue angle of 331.43º degrees, saturation: 0.38, 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 #EED9E3 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB238217227-
CMYK00.090.050.07
HSL331.43º38.18%89.22%-
HSV(B)331.43º8.82%93.33%-
XYZ73.9473.3582.93-
YUV224.42129.46137.69-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 217 (85.16% from 255) = 31.82%
BLUE value IS 227 (89.06% from 255) = 33.28%
R=34.90%
G=31.82%
B=33.28%

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
Decimal23821722700.090.050.07331.4338.1889.22
HexEED9E3095714b2659
Octal3563313430115751346131
Binary111011101101100111100011010011011111010010111001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED9E3; }

 p { color: rgb(238,217,227); }

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

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

 a { background-color: rgb(238,217,227); }

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

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

 span { border-color: rgb(238,217,227); }

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