Shades of Carnation Pink #EFA6C5
Tints of Carnation Pink #EFA6C5
RGB
CMYK
RGB Variations
Color information
#EFA6C5 (or 0xEFA6C5) is known color: Carnation Pink. HEX triplet: EF, A6 and C5. RGB value is (239,166,197). Sum of RGB (Red+Green+Blue) = 239+166+197=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6C5 is #10593A. Grayscale: #BFBFBF. Windows color (decimal): -1071419 or 12953327. OLE color: 12953327.
HSL color Cylindrical-coordinate representation of color #EFA6C5: hue angle of 334.52º 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 #EFA6C5 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 197 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.06 |
| HSL | 334.52º | 0.7% | 0.79% | - |
| HSV(B) | 334.52º | 0.31% | 0.94% | - |
| XYZ | 59.31 | 49.65 | 59.28 | - |
| YUV | 191.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 197 | 0 | 0.31 | 0.18 | 0.06 | 334.52 | 0.7 | 0.79 |
| Hex | EF | A6 | C5 | 0 | 1F | 12 | 6 | 14F | 46 | 4F |
| Octal | 357 | 246 | 305 | 0 | 37 | 22 | 6 | 517 | 106 | 117 |
| Binary | 11101111 | 10100110 | 11000101 | 0 | 11111 | 10010 | 110 | 101001111 | 1000110 | 1001111 |
Color Harmonies of #EFA6C5
Complementary color
Monochromatic Colors of #EFA6C5
Black with #EFA6C5
Text Example
Text Example
White with #EFA6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6C5; }
p { color: rgb(239,166,197); }
H1.HeaderClassName
{
color: #EFA6C5;
}
.AnyTagClassName
{
color: #EFA6C5;
}
</style>
background-color css
<style>
a { background-color: #EFA6C5; }
a { background-color: rgb(239,166,197); }
div.DivClassName
{
background-color: #EFA6C5;
}
.BgClassName
{
background-color: #EFA6C5;
}
</style>
border-color css
<style>
span { border-color: #EFA6C5; }
span { border-color: rgb(239,166,197); }
td.TdClassName
{
border-color: #EFA6C5;
}
.TagClassName
{
border-color: #EFA6C5;
}
</style>