#EFA6C8

Color #EFA6C8 Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #EFA6C8

Tints of Carnation Pink #EFA6C8

Color information

#EFA6C8 (or 0xEFA6C8) is unknown color: approx 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

RGB239166200-
CMYK00.310.160.06
HSL332.05º69.52%79.41%-
HSV(B)332.05º30.54%93.73%-
XYZ59.6649.7961.11-
YUV191.7132.68161.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 39.50%
GREEN value IS 166 (65.23% from 255) = 27.44%
BLUE value IS 200 (78.52% from 255) = 33.06%
R=39.50%
G=27.44%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916620000.310.160.06332.0569.5279.41
HexEFA6C801F10614c464f
Octal357246310037206514106117
Binary1110111110100110110010000111111000011010100110010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>