Shades of Carnation Pink #EFA6C6
Tints of Carnation Pink #EFA6C6
RGB
CMYK
RGB Variations
Color information
#EFA6C6 (or 0xEFA6C6) is known color: Carnation Pink. HEX triplet: EF, A6 and C6. RGB value is (239,166,198). Sum of RGB (Red+Green+Blue) = 239+166+198=603 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.64% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6C6 is #105939. Grayscale: #BFBFBF. Windows color (decimal): -1071418 or 13018863. OLE color: 13018863.
HSL color Cylindrical-coordinate representation of color #EFA6C6: hue angle of 333.7º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFA6C6 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 198 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.06 |
| HSL | 333.7º | 0.7% | 0.79% | - |
| HSV(B) | 333.7º | 0.31% | 0.94% | - |
| XYZ | 59.43 | 49.7 | 59.89 | - |
| YUV | 191.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 198 | 0 | 0.31 | 0.17 | 0.06 | 333.7 | 0.7 | 0.79 |
| Hex | EF | A6 | C6 | 0 | 1F | 11 | 6 | 14E | 46 | 4F |
| Octal | 357 | 246 | 306 | 0 | 37 | 21 | 6 | 516 | 106 | 117 |
| Binary | 11101111 | 10100110 | 11000110 | 0 | 11111 | 10001 | 110 | 101001110 | 1000110 | 1001111 |
Color Harmonies of #EFA6C6
Complementary color
Monochromatic Colors of #EFA6C6
Black with #EFA6C6
Text Example
Text Example
White with #EFA6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6C6; }
p { color: rgb(239,166,198); }
H1.HeaderClassName
{
color: #EFA6C6;
}
.AnyTagClassName
{
color: #EFA6C6;
}
</style>
background-color css
<style>
a { background-color: #EFA6C6; }
a { background-color: rgb(239,166,198); }
div.DivClassName
{
background-color: #EFA6C6;
}
.BgClassName
{
background-color: #EFA6C6;
}
</style>
border-color css
<style>
span { border-color: #EFA6C6; }
span { border-color: rgb(239,166,198); }
td.TdClassName
{
border-color: #EFA6C6;
}
.TagClassName
{
border-color: #EFA6C6;
}
</style>