Shades of Pig Pink #EBE1E7
Tints of Pig Pink #EBE1E7
RGB
CMYK
RGB Variations
Color information
#EBE1E7 (or 0xEBE1E7) is known color: Pig Pink. HEX triplet: EB, E1 and E7. RGB value is (235,225,231). Sum of RGB (Red+Green+Blue) = 235+225+231=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 225 (88.28% from 255 or 32.56% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE1E7 is #141E18. Grayscale: #E4E4E4. Windows color (decimal): -1318425 or 15196651. OLE color: 15196651.
HSL color Cylindrical-coordinate representation of color #EBE1E7: hue angle of 324º degrees, saturation: 0.2, 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 #EBE1E7 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 231 | - |
| CMYK | 0 | 0.04 | 0.02 | 0.08 |
| HSL | 324º | 0.2% | 0.9% | - |
| HSV(B) | 324º | 0.04% | 0.92% | - |
| XYZ | 75.61 | 77.28 | 86.53 | - |
| YUV | 228.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 231 | 0 | 0.04 | 0.02 | 0.08 | 324 | 0.2 | 0.9 |
| Hex | EB | E1 | E7 | 0 | 4 | 2 | 8 | 144 | 14 | 5A |
| Octal | 353 | 341 | 347 | 0 | 4 | 2 | 10 | 504 | 24 | 132 |
| Binary | 11101011 | 11100001 | 11100111 | 0 | 100 | 10 | 1000 | 101000100 | 10100 | 1011010 |
Color Harmonies of #EBE1E7
Complementary color
Monochromatic Colors of #EBE1E7
Black with #EBE1E7
Text Example
Text Example
White with #EBE1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE1E7; }
p { color: rgb(235,225,231); }
H1.HeaderClassName
{
color: #EBE1E7;
}
.AnyTagClassName
{
color: #EBE1E7;
}
</style>
background-color css
<style>
a { background-color: #EBE1E7; }
a { background-color: rgb(235,225,231); }
div.DivClassName
{
background-color: #EBE1E7;
}
.BgClassName
{
background-color: #EBE1E7;
}
</style>
border-color css
<style>
span { border-color: #EBE1E7; }
span { border-color: rgb(235,225,231); }
td.TdClassName
{
border-color: #EBE1E7;
}
.TagClassName
{
border-color: #EBE1E7;
}
</style>