Shades of Pig Pink #EFE1EA
Tints of Pig Pink #EFE1EA
RGB
CMYK
RGB Variations
Color information
#EFE1EA (or 0xEFE1EA) is known color: Pig Pink. HEX triplet: EF, E1 and EA. RGB value is (239,225,234). Sum of RGB (Red+Green+Blue) = 239+225+234=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 225 (88.28% from 255 or 32.23% from 698); Blue value is 234 (91.80% from 255 or 33.52% from 698); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE1EA is #101E15. Grayscale: #E6E6E6. Windows color (decimal): -1056278 or 15393263. OLE color: 15393263.
HSL color Cylindrical-coordinate representation of color #EFE1EA: hue angle of 321.43º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFE1EA is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 234 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.06 |
| HSL | 321.43º | 0.3% | 0.91% | - |
| HSV(B) | 321.43º | 0.06% | 0.94% | - |
| XYZ | 77.37 | 78.14 | 88.85 | - |
| YUV | 230.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 234 | 0 | 0.06 | 0.02 | 0.06 | 321.43 | 0.3 | 0.91 |
| Hex | EF | E1 | EA | 0 | 6 | 2 | 6 | 141 | 1E | 5B |
| Octal | 357 | 341 | 352 | 0 | 6 | 2 | 6 | 501 | 36 | 133 |
| Binary | 11101111 | 11100001 | 11101010 | 0 | 110 | 10 | 110 | 101000001 | 11110 | 1011011 |
Color Harmonies of #EFE1EA
Complementary color
Monochromatic Colors of #EFE1EA
Black with #EFE1EA
Text Example
Text Example
White with #EFE1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE1EA; }
p { color: rgb(239,225,234); }
H1.HeaderClassName
{
color: #EFE1EA;
}
.AnyTagClassName
{
color: #EFE1EA;
}
</style>
background-color css
<style>
a { background-color: #EFE1EA; }
a { background-color: rgb(239,225,234); }
div.DivClassName
{
background-color: #EFE1EA;
}
.BgClassName
{
background-color: #EFE1EA;
}
</style>
border-color css
<style>
span { border-color: #EFE1EA; }
span { border-color: rgb(239,225,234); }
td.TdClassName
{
border-color: #EFE1EA;
}
.TagClassName
{
border-color: #EFE1EA;
}
</style>