Shades of Pig Pink #EADDE3
Tints of Pig Pink #EADDE3
RGB
CMYK
RGB Variations
Color information
#EADDE3 (or 0xEADDE3) is known color: 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
| RGB | 234 | 221 | 227 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.08 |
| HSL | 332.31º | 0.24% | 0.89% | - |
| HSV(B) | 332.31º | 0.06% | 0.92% | - |
| XYZ | 73.65 | 74.75 | 83.22 | - |
| YUV | 225.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 221 | 227 | 0 | 0.06 | 0.03 | 0.08 | 332.31 | 0.24 | 0.89 |
| Hex | EA | DD | E3 | 0 | 6 | 3 | 8 | 14C | 18 | 59 |
| Octal | 352 | 335 | 343 | 0 | 6 | 3 | 10 | 514 | 30 | 131 |
| Binary | 11101010 | 11011101 | 11100011 | 0 | 110 | 11 | 1000 | 101001100 | 11000 | 1011001 |
Color Harmonies of #EADDE3
Complementary color
Monochromatic Colors of #EADDE3
Black with #EADDE3
Text Example
Text Example
White with #EADDE3
Text Example
Text Example
HTML Codes & Css Web 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>