Shades of Carnation Pink #EFA8C7
Tints of Carnation Pink #EFA8C7
RGB
CMYK
RGB Variations
Color information
#EFA8C7 (or 0xEFA8C7) is known color: Carnation Pink. HEX triplet: EF, A8 and C7. RGB value is (239,168,199). Sum of RGB (Red+Green+Blue) = 239+168+199=606 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.44% from 606); Green value is 168 (66.02% from 255 or 27.72% from 606); Blue value is 199 (78.12% from 255 or 32.84% from 606); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA8C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA8C7 is #105738. Grayscale: #C0C0C0. Windows color (decimal): -1070905 or 13084911. OLE color: 13084911.
HSL color Cylindrical-coordinate representation of color #EFA8C7: hue angle of 333.8º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EFA8C7 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 168 | 199 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.06 |
| HSL | 333.8º | 0.69% | 0.8% | - |
| HSV(B) | 333.8º | 0.3% | 0.94% | - |
| XYZ | 59.91 | 50.48 | 60.62 | - |
| YUV | 192.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 168 | 199 | 0 | 0.30 | 0.17 | 0.06 | 333.8 | 0.69 | 0.8 |
| Hex | EF | A8 | C7 | 0 | 1E | 11 | 6 | 14E | 45 | 50 |
| Octal | 357 | 250 | 307 | 0 | 36 | 21 | 6 | 516 | 105 | 120 |
| Binary | 11101111 | 10101000 | 11000111 | 0 | 11110 | 10001 | 110 | 101001110 | 1000101 | 1010000 |
Color Harmonies of #EFA8C7
Complementary color
Monochromatic Colors of #EFA8C7
Black with #EFA8C7
Text Example
Text Example
White with #EFA8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA8C7; }
p { color: rgb(239,168,199); }
H1.HeaderClassName
{
color: #EFA8C7;
}
.AnyTagClassName
{
color: #EFA8C7;
}
</style>
background-color css
<style>
a { background-color: #EFA8C7; }
a { background-color: rgb(239,168,199); }
div.DivClassName
{
background-color: #EFA8C7;
}
.BgClassName
{
background-color: #EFA8C7;
}
</style>
border-color css
<style>
span { border-color: #EFA8C7; }
span { border-color: rgb(239,168,199); }
td.TdClassName
{
border-color: #EFA8C7;
}
.TagClassName
{
border-color: #EFA8C7;
}
</style>