Shades of Pig Pink #EBE0E6
Tints of Pig Pink #EBE0E6
RGB
CMYK
RGB Variations
Color information
#EBE0E6 (or 0xEBE0E6) is known color: Pig Pink. HEX triplet: EB, E0 and E6. RGB value is (235,224,230). Sum of RGB (Red+Green+Blue) = 235+224+230=689 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.11% from 689); Green value is 224 (87.89% from 255 or 32.51% from 689); Blue value is 230 (90.23% from 255 or 33.38% from 689); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE0E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE0E6 is #141F19. Grayscale: #E3E3E3. Windows color (decimal): -1318682 or 15130859. OLE color: 15130859.
HSL color Cylindrical-coordinate representation of color #EBE0E6: hue angle of 327.27º degrees, saturation: 0.22, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBE0E6 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 224 | 230 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.08 |
| HSL | 327.27º | 0.22% | 0.9% | - |
| HSV(B) | 327.27º | 0.05% | 0.92% | - |
| XYZ | 75.2 | 76.69 | 85.7 | - |
| YUV | 227.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 224 | 230 | 0 | 0.05 | 0.02 | 0.08 | 327.27 | 0.22 | 0.9 |
| Hex | EB | E0 | E6 | 0 | 5 | 2 | 8 | 147 | 16 | 5A |
| Octal | 353 | 340 | 346 | 0 | 5 | 2 | 10 | 507 | 26 | 132 |
| Binary | 11101011 | 11100000 | 11100110 | 0 | 101 | 10 | 1000 | 101000111 | 10110 | 1011010 |
Color Harmonies of #EBE0E6
Complementary color
Monochromatic Colors of #EBE0E6
Black with #EBE0E6
Text Example
Text Example
White with #EBE0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE0E6; }
p { color: rgb(235,224,230); }
H1.HeaderClassName
{
color: #EBE0E6;
}
.AnyTagClassName
{
color: #EBE0E6;
}
</style>
background-color css
<style>
a { background-color: #EBE0E6; }
a { background-color: rgb(235,224,230); }
div.DivClassName
{
background-color: #EBE0E6;
}
.BgClassName
{
background-color: #EBE0E6;
}
</style>
border-color css
<style>
span { border-color: #EBE0E6; }
span { border-color: rgb(235,224,230); }
td.TdClassName
{
border-color: #EBE0E6;
}
.TagClassName
{
border-color: #EBE0E6;
}
</style>