Shades of Pig Pink #EBDAE2
Tints of Pig Pink #EBDAE2
RGB
CMYK
RGB Variations
Color information
#EBDAE2 (or 0xEBDAE2) is known color: Pig Pink. HEX triplet: EB, DA and E2. RGB value is (235,218,226). Sum of RGB (Red+Green+Blue) = 235+218+226=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 226 (88.67% from 255 or 33.28% from 679); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAE2 is #14251D. Grayscale: #DFDFDF. Windows color (decimal): -1320222 or 14867179. OLE color: 14867179.
HSL color Cylindrical-coordinate representation of color #EBDAE2: hue angle of 331.76º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBDAE2 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 218 | 226 | - |
CMYK | 0 | 0.07 | 0.04 | 0.08 |
HSL | 331.76º | 0.3% | 0.89% | - |
HSV(B) | 331.76º | 0.07% | 0.92% | - |
XYZ | 73.06 | 73.3 | 82.25 | - |
YUV | 224 | 129.13 | 135.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 218 | 226 | 0 | 0.07 | 0.04 | 0.08 | 331.76 | 0.3 | 0.89 |
Hex | EB | DA | E2 | 0 | 7 | 4 | 8 | 14C | 1E | 59 |
Octal | 353 | 332 | 342 | 0 | 7 | 4 | 10 | 514 | 36 | 131 |
Binary | 11101011 | 11011010 | 11100010 | 0 | 111 | 100 | 1000 | 101001100 | 11110 | 1011001 |
Color Harmonies of #EBDAE2
Complementary color
Monochromatic Colors of #EBDAE2
Black with #EBDAE2
Text Example
Text Example
White with #EBDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDAE2; }
p { color: rgb(235,218,226); }
H1.HeaderClassName
{
color: #EBDAE2;
}
.AnyTagClassName
{
color: #EBDAE2;
}
</style>
background-color css
<style>
a { background-color: #EBDAE2; }
a { background-color: rgb(235,218,226); }
div.DivClassName
{
background-color: #EBDAE2;
}
.BgClassName
{
background-color: #EBDAE2;
}
</style>
border-color css
<style>
span { border-color: #EBDAE2; }
span { border-color: rgb(235,218,226); }
td.TdClassName
{
border-color: #EBDAE2;
}
.TagClassName
{
border-color: #EBDAE2;
}
</style>