#EADEE4

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

Shades of Pig Pink #EADEE4

Tints of Pig Pink #EADEE4

Color information

#EADEE4 (or 0xEADEE4) is unknown color: approx Pig Pink. HEX triplet: EA, DE and E4. RGB value is (234,222,228). Sum of RGB (Red+Green+Blue) = 234+222+228=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 228 (89.45% from 255 or 33.33% from 684); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADEE4 is #15211B. Grayscale: #E2E2E2. Windows color (decimal): -1384732 or 14999274. OLE color: 14999274.

HSL color Cylindrical-coordinate representation of color #EADEE4: hue angle of 330º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EADEE4 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234222228-
CMYK00.050.030.08
HSL330º22.22%89.41%-
HSV(B)330º5.13%91.76%-
XYZ74.0675.3484.04-
YUV226.27128.98133.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 228 (89.45% from 255) = 33.33%
R=34.21%
G=32.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422222800.050.030.0833022.2289.41
HexEADEE4053814a1659
Octal3523363440531051226131
Binary1110101011011110111001000101111000101001010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEE4; }

 p { color: rgb(234,222,228); }

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

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

 a { background-color: rgb(234,222,228); }

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

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

 span { border-color: rgb(234,222,228); }

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