#EADDE4

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

Shades of Pig Pink #EADDE4

Tints of Pig Pink #EADDE4

Color information

#EADDE4 (or 0xEADDE4) is unknown color: approx Pig Pink. HEX triplet: EA, DD and E4. RGB value is (234,221,228). Sum of RGB (Red+Green+Blue) = 234+221+228=683 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.26% from 683); Green value is 221 (86.72% from 255 or 32.36% from 683); Blue value is 228 (89.45% from 255 or 33.38% from 683); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDE4 is #15221B. Grayscale: #E1E1E1. Windows color (decimal): -1384988 or 14999018. OLE color: 14999018.

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

Color convert

RGB234221228-
CMYK00.060.030.08
HSL327.69º23.64%89.22%-
HSV(B)327.69º5.56%91.76%-
XYZ73.7974.8183.95-
YUV225.68129.31133.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.26%
GREEN value IS 221 (86.72% from 255) = 32.36%
BLUE value IS 228 (89.45% from 255) = 33.38%
R=34.26%
G=32.36%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422122800.060.030.08327.6923.6489.22
HexEADDE406381481859
Octal3523353440631051030131
Binary1110101011011101111001000110111000101001000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDE4; }

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

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

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

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

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

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

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

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