Shades of Carnation Pink #EFA6C8
Tints of Carnation Pink #EFA6C8
RGB
CMYK
RGB Variations
Color information
#EFA6C8 (or 0xEFA6C8) is known color: Carnation Pink. HEX triplet: EF, A6 and C8. RGB value is (239,166,200). Sum of RGB (Red+Green+Blue) = 239+166+200=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA6C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EFA6C8 is #105937. Grayscale: #BFBFBF. Windows color (decimal): -1071416 or 13149935. OLE color: 13149935.
HSL color Cylindrical-coordinate representation of color #EFA6C8: hue angle of 332.05º 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 #EFA6C8 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 166 | 200 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.06 |
| HSL | 332.05º | 0.7% | 0.79% | - |
| HSV(B) | 332.05º | 0.31% | 0.94% | - |
| XYZ | 59.66 | 49.79 | 61.11 | - |
| YUV | 191.7 | 132.68 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 166 | 200 | 0 | 0.31 | 0.16 | 0.06 | 332.05 | 0.7 | 0.79 |
| Hex | EF | A6 | C8 | 0 | 1F | 10 | 6 | 14C | 46 | 4F |
| Octal | 357 | 246 | 310 | 0 | 37 | 20 | 6 | 514 | 106 | 117 |
| Binary | 11101111 | 10100110 | 11001000 | 0 | 11111 | 10000 | 110 | 101001100 | 1000110 | 1001111 |
Color Harmonies of #EFA6C8
Complementary color
Monochromatic Colors of #EFA6C8
Black with #EFA6C8
Text Example
Text Example
White with #EFA6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFA6C8; }
p { color: rgb(239,166,200); }
H1.HeaderClassName
{
color: #EFA6C8;
}
.AnyTagClassName
{
color: #EFA6C8;
}
</style>
background-color css
<style>
a { background-color: #EFA6C8; }
a { background-color: rgb(239,166,200); }
div.DivClassName
{
background-color: #EFA6C8;
}
.BgClassName
{
background-color: #EFA6C8;
}
</style>
border-color css
<style>
span { border-color: #EFA6C8; }
span { border-color: rgb(239,166,200); }
td.TdClassName
{
border-color: #EFA6C8;
}
.TagClassName
{
border-color: #EFA6C8;
}
</style>