Shades of Pig Pink #EFDBE4
Tints of Pig Pink #EFDBE4
RGB
CMYK
RGB Variations
Color information
#EFDBE4 (or 0xEFDBE4) is known color: Pig Pink. HEX triplet: EF, DB and E4. RGB value is (239,219,228). Sum of RGB (Red+Green+Blue) = 239+219+228=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFDBE4 is #10241B. Grayscale: #E1E1E1. Windows color (decimal): -1057820 or 14998511. OLE color: 14998511.
HSL color Cylindrical-coordinate representation of color #EFDBE4: hue angle of 333º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFDBE4 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 219 | 228 | - |
CMYK | 0 | 0.08 | 0.05 | 0.06 |
HSL | 333º | 0.38% | 0.9% | - |
HSV(B) | 333º | 0.08% | 0.94% | - |
XYZ | 74.93 | 74.62 | 83.85 | - |
YUV | 226.01 | 129.13 | 137.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 219 | 228 | 0 | 0.08 | 0.05 | 0.06 | 333 | 0.38 | 0.9 |
Hex | EF | DB | E4 | 0 | 8 | 5 | 6 | 14D | 26 | 5A |
Octal | 357 | 333 | 344 | 0 | 10 | 5 | 6 | 515 | 46 | 132 |
Binary | 11101111 | 11011011 | 11100100 | 0 | 1000 | 101 | 110 | 101001101 | 100110 | 1011010 |
Color Harmonies of #EFDBE4
Complementary color
Monochromatic Colors of #EFDBE4
Black with #EFDBE4
Text Example
Text Example
White with #EFDBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFDBE4; }
p { color: rgb(239,219,228); }
H1.HeaderClassName
{
color: #EFDBE4;
}
.AnyTagClassName
{
color: #EFDBE4;
}
</style>
background-color css
<style>
a { background-color: #EFDBE4; }
a { background-color: rgb(239,219,228); }
div.DivClassName
{
background-color: #EFDBE4;
}
.BgClassName
{
background-color: #EFDBE4;
}
</style>
border-color css
<style>
span { border-color: #EFDBE4; }
span { border-color: rgb(239,219,228); }
td.TdClassName
{
border-color: #EFDBE4;
}
.TagClassName
{
border-color: #EFDBE4;
}
</style>