#EADDE3

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

Shades of Pig Pink #EADDE3

Tints of Pig Pink #EADDE3

Color information

#EADDE3 (or 0xEADDE3) is unknown color: approx Pig Pink. HEX triplet: EA, DD and E3. RGB value is (234,221,227). Sum of RGB (Red+Green+Blue) = 234+221+227=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADDE3 is #15221C. Grayscale: #E1E1E1. Windows color (decimal): -1384989 or 14933482. OLE color: 14933482.

HSL color Cylindrical-coordinate representation of color #EADDE3: hue angle of 332.31º 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 #EADDE3 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234221227-
CMYK00.060.030.08
HSL332.31º23.64%89.22%-
HSV(B)332.31º5.56%91.76%-
XYZ73.6574.7583.22-
YUV225.57128.81134.01-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 221 (86.72% from 255) = 32.40%
BLUE value IS 227 (89.06% from 255) = 33.28%
R=34.31%
G=32.40%
B=33.28%

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
Decimal23422122700.060.030.08332.3123.6489.22
HexEADDE3063814c1859
Octal3523353430631051430131
Binary1110101011011101111000110110111000101001100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDE3; }

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

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

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

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

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

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

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

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