Shades of Pig Pink #EADCE2
Tints of Pig Pink #EADCE2
RGB
CMYK
RGB Variations
Color information
#EADCE2 (or 0xEADCE2) is known color: Pig Pink. HEX triplet: EA, DC and E2. RGB value is (234,220,226). Sum of RGB (Red+Green+Blue) = 234+220+226=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 226 (88.67% from 255 or 33.24% from 680); Max value from RGB is 234 - color contains mainly: red. Hex color #EADCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADCE2 is #15231D. Grayscale: #E0E0E0. Windows color (decimal): -1385246 or 14867690. OLE color: 14867690.
HSL color Cylindrical-coordinate representation of color #EADCE2: hue angle of 334.29º degrees, saturation: 0.25, 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 #EADCE2 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 220 | 226 | - |
CMYK | 0 | 0.06 | 0.03 | 0.08 |
HSL | 334.29º | 0.25% | 0.89% | - |
HSV(B) | 334.29º | 0.06% | 0.92% | - |
XYZ | 73.25 | 74.17 | 82.41 | - |
YUV | 224.87 | 128.64 | 134.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 220 | 226 | 0 | 0.06 | 0.03 | 0.08 | 334.29 | 0.25 | 0.89 |
Hex | EA | DC | E2 | 0 | 6 | 3 | 8 | 14E | 19 | 59 |
Octal | 352 | 334 | 342 | 0 | 6 | 3 | 10 | 516 | 31 | 131 |
Binary | 11101010 | 11011100 | 11100010 | 0 | 110 | 11 | 1000 | 101001110 | 11001 | 1011001 |
Color Harmonies of #EADCE2
Complementary color
Monochromatic Colors of #EADCE2
Black with #EADCE2
Text Example
Text Example
White with #EADCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADCE2; }
p { color: rgb(234,220,226); }
H1.HeaderClassName
{
color: #EADCE2;
}
.AnyTagClassName
{
color: #EADCE2;
}
</style>
background-color css
<style>
a { background-color: #EADCE2; }
a { background-color: rgb(234,220,226); }
div.DivClassName
{
background-color: #EADCE2;
}
.BgClassName
{
background-color: #EADCE2;
}
</style>
border-color css
<style>
span { border-color: #EADCE2; }
span { border-color: rgb(234,220,226); }
td.TdClassName
{
border-color: #EADCE2;
}
.TagClassName
{
border-color: #EADCE2;
}
</style>