Shades of Pig Pink #EAE1E7
Tints of Pig Pink #EAE1E7
RGB
CMYK
RGB Variations
Color information
#EAE1E7 (or 0xEAE1E7) is known color: Pig Pink. HEX triplet: EA, E1 and E7. RGB value is (234,225,231). Sum of RGB (Red+Green+Blue) = 234+225+231=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 225 (88.28% from 255 or 32.61% from 690); Blue value is 231 (90.62% from 255 or 33.48% from 690); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE1E7 is #151E18. Grayscale: #E4E4E4. Windows color (decimal): -1383961 or 15196650. OLE color: 15196650.
HSL color Cylindrical-coordinate representation of color #EAE1E7: hue angle of 320º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAE1E7 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 225 | 231 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.08 |
| HSL | 320º | 0.18% | 0.9% | - |
| HSV(B) | 320º | 0.04% | 0.92% | - |
| XYZ | 75.28 | 77.11 | 86.52 | - |
| YUV | 228.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 225 | 231 | 0 | 0.04 | 0.01 | 0.08 | 320 | 0.18 | 0.9 |
| Hex | EA | E1 | E7 | 0 | 4 | 1 | 8 | 140 | 12 | 5A |
| Octal | 352 | 341 | 347 | 0 | 4 | 1 | 10 | 500 | 22 | 132 |
| Binary | 11101010 | 11100001 | 11100111 | 0 | 100 | 1 | 1000 | 101000000 | 10010 | 1011010 |
Color Harmonies of #EAE1E7
Complementary color
Monochromatic Colors of #EAE1E7
Black with #EAE1E7
Text Example
Text Example
White with #EAE1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE1E7; }
p { color: rgb(234,225,231); }
H1.HeaderClassName
{
color: #EAE1E7;
}
.AnyTagClassName
{
color: #EAE1E7;
}
</style>
background-color css
<style>
a { background-color: #EAE1E7; }
a { background-color: rgb(234,225,231); }
div.DivClassName
{
background-color: #EAE1E7;
}
.BgClassName
{
background-color: #EAE1E7;
}
</style>
border-color css
<style>
span { border-color: #EAE1E7; }
span { border-color: rgb(234,225,231); }
td.TdClassName
{
border-color: #EAE1E7;
}
.TagClassName
{
border-color: #EAE1E7;
}
</style>